Suse 9.0
apache2 and php working a treat but getting an error message if I try and do anything involving calls to mysql. Anyone know how configure/enable mysql on Suse 9.0?
Ta
Printable View
Suse 9.0
apache2 and php working a treat but getting an error message if I try and do anything involving calls to mysql. Anyone know how configure/enable mysql on Suse 9.0?
Ta
when you compile the php module, on the ./configure line, include --with-mysql, eg:JasonCode:./configure --with-mysql
None of that compiling malarkey here, twas all done at installation. MySQL is down as installed. Just not working :(Quote:
Originally Posted by Jaguar
Loading phpmyadmin gives this:
MySQL said:
#2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Sorted, needed to run 'rcmysql start' from a root console.
Ta