RE: How to correct error code 1006

2003-09-05 Thread Jonathan Villa
Thanks, that helped me find the solution. -Original Message- From: Diana Soares [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 12:27 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: How to correct error code 1006 # perror 13 Error code 13: Permission denied

Re: How to correct error code 1006

2003-09-05 Thread Diana Soares
# perror 13 Error code 13: Permission denied Check the ownership (and permissions) of your . Maybe your is owned by user "mysql" and not "mysqladmin" and then "mysqladmin" can't write to . You may find what your datadir is with: # mysqladmin var | grep datadir Hope this helps, On Fri, 2003