fix mysql.sock path

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Andrea Scarpino 2009-12-17 00:44:40 +01:00 committed by Loui Chang
parent b51458f752
commit 0d35bd577a

View file

@ -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" );