sql >> Database teknologi >  >> RDS >> Mysql

Kompilere PHP 5.1.6 med PDO MySQL

Jeg er ikke sikker på, at det virkelig vil hjælpe, men hvad hvis du fjerner alle forekomster af "=shared " i din konfigurationslinje ?

For eksempel, her er en konfigureringskommando, jeg har brugt for noget tid siden *(som givet af phpinfo )* :

$ /usr/local/php-5.1.6/bin/php -i | grep 'configure'
Configure Command =>  './configure' '--prefix=/usr/local/php-5.1.6' '--with-config-file-path=/etc/php-5.1.6' 
  '--with-apxs2=/usr/bin/apxs2' '--disable-ipv6' '--with-openssl' '--with-zlib' '--enable-bcmath' 
  '--with-bz2' '--with-curl' '--enable-exif' '--enable-ftp' '--with-gd' '--with-ttf' 
  '--enable-gd-native-ttf' '--with-imap-ssl' '--with-ldap' '--enable-mbstring' '--with-mcrypt' 
  '--with-mhash' '--with-mysql' '--with-mysqli' '--enable-pcntl' '--with-pdo-mysql' '--with-pdo-sqlite' 
  '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-sqlite-utf8' '--with-xmlrpc' 
  '--with-xsl' '--with-pear'

(nye linjer tilføjet af hensyn til læsbarheden)

Hjælper det?



  1. Afkortes med tilstand

  2. Sådan eksporteres en liste over sammenkædede tabeller til Excel fra Access 2016

  3. Sådan anvender du at have klausul med Group by i Select Query - SQL Server / TSQL Tutorial Part 131

  4. Hurtigste måde at importere stor CSV-fil til MySql ved hjælp af MySql CLI