Trying to use the BACKUP TABLE and RESTORE TABLE commands with mySQL and I get an access denied error...
SQL-query :
RESTORE TABLE table FROM '/home/myweb/public_html/phpa/data'
MySQL said:
Access denied for user: 'myuser@localhost' (Using password: YES)
I'm using phpMyAdmin to do that. Please don't come with things like why you don't use the ASCII reload option, the database I want to restore is big enough to do not use it... limitations on the PHP file upload on a server I don't have full control).