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]
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 6
This works perfect. Thanks !
>Hi,
>
>1) try this: GRANT SELECT, RELOAD ON *.* to dump@"%"
>IDENTIFIED BY ;
>
>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
Hi,
1) try this: GRANT SELECT, RELOAD ON *.* to dump@%
IDENTIFIED BY ;
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 gr