Installed MySQL but can't connect

2004-03-24 Thread Kevin Carpenter
I've installed MySQL and started the server with: mysqld_safe I've confirmed the server is running with: ps -ef | grep mysql and mysqladmin status —-- I'm trying to connect using: shell mysql -u root -p It says 'command not found' - I find the mysql command location and

Re: Installed MySQL but can't connect

2004-03-24 Thread Paul DuBois
At 13:24 -0500 3/24/04, Kevin Carpenter wrote: I've installed MySQL and started the server with: mysqld_safe I've confirmed the server is running with: ps -ef | grep mysql and mysqladmin status --- I'm trying to connect using: shell mysql -u root -p It says 'command not