Top "My.cnf" questions

Configuration file for MySQL programs, particularly for the mysqld server.

Centos 6 64bit enable my.cnf

Can someone please tell me how to enable my.cnf options in CentOS 6? I have all the expected .cnf files …

mysql centos my.cnf centos6
What's the best way to allow MySQL on one server to listen to requests from two other different servers?

I have my MySQL database server on Server 1. I want to have my Rails apps on two other servers - …

mysql my.cnf
Optimal MySQL-configuration (my.cnf)

The following is my default production MySQL configuration file (my.cnf) for a pure UTF-8 setup with InnoDB as the …

mysql optimization utf-8 innodb my.cnf
Optimize my.cnf configuration for 1 gb ram with 100+ users online

My mysql keeps crashing. And I think it's because of improper configuration of my.cnf. Here's my my.cnf current …

mysql percona my.cnf
OSX 10.10 Yosemite my.cnf not being read not working

OSX 10.10 Yosemite install by mysql-5.6.21-osx10.9-x86_64.1.dmg and find my.cnf only in /usr/local/mysql not in /etc …

mysql macos my.cnf osx-yosemite
Why does `log_slow_queries` break `my.cnf`?

Why can't I use slow_query_log on MySQL 5.6 on CentOS 6.4? [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/…

mysql performance my.cnf mysql-slow-query-log
Painfully set the sql_mode for vtiger

I couldn't figure out what Vtiger was on about when it asked me to set the php.ini file to …

mysql vtiger my.cnf
mysql: unknown variable in `my.cnf`

I follow these instructions to speed up loading a big local file (500+M, 10+M rows) into MySQL, adding configurations to /…

mysql innodb my.cnf
Can not start mysql if the datadir is set to soft link

Currently I met a mysql start issue and couldn't figure what happen here. if the datadir set in /var/lib/…

mysql symlink my.cnf
MySql : InnoDB_Force_recovery = 1 leads to table in read only

I have an application which runs under MariaDB 10.1.18 and I had problems of data corruption. So, in my.cnf I …

mysql database mariadb database-performance my.cnf