At 11:36 -0700 3/10/03, Mark Berkwitt wrote:
I can't figure the solution:

#mysql -p -u Me sampdb < create_president.sql
#Enter password:
ERROR 1 at line 5; Can't create/write to file './sampdb/president.frm'
(Errcode:13)

Please help.

% perror 1 13 Error code 1: Operation not permitted Error code 13: Permission denied

Looks like perhaps the sampdb directory under the server's data directory
isn't owned by the server.  Make sure the directory ownership matches
the account that you're using to run the server.

---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Reply via email to