You are not logged in.

#1 2007-08-16 21:37:38

ProzacR
Member
Registered: 2007-04-29
Posts: 272

Help me to turn on apache+mysql+php for fist time.

I instaled everything with pacman. After some pain php+httpd works now. But mysql looks like hardest part.
While trying to test things with simple code I see

Fatal error: Call to undefined function mysqli_connect() in /home/httpd/html/index.php on line 12

Php do not want to accept mysql functions. So i think I have to make some changes in php.ini, but do not know what exactly. Something like:
~ extension = ~ mysql
?

Offline

#2 2007-08-16 22:34:30

marxav
Member
From: Gatineau, PQ, Canada
Registered: 2006-09-24
Posts: 386

Re: Help me to turn on apache+mysql+php for fist time.

extension=mysqli.so in /etc/php.ini.  Most extensions are commented in the bottom portion of the php.ini file.

Offline

Board footer

Powered by FluxBB