Greetings, I'm a new user for MYSQL and I face problem adding mysql database.
After typing: SHOW DATABASES; I got this: +----------+ | Database | +----------+ | test | +----------+ 1 row in set (0.02 sec) which does not contain mysql and tmp as shown: +----------+ | Database | +----------+ | mysql | | test | | tmp | +----------+ How can I create mysql database? I have gone through the manual provided, but I don't really understand the way to create it. Please guide me. THANK YOU! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]