Bug #25108 | Backup a remote db fails | ||
---|---|---|---|
Submitted: | 16 Dec 2006 9:45 | Modified: | 9 Jan 2007 11:51 |
Reporter: | Ugo Grandolini | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Administrator | Severity: | S2 (Serious) |
Version: | 1.2.8 | OS: | Windows (windows xp home (italian)) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Backup |
[16 Dec 2006 9:45]
Ugo Grandolini
[26 Dec 2006 21:47]
Sveta Smirnova
Thank you for the report. Please try to make backup of your remote database using mysqldump command line utility located on local host. (To be sure problem is MySQL Administrator and not configuration of the server)
[8 Jan 2007 14:34]
Ugo Grandolini
Sorry but I am not allowed to connect through mysqldump from my system. I guess the hosting service does not allow due to security issues.
[9 Jan 2007 10:33]
Sveta Smirnova
If you can connect to remote MySQL server with one client (MySQL Administrator) you should connect with other (mysqldump). Read about connection options of mysqldump at http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html Most important are --port, --host, --user and --password
[9 Jan 2007 11:08]
Ugo Grandolini
ok Sveta, I found out the way to connect. This is the problem I get: mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `g_fnset_fpath` at row: 385961 Is there any way to make the connection persistent through mysqldump and/or mysql gui? thank you
[9 Jan 2007 11:23]
Sveta Smirnova
Ugo, there are many possible causes of this problem. But bug database is only place to hold information of bugs found in MySQL product. Your case likely looks as support request which we not allowed to handle here. Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/ Thank you for your interest in MySQL.
[9 Jan 2007 11:51]
Ugo Grandolini
Sveta, I posted on the forum as per your suggestion, however please consider this problem something that MySQL GUI programmers should take into account when coding the next version. If MySQL GUI cannot provide a backup feature letting users to be able to backup any database size (and I am sure there are many more larger than this...) it maybe better to remove the feature or let us know we can only backup small db. =/