[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mysql database
- Subject: Re: [cobalt-users] mysql database
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu May 17 03:29:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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