Mysqldump turn off quotes

2008-07-02 Thread Martin Gainty

How do I get mysqldump to turn off quotes e.g from
INSERT INTO table 
to
INSERT INTO table

Thanks
Martin Gainty 

__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 

_
Making the world a better place one message at a time.
http://www.imtalkathon.com/?source=EML_WLH_Talkathon_BetterPlace

Re: Mysqldump turn off quotes

2008-07-02 Thread Dan Nelson
In the last episode (Jul 02), Martin Gainty said:
 
 How do I get mysqldump to turn off quotes e.g from
 INSERT INTO table 
 to
 INSERT INTO table

http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html#option_mysqldump_quote-names

-- 
Dan Nelson
[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]