tai huijia wrote:
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.
You have already asked this question on the list (on 20/8) and it has
already been answered by several different people. I'm not even going to
answer it again, just look in the archives. If you ask a question and
then ignore the replies, why should we help you?
Jasper
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]