# The MySQL Sandbox # Copyright (C) 2006-2010 Giuseppe Maxia # Contacts: http://datacharmer.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA [mysql] prompt='master [\h] {\u} (\d) > ' # [client] user = msandbox password = msandbox port = 27572 socket = /tmp/mysql_sandbox27572.sock [mysqld] user = wuhao port = 27572 socket = /tmp/mysql_sandbox27572.sock basedir = /usr/local/src/mysql/5.1.57 datadir = /home/wuhao/sandboxes/rsandbox_5_1_57/master/data tmpdir = /home/wuhao/sandboxes/rsandbox_5_1_57/master/tmp pid-file = /home/wuhao/sandboxes/rsandbox_5_1_57/master/data/mysql_sandbox27572.pid #log-slow-queries = /home/wuhao/sandboxes/rsandbox_5_1_57/master/data/msandbox-slow.log #log = /home/wuhao/sandboxes/rsandbox_5_1_57/master/data/msandbox.log # # additional options passed through 'my_clause' # log-bin=mysql-bin server-id=1 log-error=msandbox.err