mysqli configuration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • narobe
    First Lieutenant

    • Apr 2006
    • 182

    mysqli configuration

    Hi, I'm trying to configure a mysqli extension. I`ve taken a look a the instruccions at the php.net but it doesn't help me very much.
    Thanks in advance.
    PHP 5.0, 5.1, 5.2

    If building from source code, to ensure that the mysqli extension for PHP is enabled, you will need to configure the PHP source code to use mysqli. This is achieved by running the configure script with the option --with-mysqli=mysql_config_path/mysql_config, prior to building PHP. This will enable mysqli and it will use the MySQL Client Library (libmysql) to communicate with the MySQL Server.
    The mysql_config_path represents the location of the mysql_config program that comes with MySQL Server.
Working...
X