my.cnf problem
Added by Med K over 6 years ago
Hello,
I wanted to tweak the /etc/my.cnf as seen in many discussions. But it seems to have nearly no config at all. No memory or cache sizes, all what's in there is as follows:
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
skip-name-resolve
skip-host-cache
max_connections=500
[mysql.server]
user=mysql
basedir=/var/lib
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
Is there another my.cnf file used by the MySQL server? Thanks.
Replies (3)
RE: my.cnf problem
-
Added by Demian Biscocho over 6 years ago
Are you using MySQL or MariaDB? You can check the my.cnf example that we have here: https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X.
RE: my.cnf problem
-
Added by Med K over 6 years ago
Demian Biscocho wrote:
Are you using MySQL or MariaDB? You can check the my.cnf example that we have here: https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X.
Sorry I didn't find it in the link but it's a GoAutodial 3.3 x64 and vicidial is showing at the bottom left corner:
VERSION: 2.9-441a
BUILD: 140612-1628
© 2014 ViciDial Group
RE: my.cnf problem
-
Added by Med K over 6 years ago
Demian Biscocho wrote:
Are you using MySQL or MariaDB? You can check the my.cnf example that we have here: https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X.
Sorry again, in phpMyAdmin it shows MySQL:
MySQL client version: 5.0.95
Used PHP extensions: mysql