Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Database Creation

Quote Reply
Re: Database Creation In reply to
You need to do that from the Unix Shell, or from an admin program such as PHPmyAdmin

You issue a command to the MySQL engine through the mysqladmin program:

/path/to/mysqladmin create new_database -p password -u username


I've had a problem using the -p and -u on the command line, so you might have to try it just adding the -p -u without the actual passwords and let it prompt you. This is more system specific quirks in how user information is passed by the shell to the process, so you just have to see what works on your Unix.

Subject Author Views Date
Thread Database Creation Robert_B 1886 Mar 13, 2000, 4:51 PM
Post Re: Database Creation
pugdog 1835 Mar 13, 2000, 5:33 PM
Post Re: Database Creation
Alex 1812 Mar 17, 2000, 2:33 PM