Magellan Linux

Diff of /alx-src/trunk/alxconfig-ng/functions/mysqlfunctions

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 292 by niro, Wed Aug 17 22:09:59 2005 UTC revision 293 by niro, Thu Aug 18 03:03:25 2005 UTC
# Line 6  Line 6 
6  #  #
7  # Niels Rogalla <niro@magellan-linux.de>  # Niels Rogalla <niro@magellan-linux.de>
8  #  #
9  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/mysqlfunctions,v 1.5 2005-08-17 22:09:59 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/mysqlfunctions,v 1.6 2005-08-18 03:03:25 niro Exp $
10    
11  mysql_command(){  mysql_command(){
12    
# Line 122  reach_mysql_server() Line 122  reach_mysql_server()
122   --host="${SQL_HOST}" \   --host="${SQL_HOST}" \
123   --database="${SQL_DB}" \   --database="${SQL_DB}" \
124   --batch \   --batch \
125   --execute="" $> /dev/null && return 0 || \   --execute="" &> /dev/null && return 0 || \
126   (   (
127   echo -e ${COLRED}   echo -e ${COLRED}
128   echo "Cannot reach a mysql-server at '${SQL_HOST}'."   echo "Cannot reach a mysql-server at '${SQL_HOST}'."

Legend:
Removed from v.292  
changed lines
  Added in v.293