Limestone Posted October 6, 2012 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted October 6, 2012 please teach me how to creating database step by step using putty Link to comment Share on other sites More sharing options...
Brian Posted October 7, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 594 Joined: 10/26/11 Last Seen: June 2, 2018 Share 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 Link to comment Share on other sites More sharing options...
Question
Limestone
please teach me how to creating database step by step using putty
Link to comment
Share on other sites
1 answer to this question
Recommended Posts