MySQL Forums
Forum List  »  Newbie

Re: Issue
Posted by: Bill Karwin
Date: April 06, 2006 08:48PM

I'm inferring that error message you saw was from the DOS command shell.

You can create a database with CREATE DATABASE from within the environment of the 'mysql' command interpreter.

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

You can also create a database with the 'mysqladmin' command.

See:
http://dev.mysql.com/doc/refman/5.0/en/mysqladmin.html

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
April 06, 2006 08:40PM
Re: Issue
April 06, 2006 08:48PM


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.