Skip to content

Instantly share code, notes, and snippets.

@iamcal
Created September 9, 2010 17:54
Show Gist options
  • Save iamcal/572230 to your computer and use it in GitHub Desktop.
Save iamcal/572230 to your computer and use it in GitHub Desktop.
GNU nano 2.0.6 File: /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
bind-address=10.210.215.67
max_connections=500
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment