- Forums
- MySQL
- How To Create A Database In Mysql Using Linux Shell Command
This Page Contains information about How To Create A Database In Mysql Using Linux Shell Command By wallpaperama in category MySQL with 0 Replies. [918], Last Updated: Sat May 18, 2024
wallpaperama
Mon Apr 13, 2009
0 Comments
687 Visits
ok, if you are here you probably want to know how you can create a database in mysql using the shell command. this is what i did to make a data base in mysql server:
Create a database on the sql server.
mysql> create database [databasename];