How do I install ghost again?

I’m installing Ghost on a fresh Vultr instance, but I believe I made a mistake when writing my MySQL username on the install prompts. How do I reset the installation to fix this? Is there any way to change the MySQL username I wrote when I installed it?

Thank you.

Hey @zelker :wave:

There’s a couple ways you can do this:

  1. Run ghost setup - you’ll go through the setup process again
  2. Run ghost config set database.connection.user USERNAME - you’ll update the username to USERNAME

Make sure you run ghost restart after this to get ghost up and running!

Good luck :slight_smile: