PDA

View Full Version : This is what happens when I try to backup my database with MySQL Front;


GaleForce
3-31-03, 11:47 PM
Here is a little piece of some of the corrupted code I found;

\'9t~OD v1qS čԫg۞_bf-v^\0ϦAUMJɴK֣56RCGLc UZI Y6FG L=bԴ~~ڈ ,:g\0dMAmd\n=0OQoоkL@ Cd`{g5[:Ξ!V7r_\'^G 5@Wlع=8G %v$`WQyEXHTܜJϒO^rKCbXDQer \0c㑚tmԙ
6xn3RY\nmt!NK(89ב4fݱQ-ze{Emq1X\ZmDܯ^_ƣr\rzȑ e9\\/5Im̨7n\n[q}15ŸhhI6h쐸9q׵4b[r.dӧ5EҍE/C[;Ēă֓WgS{%AZ‹\"H%tGW
QNq5>׬|;

Every damn time...

HalfaBee
4-1-03, 12:17 AM
I just tried it and got the same result.
I think you will find that that is encoded data.
I also tried mysqldump and it showed the same stuff.

The backup is probably OK.

HalfaBee

GaleForce
4-1-03, 08:10 PM
It isnt, I get errors when I restore it.

HalfaBee
4-1-03, 08:53 PM
have you tried using mysqldump on the server?
It is probably more reliable and a lot quicker.

/usr/local/bin/mysqldump --opt -hserver.powweb.com -uMysqlUser -pMysqlpasswd -r backup.sql YourDBname

then zip the files
gzip backup.sql

and download the file backup.sql.gz

HalfaBee

rbach0210
4-2-03, 01:39 AM
Just repair the corrupted table with mySQL front or remove the corrupted data and then run a back-up from there?