MySQL Forums
Forum List  »  Newbie

Re: How to create a new database
Posted by: Ådne Brunborg
Date: May 04, 2005 02:47AM

1. download and install mySQL (for Windows)
2. start it
3. type "help", "help create" and "help create database" and read the help text
4. type "create database myDB;" (remember the ";")
5. type "connect myDB"

---Ådne

Options: ReplyQuote


Subject
Written By
Posted
Re: How to create a new database
May 04, 2005 02:47AM


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.