Mysql path
We run Slackware Linux with Apache, PHP and Mysql.
How to inform php about new path to mysql. I just install new Mysql and
it is installed in the new directory.
Where can I define path to mysql?
/Marcus
Re: Mysql path
Post removed (X-No-Archive: yes)
Re: Mysql path
MarcusB wrote:
> We run Slackware Linux with Apache, PHP and Mysql.
> How to inform php about new path to mysql. I just install new Mysql and
> it is installed in the new directory.
> Where can I define path to mysql?
PHP don't care about the path to the mysql binaries, it will by default just
use the port 3306 to connect as it should be.
//Aho