Hello,
I am trying to transfer a MySQL database from one site to my local TCH site. I have the dump and I have tried to run:
RESTORE TABLE field1,field2,field3,etc FROM '<Database Path>'
I keep getting the error:
RESTORE TABLE
field1,field2,field3,etc FROM '<Database Path>'Access denied for user: '<real_user>' (Using password: YES)
I have tried locally, through PHPMyAdmin, and remotely, through MySQL - Front, with different users, but to no avail.
I have check the path several times and the access rights. I am at a loss.
Can anyone help?
Angelo