re: RE: mysqldump query

2002-11-22 Thread Egor Egorov
Mark, Thursday, November 21, 2002, 5:01:51 PM, you wrote: MC> I should have been more specific in my previous post. I am actually after MC> the syntax to get the data out of a table and into a file. I couldn't quite MC> work this out from the stuff I read in the manual. What exactly do you want t

Re: RE: mysqldump question

2002-07-24 Thread Egor Egorov
Bill, Tuesday, July 23, 2002, 11:04:27 PM, you wrote: BB> Also, do you happen to know how old is 3.23.21-beta-log? Our MYSQL is BB> old, but I can't find out how old, is there a version history online BB> anywhere? Check MySQL manual: http://www.mysql.com/doc/index.html -- For techn

Re: Re: MySqlDump

2002-06-12 Thread Egor Egorov
Terence, Wednesday, June 12, 2002, 1:22:09 PM, you wrote: T> merge/union...which i guess is the problem? is it not fully supported by T> mysqldump yet? MERGE tables only since 4.0 support INSERTs. If you look into dump file you can see INSERTs for your MERGE table. http://www.mysql.com/doc/

Re: Re: mysqldump -A >dump.txt

2002-06-03 Thread Victoria Reznichenko
Eric, Monday, June 03, 2002, 1:49:24 AM, you wrote: EF> I didn't get that deeply into why exactly, but it seems that when I removed EF> the mysql database from the file, that the rest went fine with EF> mysql -u -p http://www.mysql.com/doc/m/y/mysqldump.html EF> I got an error about the column_p

Re: RE: mysqldump

2001-06-05 Thread Alice Tan
hi, i did follow what as follow .. c:\mysql\bin\mysqldump samp_db > c:\archieves.mysql but, it shows error as follow :- mysqldump: Got error: 1045: access denied for user: 'ODBC@localhost' when trying to connect. why ? How ? Original Message- >Hello > >It's s