- Original Message -
From: "Kelley Prebil" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 17, 2003 9:33 PM
Subject: mysql: not found
> When I try to start the database with :
>
> mysql -h host -u user -p
>
> I get the response
When I try to start the database with :
mysql -h host -u user -p
I get the response :
mysql: not found
What does this mean? Installation went smoothly as far as I could tell.
Also, when I try to start the database with :
bin/mysqld_safe --user=mysql &
It starts the mysqld daemon from
as root instead of mysql as I specified in my script.
This worked fine under 3.x.
--
./do4[14]: --with-mysqld-user=mysql: not found
cd libmysql; gmake link_sources
gmake[1]: Entering directory `/src/net/db/mysql/mysql-4.0.13/libmysql'
--
This is just part