Oclair Aug 2, 2023 #26 For postfix the only thing working is instead of the default hosts = localhost I have to change it to hosts=127.0.0.1:3306 actually too soon to confirm this
For postfix the only thing working is instead of the default hosts = localhost I have to change it to hosts=127.0.0.1:3306 actually too soon to confirm this
Oclair Aug 2, 2023 #27 php.ini also can define these pdo_mysql.default_socket="/var/run/mysql/mysql.sock" mysqli.default_socket="/var/run/mysql/mysql.sock"
php.ini also can define these pdo_mysql.default_socket="/var/run/mysql/mysql.sock" mysqli.default_socket="/var/run/mysql/mysql.sock"
Oclair Aug 2, 2023 #28 on Libera #maria irc a very kind soul montywi recommended that I set a global environmental variable as root #sh #MYSQL_UNIX_PORT=/var/run/mysql/mysql.sock #export MYSQL_UNIX_PORT #exit let's see what happens in 2028...
on Libera #maria irc a very kind soul montywi recommended that I set a global environmental variable as root #sh #MYSQL_UNIX_PORT=/var/run/mysql/mysql.sock #export MYSQL_UNIX_PORT #exit let's see what happens in 2028...