Thread: Mysqladmin 1.4
View Single Post
  #3  
Old 25th Mar 04, 10:55 AM
JacKDynne's Avatar
JacKDynne JacKDynne is offline
Administrator
 
Join Date: Oct 2001
Location: The Past Through Tomorrow
Posts: 1,591
JacKDynne will become famous soon enoughJacKDynne will become famous soon enough
Send a message via MSN to JacKDynne
Why not do it manually?

http://www.mysql.com/doc/en/mysqladmin.html

Quote:
8.4 mysqladmin, Administering a MySQL Server

mysqladmin is a client for performing administrative operations. You can use it to check the server's configuration and current status, create and drop databases, and more.

Invoke mysqladmin like this:

shell> mysqladmin [options] command [command-option] command ...
mysqladmin supports the following commands:

create databasename
So drop to the shell and run mysqladmin create databasename

Hope this helps some Bads

/JD
__________________


Reply With Quote