From 3349db7024b2bdfd66883ec3bbede477ab953552 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 20 Jul 2024 19:56:35 +0200 Subject: [PATCH] Bump --- db_example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',