restore db from mysqldump I get different databases size

2005-10-01 Thread Lorenzo Sicilia
Hi to all, I have a database online with innodb &myisam tables. I use this option when I do a daily backup: #mysqldump -c -e -Q -u --lock-tables --flush-logs --opt myDB -u MyUser -p > db.sq when I restore my db with this command: # mysql -u root -p -D myDB_restored < db.sql I get a new databse

Re: Problem with UTF-8 in 4.1.1a

2004-02-09 Thread Lorenzo Sicilia
n my jsp: request.setCharacterEncoding("UTF-8"); I hope this help. Regard Lorenzo Sicilia -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

small bug in mysqldump

2003-09-29 Thread Lorenzo Sicilia
t;. Other dump tool (ex. phpMyAdmin work fine) If someone confirm I post it in the bug repository. Best Regards Lorenzo Sicilia -- Kemen srl http://www.kemen.it -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

REPLICATE_IGNORE_DB don't work :(

2003-09-14 Thread Lorenzo Sicilia
;t work. "You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'REPLICATE_IGNORE_DB = ' I can excute this sql or I need set this param only in my.cnf? Thanks in advance. Best Regards Lorenzo Si