Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › backup feature error
I'm trying to back up a database, and I'm getting the following error on every table:
“Failed copying .frm file (errno: 2)”.
Could this be my user permissions, or is there something else I must do?
Are you using DB->Backup Database… option to backup your database? It will only work if SQLyog and the MySQL server are on the same system. To backup a remote database use DB->Export Database As Batch Scripts… option. 😀