472,145 Members | 1,614 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

Can NOT Create or Drop a Database :o(

I just Installed MySQL v4.1.14 and had created a Database (from a
script). But I would like to redo the Database portion of it but am not
able to drop the Database. If I do a "show database;" I still see the
database. But when I look in the data directory, it is not there. Below
is my attempt the create / drop the DB:

mysql> create database testlink;
ERROR 1007 (HY000): Can't create database 'testlink'; database exists
mysql> drop database testlink;
ERROR 1008 (HY000): Can't drop database 'testlink'; database doesn't
exist

Would appreciate any / all help. I really don't want to re-install
MySQL all oer again.

TIA.

- manzoor

Sep 16 '05 #1
0 1492

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Richard Blewett [DevelopMentor] | last post: by
1 post views Thread by Darren | last post: by
2 posts views Thread by masri999 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.