On Mon, Feb 11, 2002 at 01:31:03AM +0800, Benny Chen wrote:
% I have backed up my data in server A and  copied to /var/lib/mysql/my_db in 
% server B where my_db is the name of database. I can see my_db in left column 
% of phpMyAdmin 2.2.3 in my browser, but when I try to browse my data, I get 
% the error message " can't find file: ./my_db/my_table.frm (errno :13)."
% What should I do to solve this problem?

errno 13 is EACCES, Permission Denied. Is your backup on server B owned by
the user mysql runs as, and readable by that user?

john
-- 
John Morrissey          _o            /\         ----  __o
[EMAIL PROTECTED]        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__

---------------------------------------------------------------------
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


---------------------------------------------------------------------
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