Fix typo
This commit is contained in:
		
							parent
							
								
									fb9e3c56f0
								
							
						
					
					
						commit
						391a464898
					
				| @ -26,7 +26,7 @@ if test -e "$socketfile" ; then | |||||||
| 
 | 
 | ||||||
|     # some process uses the socket file |     # some process uses the socket file | ||||||
|     response=`@bindir@/mysqladmin --no-defaults --socket="$socketfile" --user=UNKNOWN_MYSQL_USER --connect-timeout="${CHECKSOCKETTIMEOUT:-10}" ping 2>&1` |     response=`@bindir@/mysqladmin --no-defaults --socket="$socketfile" --user=UNKNOWN_MYSQL_USER --connect-timeout="${CHECKSOCKETTIMEOUT:-10}" ping 2>&1` | ||||||
|     if [ $? -qe 0 ] || echo "$response" | grep -q "Access denied for user" ; then |     if [ $? -eq 0 ] || echo "$response" | grep -q "Access denied for user" ; then | ||||||
|         echo "Is another MySQL daemon already running with the same unix socket?" >&2 |         echo "Is another MySQL daemon already running with the same unix socket?" >&2 | ||||||
|         echo "Please, stop the process using the socket $socketfile or remove the file manually to start the service." >&2 |         echo "Please, stop the process using the socket $socketfile or remove the file manually to start the service." >&2 | ||||||
|         exit 1 |         exit 1 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user