#!/bin/sh

./bin/mysqld_safe --socket=$HOME/mysql.sock --skip-networking  $@ &

