Hey guys, i’m having some problems with PHP and MYSQL
I have virtualmin 3.76 installed on my Ubuntu Linux 8.04 LTS server, and I can’t seem to get MySQL to register with PHP. When i check the phpinfo() there is no table with MySQL listed…
I’ve uncommented the “extension=mysql.so” line in the php.ini file, and i’ve pointed the "extension_dir = " to /usr/lib/perl5/auto/DBD/mysql/ which is where the “mysql.so” file is located on my machine after the automated install by virtualmin… and I just can’t seem to get it to work…
whenever i run a .php file that tries to access the MySQL server i get this
Fatal error: Call to undefined function mysql_connect()
Any ideas on what i’m doing wrong ??? Any help would be greatly appreciated !!