Ik probeer het nog een keer
In de synology.err staat dit:
150217 12:14:11 mysqld_safe mysqld from pid file /run/mysqld/mysqld.pid ended
150217 12:16:01 mysqld_safe Starting mysqld daemon with databases from /var/services/mysql
150217 12:16:02 InnoDB: The InnoDB memory heap is disabled
150217 12:16:02 InnoDB: Mutexes and rw_locks use InnoDB's own implementation
150217 12:16:02 InnoDB: Compressed tables use zlib 1.2.8
150217 12:16:02 InnoDB: Initializing buffer pool, size = 16.0M
150217 12:16:02 InnoDB: Completed initialization of buffer pool
150217 12:16:02 InnoDB: highest supported file format is Barracuda.
150217 12:16:02 InnoDB: Waiting for the background threads to start
150217 12:16:03 Percona XtraDB (
http://www.percona.com) 5.5.38-MariaDB-35.2 started; log sequence number 1597971
150217 12:16:03 [Note] Plugin 'FEEDBACK' is disabled.
150217 12:16:03 [Note] Server socket created on IP: '0.0.0.0'.
150217 12:16:03 [Note] Event Scheduler: Loaded 0 events
150217 12:16:03 [Note] /usr/bin/mysqld: ready for connections.
Version: '5.5.39-MariaDB' socket: '/run/mysqld/mysqld.sock' port: 3306 Source distribution
In mijn my.cnf staat dit
[client]
[mysqld]
bind-address = 0.0.0.0
port = 3306
socket = /run/mysqld/mysqld.sock
skip-external-locking
key_buffer_size = 16K
max_allowed_packet = 1M
table_open_cache = 4
sort_buffer_size = 64K
read_buffer_size = 256K
read_rnd_buffer_size = 256K
net_buffer_length = 2K
lower_case_table_names = 1
thread_stack = 240K
innodb_data_home_dir = /var/services/mysql
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/services/mysql
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
#innodb_log_file_size = 5M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
[myisamchk]
key_buffer_size = 8M
sort_buffer_size = 8M
[mysqlhotcopy]
interactive-timeout
# Please add your custom configuration to here:
!include /var/packages/MariaDB/etc/my.cnf
Kan het zijn dat er een fout in de my.cnf staat