diff --git a/backend/url-shortener/config/config.php b/backend/url-shortener/config/config.php index 0645030..cd97fbc 100644 --- a/backend/url-shortener/config/config.php +++ b/backend/url-shortener/config/config.php @@ -9,7 +9,7 @@ return [ 'mysql' => [ 'host' => '127.0.0.1', 'port' => 3306, - 'socket' => '/run/mysqld.sock', + 'socket' => '/run/mysqld/mysqld.sock', 'database' => 'url_shortener', 'username' => 'androidcast', 'password' => 'androidcastrootowned',