Limestone Posted October 6, 2012 Posted October 6, 2012 please teach me how to creating database step by step using putty
Brian Posted October 7, 2012 Posted October 7, 2012 run PuTTY and login to SSH on your server type this:mysql -h localhost -u root -p (If your MySQL host is different, replace localhost with the IP or hostname.) type your MySQL root password and press Enter type this and press Enter:CREATE DATABASE ragnarok; (replace ragnarok with the name you want for your new database) repeat Step 4 for more databases
Question
Limestone
please teach me how to creating database step by step using putty
1 answer to this question
Recommended Posts