On 4 Aug 2003 at 12:06, Jeffery C. Baldwin wrote:

> Anyone notice the problem?  Even though I get no error.. the sampdb is
> not being greated.

When are you attempting to create it?  All you've shown is a GRANT 
statement, which creates *permissions* for the database (and works 
even if the database doesn't exist yet).  To actually create the 
database you need to use CREATE DATABASE:

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


-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Tobacco Documents Online
http://tobaccodocuments.org


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to