MySQL Forums
Forum List  »  Install & Repo

Re: what is my database name? (MySql 5.1)
Posted by: Bob Field
Date: May 26, 2006 12:44PM

Creating a database is very simple:

CREATE DATABASE databasename;

http://dev.mysql.com/doc/refman/5.0/en/create-database.html

Options: ReplyQuote


Subject
Written By
Posted
Re: what is my database name? (MySql 5.1)
May 26, 2006 12:44PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.