#!/bin/sh # A wrapper arund the mysql command-line client dir=`dirname $0` exec mysql --defaults-file=$dir/mysqld/my.cnf "$@"