mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix mysql.sock path
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
b51458f752
commit
0d35bd577a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
# NOTE: modify these variables if your MySQL setup is different
|
# NOTE: modify these variables if your MySQL setup is different
|
||||||
#
|
#
|
||||||
define( "AUR_db_host", "localhost:/tmp/mysql.sock" );
|
define( "AUR_db_host", "localhost:/var/run/mysqld/mysqld.sock" );
|
||||||
define( "AUR_db_name", "AUR" );
|
define( "AUR_db_name", "AUR" );
|
||||||
define( "AUR_db_user", "aur" );
|
define( "AUR_db_user", "aur" );
|
||||||
define( "AUR_db_pass", "aur" );
|
define( "AUR_db_pass", "aur" );
|
||||||
|
|
Loading…
Add table
Reference in a new issue