[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] mysql database



Top Host Ltd <enquiries@xxxxxxxxxxxx>  wrote
> I'm trying to create a database on a raq3 running command
: create database
> testing
>
> Alas it does not recognise the command - anyone any
idea's?
>
Try;
mysqladmin -ppassword create testing
Then
mysqladmin -ppassword drop testing
To get rid of it!
Gerald