You are not logged in.
I don't know if this goes here, but anyway, the PHP package is built with --with-mysql-sock, but not --with-mysql. Kind of a pain to rebuild the package so I can have MySQL support.
Offline
The php package supports mysql. Did you untag the mysql extension in /etc/php.ini
extension=mysql.so
Markku
Offline
Yes, i did, but don't see anything about mysql in phpinfo() and get
Fatal error: Call to undefined function: mysql_connect()
in scripts (((
any ideas?
Best wishes, Alexander Solovyov
Offline
In phpinfo() I also don't see anything about MySQL, but everything works fine in my case.
Take a look at "Apache, PHP, and MySQL" in Wiki.
http://wiki.archlinux.org/index.php/Apa … nd%20MySQL
Markku
Offline