…missing the MySQL extension…
-
trying to setup wp on WinXP sp3, installed Apache2.2 and PHP5, I can test my “mysqli” connection with phpinfo():
—– mysqli ——
Client API library version 5.0.51a
Client API header version 5.0.51a
MYSQLI_SOCKET /tmp/mysql.sockDirective Local Value Master Value
———— ———— ————
mysqli.default_host no value no value
mysqli.default_port 3306 3306
mysqli.default_pw no value no value
mysqli.default_socket no value no value
mysqli.default_user no value no value
mysqli.max_links Unlimited Unlimited
mysqli.reconnect On On
————————————
the I have setup a database in MySQL called wordpress and configured the “wp-config.php” accordingly.Don’t understand where is the error coming from…
- The topic ‘…missing the MySQL extension…’ is closed to new replies.