~dveeden/mysql-sandbox/mysql-sandbox

« back to all changes in this revision

Viewing changes to script_templates/process/my.sandbox.cnf

  • Committer: Giuseppe Maxia
  • Date: 2009-05-09 08:04:44 UTC
  • Revision ID: g.maxia@gmail.com-20090509080444-jy8a330el0mt425a
Tags: 3.0
- 3.0.00 GA release
- no code modification. Same codebase as 2.0.99f
- completed cookbook (41 recipes in MySQL::Sandbox::Recipes)
- added script_templates directory (No modification in current version, just preparation for 3.1.xx)
- added drafts directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
__LICENSE__
 
2
[mysql]
 
3
_MYSQL_PROMPT_
 
4
#
 
5
 
 
6
[client]
 
7
user            = _DBUSER_
 
8
password        = _DBPASSWORD_
 
9
port            = _SERVERPORT_
 
10
socket          = /tmp/mysql_sandbox_SERVERPORT_.sock
 
11
 
 
12
[mysqld]
 
13
user                            = _OSUSER_
 
14
port                            = _SERVERPORT_
 
15
socket                          = /tmp/mysql_sandbox_SERVERPORT_.sock
 
16
basedir                         = _BASEDIR_
 
17
datadir                         = _HOME_DIR_/_SANDBOXDIR_/data
 
18
pid-file                        = _HOME_DIR_/_SANDBOXDIR_/data/mysql_sandbox_SERVERPORT_.pid
 
19
#log-slow-queries               = _HOME_DIR_/_SANDBOXDIR_/data/msandbox-slow.log
 
20
#log                            = _HOME_DIR_/_SANDBOXDIR_/data/msandbox.log
 
21
_MORE_OPTIONS_
 
22
 
 
23