Create a MySQL database

Contributor Icon Contributed by qmchenry Date Icon December 14, 2003  
Tag Icon Tagged: MySQL


To create a database called ‘financial’ use the following SQL command:

create database financial

The command can be issued from any SQL source including an application with database connectivity (i.e., PHP, Java, etc.) or directly from mysql command (see Connect to a MySQL server using the mysql command for more information).

Previous recipe | Next recipe |
 

 
close Reblog this comment
blog comments powered by Disqus