ReePrime
4 MySQL_Video_Tutorial_MY_CNF

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

4 MySQL_Video_Tutorial_MY_CNF

I
itvolunteersuk

99 Views • Jun 11, 2013

Description

In this video tutorial you will learn about default configuration file my.cnf for mysql server. you can add / change various configuration parameters in this file so that when ever you restart server, new configuration values will get in effect.
On Ubuntu /etc/default/my.cnf OR on centos / redhat / fedora it is /etc/my.cnf
[mysqld]
user = mysql
port = 3306
datadir = /var/lib/mysql
socket = /var/run/mysqld/mysqld.sock
pid = /var/run/mysqld/mysqld.pid
tmpdir = /tmp