Click to See Complete Forum and Search --> : Install php and mysql under redhat 7.1


Simon Lee
04-02-2002, 10:06 PM
Dear All,

After the rpm software, apache server, php, and mysql are installed together under Redhat7.1, php can call the mysql functions. However, php cannot connect with mysql again after the computer is reboot. Why? Note that the demon process mysqld is running, I am sure, since the mysql can be opened by entering "mysql" in the bash shell.

Sincerely yours,
Simon

SKoL
04-03-2002, 02:57 AM
-- However, php cannot connect with mysql again after the computer is reboot.

Ok.. now tell us how/what syntax you are using to connect to the mysql db.

Simon Lee
04-03-2002, 09:17 PM
In the webpage when it call mysql, error message is prompt out as follow,

mysql_connect() is undefined function