⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 linux下安装不上mysql5与php5的可用此关联
💻
字号:
REQUIREMENTSThe new MySQL native driver for PHP (mysqlnd) requires: - PHP 6 - MySQL 4.1 or newer BUILDING ON UNIX1) Get a copy of PHP 6For example, you can check out PHP 6, the current development version of PHP, from the CVS repository on php.net. See http://www.php.net/anoncvs.php for detailed instructions.me@myhost:~> cvs -d :pserver:cvsread@cvs.php.net:/repository checkout php62) Copy mysqlnd into the PHP 6 source treeRemove the ext/mysqli directory from your PHP directory, for example:me@myhost:~> cd php6me@myhost:~/php6> rm -rf ext/mysqliCopy mysqlnd into your PHP directory, for example:me@myhost:~/php6> cp -R ~/php-mysqlnd/php6/ext/mysqli ext/mysqli3) Run buildconfme@myhost:~/php6> ./buildconf --force4) Configure PHP with mysqlnd supportTo configure PHP with ext/mysqli using mysqlnd, youadd ext/mysqli to your PHP using '--with-mysqli' and tellit not to link against the MySQL client library, but to use mysqlnd by adding '--enable-mysqlnd'.me@myhost:~/php6> ./configure --with-mysqli --enable-mysqlndNote that you must not specify the path to the MySQLutility mysql_config. 5) Build PHPme@myhost:~/php6> make clean; make; make install

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -