[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 default-storage-engine=InnoDB innodb_file_per_table innodb_fast_shutdown=0 #Aggiunto per errore Sympa su dimensione mail max_allowed_packet=16M general_log=1 general_log_file=/var/lib/mysql/mysql-gen.log character-set-server=utf8 #default-collation=utf8_unicode_ci collation-server=utf8_unicode_ci [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid