Skip to content

Commit

Permalink
chore(mysql_test): Disable socketDir in m2
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Jul 15, 2024
1 parent 5cf86b6 commit 494ca23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/services/mysql/mysql_test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
{
enable = true;
importTimeZones = true;
socketDir = "/tmp/${name}";
# FIXME: Can't start server: Bind on unix socket: Permission denied
# socketDir = "/tmp/${name}";
settings.mysqld.port = 3308;
};
services.mysql.m3 = {
Expand Down

0 comments on commit 494ca23

Please sign in to comment.