Richard G
Verified User
Just transferring all accounts from one server to another.
On 2 accounts we get this error:
I tried this solution:
http://help.directadmin.com/item.php?id=466
But that does not work. The mysql command just "sits" there.
When I have a look with mytop, it's there but it says "sleeping" and does nothing anymore.
So I had a look at the internet, we have this line in the sql file:
I tried removing it and restoring the database, tried changing the name to da_admin and restoring, nothing works.
The process gets set asleep.
How can this be fixed.
On 2 accounts we get this error:
On the other account ofcourse with another database name.Unable to restore database richard_bl0t.sql to richard_bl0t : ERROR 1227 (42000) at line 1926 in file: '/home/richard/backups/backup/richard_bl0t.sql': Access denied; you need (at least one of) the SUPER privilege(s) for this operation
I tried this solution:
http://help.directadmin.com/item.php?id=466
But that does not work. The mysql command just "sits" there.
When I have a look with mytop, it's there but it says "sleeping" and does nothing anymore.
So I had a look at the internet, we have this line in the sql file:
Code:
/*!50013 DEFINER=`richard_xxx`@`localhost` SQL SECURITY DEFINER */
The process gets set asleep.
How can this be fixed.