Help! 3.23.51 for Windows is completely broken

2002-06-13 Thread Richard Trahan
mysqld and msqladmin are completely nonfunctional. mysqladmin does not parse ANY option (hence cannot run shutdown, report status, etc.) mysqld breaks on ALMOST EVERY option in my.cnf, and aborts with signal 11 when run from the command line with ANY OPTION, like --datadir. 3.23.49 worked

Re: (newbie) What's wrong with this READ DATA INFILE?

2002-03-31 Thread Richard Trahan
Antoine wrote: Richard Trahan wrote: I'm using 3.23.49 on Windoze 98. I'm trying to execute this: mysqlc load data local infile c:/temp/e-headhunters.txt - into table headhunters - lines terminated by '\r\n' - (email); Table headhunters contains several fields

(newbie) how can I regenerate the data/mysql tables?

2002-03-18 Thread Richard Trahan
I'm running 3.23.43 on Windows 98. I've done the default binary installation, which created the mysql and test databases in c:\mysql\data, and I've added the menagerie and other sample databases to it. I would like to leave that structure in place but create another database somewhere else. I

Re: (newbie) how can I regenerate the data/mysql tables?

2002-03-18 Thread Richard Trahan
Doug Thompson wrote: (snip) Perhaps you have misunderstood how mysql organizes everything and you are wanting to do something that you don't need to do. I haven't misunderstood anything, I think. I know how to create additional databases with CREATE DATABASE. My problem is that I want to

Re: (newbie) how can I regenerate the data/mysql tables?

2002-03-18 Thread Richard Trahan
Stephano Mariani wrote: Use symbolic links :) Actually, that's a good idea; it does let me put my table data somewhere else, but it's my fault that I didn't reveal my secret motivation in my original post. I have a general backup scheme which backs up everything in a set of directories

no tee in mysqlc

2002-03-18 Thread Richard Trahan
Why is there no tee in mysqlc? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To

How to use edit in mysqlc?

2002-03-18 Thread Richard Trahan
I like mysqlc because of the command line editing capability, but I can't find any documentation on this utility. Specifically, I haven't been able to figure out how edit works. Any help, please. - Before posting, please check: