Re: mysqldump questions

2008-08-23 Thread chaim . rieger
Whatever you name it Wherever you place it Mysqldump (options) filename --Original Message-- From: Nanu Kalmanovitz Sender: To: mysql@lists.mysql.com Sent: Aug 22, 2008 23:48 Subject: mysqldump questions Hi! What is the name dumped file and where it is created? System is :Novell

בעניין: Re: mysqldump questions

2008-08-23 Thread Nanu Kalmanovitz
Thanks! Nanu [EMAIL PROTECTED] 23/08/2008 09:50:13 Whatever you name it Wherever you place it Mysqldump (options) filename -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: mysqldump questions

2003-01-23 Thread Natale Babbo
Hi, 1) try this: GRANT SELECT, RELOAD ON *.* to dump@”%” IDENTIFIED BY password; 2) in the backup file insert this line above all: SET FOREIGN_KEY_CHECKS = 0; ... and all will be ok! regards --- Glenn Ticket [EMAIL PROTECTED] ha scritto: I have 2 questions concerning mysqldump. 1) What

RE: mysqldump questions

2003-01-23 Thread Glenn Ticket
This works perfect. Thanks ! Hi, 1) try this: GRANT SELECT, RELOAD ON *.* to dump@% IDENTIFIED BY password; 2) in the backup file insert this line above all: SET FOREIGN_KEY_CHECKS = 0; ... and all will be ok! regards I have 2 questions concerning mysqldump. 1) What grants does the user