Mac system installs php through brew

1. Install php7.1 version and apache2.4 version via brew
2, xampp integrated development environment (php5.4 apache2.4.9)
3 has been installed on mac system before, and the following is the previous integrated environment php.ini

clipboard.png
extension=php_sockets.dl
;extension=php_pdo_mysql.dll

clipboard.png
mysql

clipboard.png
4php7.1 php.ini

clipboard.png

clipboard.png
4mysqlphp7.1php7.1php.ini

clipboard.png

clipboard.png

Mar.22,2021

install the PHP7 version of the mysql extension. The extension under mac ends with .so, and dll is the extension under win

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37c9d-2ae06.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37c9d-2ae06.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?