My host went out of buisness, so i ended up with a load of Sql Dumps.
The upload of my site went fine until i tried import the Sql Dump. All i am getting now:
LOCK TABLES `PLD_CATEGORY` WRITE ;
MySQL said:
#1044 - Access denied for user @ Db...
Some guy suggeted removing the "LOCK TABLE" on the Sql file, but this already set to "UNLOCK" TABLES.
I think it is a permissions thing but i am not sure?
Appreciate some advice.
Thank you
Eng65
The upload of my site went fine until i tried import the Sql Dump. All i am getting now:
LOCK TABLES `PLD_CATEGORY` WRITE ;
MySQL said:
#1044 - Access denied for user @ Db...
Some guy suggeted removing the "LOCK TABLE" on the Sql file, but this already set to "UNLOCK" TABLES.
I think it is a permissions thing but i am not sure?
Appreciate some advice.
Thank you
Eng65
Comment