Apologies if this isn't the right place for this.
Am I doing something stupid, or not doing something I should be doing? Because if not, MariaDB still isn't interpreting my.cnf, although it complains if it's not in /usr/local/etc/mysql.
The command:
The contents of /usr/local/etc/mysql/my.cnf:
But, from
Am I doing something stupid, or not doing something I should be doing? Because if not, MariaDB still isn't interpreting my.cnf, although it complains if it's not in /usr/local/etc/mysql.
The command:
13:59:57 Thu, 16 Feb
[server:root]~> /usr/local/libexec/mysqld --defaults-file="/usr/local/etc/my.cnf" -u root
The contents of /usr/local/etc/mysql/my.cnf:
Code:
[mysqld]
aria_pagecache_buffer_size=2G
character_set_connection="latin1"
character_set_server="latin1"
character_set_database="latin1"
character_set_filesystem="latin1"
character_set_filesystem="latin1"
collation_client="latin1_general_ci"
collation_connection="latin1_general_ci"
collation_server="latin1_general_ci"
collation_database="latin1_general_ci"
datadir=/MC/tables
default_storage_engine=aria
innodb_file_per_table=1
log-error=/MC/logs/MariaDB_errors.log
loose_mutex_deadlock_detector
key_buffer_size=2G
But, from
mysqladmin variables
:
Code:
character_set_system utf8
collation_connection latin1_swedish_ci
collation_database latin1_swedish_ci
collation_server latin1_swedish_ci
datadir /var/db/mysql/ default_storage_engine InnoDB
log_error