• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

PSADUMP error

Y

yoohosting

Guest
I got this error on a full psadump :

[Wed Oct 5 23:16:33 2005] dumping mysql database psa2 ... error!
/usr/bin/mysqldump: Got error: 1016: Can't open file: 'BackupTasks.ibd' (errno: 1) when using LOCK TABLES
An error was occured during execution: "/usr/bin/mysqldump -uadmin -p********* --quote-names 'psa2'"
[root@ik59165 bckups]#

What can be the prob?
thanks
 
Nobody has this error? or the solution?

I need to transfert all user from a server to a new one. :(
 
I have the same error since I upgrade to mysql 4.1.12 from art :(

Thinq u use a lot of tables (1000>) in one database?

For more details see: http://lists.mysql.com/bugs/11608

Use mysqldump wth this option will work: --skip-lock-tables

But for psadump I don't now, I still wait for the next version of mysql. Hope this problem is solved then.
 
I solved my probleme by deleting (moving) all db giving error and I put theme in the place manualy :(

And I saw after the migration that some tables were broken.. PSADUMP / PSARESTORE is realy a bad solution
 
hello in /etc/my.cnf
to add :
open_files_limit=8192

and by I finalize to restart mysqld
 
Back
Top