Mysql-native with LAMPP

Martin Krejcirik via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 12 08:02:50 PDT 2016


> # netstat -npl | grep mysql
>
> unix  2      [ ACC ]     STREAM     LISTENING     239449   
> 6293/mysqld          /opt/lampp/var/mysql/mysql.sock

Mysql defaults to unix socket, you need to add 
bind-address=127.0.0.1 to my.cnf [mysqld] section.



More information about the Digitalmars-d-learn mailing list