diff --git a/db_example.php b/db_example.php index 7307dc2..e15fb70 100644 --- a/db_example.php +++ b/db_example.php @@ -3,7 +3,7 @@ use Amp\Mysql\MysqlConfig; return new MysqlConfig( - host: 'unix_socket=/var/run/mysqld/mysqld.sock', + host: '/var/run/mysqld/mysqld.sock', user: 'user', password: 'pass', database: 'rpc',