View Single Post
  #1  
Old 03-19-2016, 10:37 AM
The Crucial One
Fire Beetle
 
Join Date: Jul 2015
Posts: 28
Default Db_dump lock tables error

So i just switched over from akka's repack to my own compiled code and now i find that both Akka's updater and DB_dump are giving errors due to lock tables....


mysqldump: Got error:1449: The user specified as a definer ('root'@'::1') does not exist when using LOCK TABLES

and when i remove LOCK TABLES privilage i get

mysqldump: Got Error: 1044: Access denied for user 'root'@'localhost' to database 'peq' when using LOCK TABLES

I have no idea what happened in my process to switch things over but it went from working to not working.... i have done some reading and checked to make sure that my path is set to my mysql bin folder and such but still cant figure this out...


Thanks for your help
The Crucialone
Reply With Quote