|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-26 06:30 UTC] micha at sitehost dot nl
[2001-04-25 23:59 UTC] cardinal@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 11:00:02 2025 UTC |
I did update my Linux RedHat from 6.2 to 7.0. After this PHP couldn't connect to MySQL. After this I did update PHP and MySQL to the following versions: MySQL-3.23.24-1 mysql-3.23.32-1.7 MySQL-client-3.23.24-1 mysqlclient9-3.23.22-3 MySQL-devel-3.23.24-1 mysql-devel-3.23.32-1.7 mysql-server-3.23.32-1.7 MySQL-shared-3.23.24-1 php-4.0.4pl1-3 When I try to get data out of the MySQL database I get the error: Fatal error: Call to undefined function: mysql_connect() in /opt/homes/shbeheer/HTML/klantoverzicht.php on line 3 This line 3 contains : mysql_connect("localhost","username","password"); Please help me with this problem, thanx.