--- alx-src/trunk/alxconfig-ng/functions/mysqlfunctions 2005/08/18 03:03:25 293 +++ alx-src/trunk/alxconfig-ng/functions/mysqlfunctions 2005/08/18 08:13:49 298 @@ -6,7 +6,7 @@ # # Niels Rogalla # -# $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/mysqlfunctions,v 1.6 2005-08-18 03:03:25 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/mysqlfunctions,v 1.7 2005-08-18 08:13:49 niro Exp $ mysql_command(){ @@ -115,8 +115,8 @@ reach_mysql_server() { - # set connection timeout to 10 secs - mysql --connect_timeout=10 \ + # set connection timeout to 20 secs + mysql --connect_timeout=20 \ --user="${SQL_USER}" \ --password="${SQL_PASS}" \ --host="${SQL_HOST}" \