Skip to content

Commit

Permalink
updates to mysql.sock localization
Browse files Browse the repository at this point in the history
  • Loading branch information
quantavi committed Sep 6, 2018
1 parent 354df11 commit 8d3053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ruckusing.conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function getDatabaseConfig($config = [])
'engine' => defined('DB_ENGINE') ? DB_ENGINE : 'InnoDB',
'charset' => defined('DB_CHARSET') ? DB_CHARSET : 'utf8mb4',
'directory' => 'schema',
'socket' => '/var/run/mysqld/mysqld.sock'
'socket' => '/tmp/mysql.sock'
];

if ($config) {
Expand Down

0 comments on commit 8d3053a

Please sign in to comment.