Skip to content

Commit

Permalink
Set the default mysql user to be webgui.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 7, 2012
1 parent e952ac9 commit 58f35c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/var/setupfiles/my.cnf
Expand Up @@ -24,7 +24,7 @@ socket = /var/lib/mysql/mysql.sock

# The MySQL server
[mysqld]
user = mysql
user = webgui
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-external-locking
Expand Down

0 comments on commit 58f35c3

Please sign in to comment.