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 fi
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 ter
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, including
'email varchar(40)'.
The inpu
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
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 uns
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 cont
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
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 can'