Re: problem running mysql from the command line

2001-11-23 Thread DL Neil
> I hope I'm not being really stupid, but this does not seem to work: > > mysql -h localhost -u xxx -p > > I get the command line usage error. It appears I can't use any other option > if I use the -h. This works fine > > mysql -u xxx -p > > I'm running mysql version 3.23.43-nt Glenn, Is th

problem running mysql from the command line

2001-11-21 Thread Glenn Hirschowitz
I hope I'm not being really stupid, but this does not seem to work: mysql -h localhost -u xxx -p I get the command line usage error. It appears I can't use any other option if I use the -h. This works fine mysql -u xxx -p I'm running mysql version 3.23.43-nt Glenn --