Re: MySQLGUI file save function

2001-08-30 Thread s. keeling
On Thu, Aug 30, 2001 at 10:22:02AM -0600, Jeff Isom wrote: > I am fairly new to MySQL and I am unfamiliar with the term "escaped form". This a Unix-ism. For instance: "this line" 'this line' this\ line The last two are functionally equivalent. The last one has an 'escaped' space embe

Re: MySQLGUI file save function

2001-08-30 Thread Sinisa Milivojevic
Jeff Isom writes: > I am fairly new to MySQL and I am unfamiliar with the term "escaped form". > Can anyone point me to documentation that explains what that is and how it > can be used. > > Also, I am trying to perform a backup remotely. My understanding is that > the mysqldump and mysqlhotcop

Re: MySQLGUI file save function

2001-08-30 Thread Jeff Isom
ly be used on the local machine. Is this correct? What is the best way to perform a backup remotely. Thanks, Jeff - Original Message - From: "Sinisa Milivojevic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2

Re: MySQLGUI file save function

2001-08-30 Thread Sinisa Milivojevic
Jeff Isom writes: > I am using MySQLGUI 1.7.5-1 on Windows 2000. When I save a query result to > a file it seems to save it as a Hex output. Is this what is supposed to > happen? Can this be used to backup a database? > > Thanks in advance. > > Jeff > It will save query results in a file in

MySQLGUI file save function

2001-08-30 Thread Jeff Isom
I am using MySQLGUI 1.7.5-1 on Windows 2000. When I save a query result to a file it seems to save it as a Hex output. Is this what is supposed to happen? Can this be used to backup a database? Thanks in advance. Jeff - Befo