This forum is no longer active. Please post your questions to our new community site
how to create mysql db?
|
|
hai all, I have created a project folder successfully, Next I what to create a mysql database for my project, I cant create it using this command
I need a process flow to create mysql database for my project. Thanks in advance With Regards, |
|
|
Hi, You can use phpMyAdmin to create a database. If you have installed RubyStack with phpMyAdmin you can go to http://127.0.0.1:80/phpmyadmin on Windows or http://127.0.0.1:8080/phpmyadmin on Linux or OS X and you can create a database easily. In addition to this, you can create a database with the mysql client, you can find more information in The RubyStack Quick Start Guide Cheers |

