Jump to content
  • 0

Question

1 answer to this question

Recommended Posts

Posted

  1. run PuTTY and login to SSH on your server
  2. type this:
    mysql -h localhost -u root -p


    (If your MySQL host is different, replace localhost with the IP or hostname.)

  3. type your MySQL root password and press Enter
  4. type this and press Enter:
    CREATE DATABASE ragnarok;


    (replace ragnarok with the name you want for your new database)

  5. repeat Step 4 for more databases

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...