Re: Strange Error Message, I need explaination.

2001-04-02 Thread Lindsay Adams
You are logged in as root, but what user is mysqld running as? If you stop the database, you can manually remove the test dir from the datadir. Or fix the permissions on your directories in the datadir, so that mysqld can add/remove directories and files. Look in your my.cnf file to find out wha

Strange Error Message, I need explaination.

2001-04-02 Thread Mike Mike
Hello, When I try to drop a database as follows: mysql> drop database test; I get an error message of ERROR 1010: Error dropping database (can't rmdir './test', errno: 39) How do I fix this problem or even how do I delete the database. I'm using RedHat 6.2 and MySQL version: 3.22.32 and i'm lo