JP128 Posted June 25, 2006 Share Posted June 25, 2006 What is this error for?Fatal error: Call to undefined function mysql_connect() Quote Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/ Share on other sites More sharing options...
hitman6003 Posted June 25, 2006 Share Posted June 25, 2006 You need to enable the mysql extension in your php.ini file. Just remove the semi-colon from the beginning of the line. Quote Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/#findComment-49429 Share on other sites More sharing options...
JP128 Posted June 25, 2006 Author Share Posted June 25, 2006 I have done that, and then some.;extension=php_mbstring.dll;extension=php_bz2.dll;extension=php_curl.dll;extension=php_dba.dll;extension=php_dbase.dll;extension=php_exif.dll;extension=php_fdf.dll;extension=php_filepro.dll;extension=php_gd2.dll;extension=php_gettext.dll;extension=php_ifx.dll;extension=php_imap.dll;extension=php_interbase.dll;extension=php_ldap.dll;extension=php_mcrypt.dll;extension=php_mhash.dll;extension=php_mime_magic.dll;extension=php_ming.dll;extension=php_mssql.dll;extension=php_msql.dllextension=php_mysql.dll;extension=php_oci8.dll;extension=php_openssl.dll;extension=php_oracle.dll;extension=php_pgsql.dll;extension=php_shmop.dll;extension=php_snmp.dll;extension=php_sockets.dll;extension=php_sqlite.dll;extension=php_sybase_ct.dll;extension=php_tidy.dll;extension=php_xmlrpc.dll;extension=php_xsl.dll Quote Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/#findComment-49476 Share on other sites More sharing options...
Koobi Posted June 26, 2006 Share Posted June 26, 2006 did you restart apache after you did? because php.ini is only read in once at startup so you would have to restart apache for it to know that you enabled the mysql extension. Quote Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/#findComment-49545 Share on other sites More sharing options...
wildteen88 Posted June 26, 2006 Share Posted June 26, 2006 There is a an FAQ on this subject [a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=95378\" target=\"_blank\"]here[/a]. Quote Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/#findComment-49573 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.