Hello,
I checked if /var/lib/mysql/mysql.sock exists. It did not, so i made a symbolic link with "ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock" still no solution.
mysql errorlog:
150506 15:05:44 mysqld_safe mysqld from pid file /usr/local/mysql/data/xxxxxxxx.nl.pid ended
150506 15:06:03 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
2015-05-06 15:06:03 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for mo$
2015-05-06 15:06:03 2492 [Warning] Buffered warning: Changed limits: max_open_files: 1024 (requested 5000)
2015-05-06 15:06:03 2492 [Warning] Buffered warning: Changed limits: table_cache: 431 (requested 2000)
2015-05-06 15:06:03 2492 [Note] Plugin 'FEDERATED' is disabled.
2015-05-06 15:06:03 2492 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-05-06 15:06:03 2492 [Note] InnoDB: The InnoDB memory heap is disabled
2015-05-06 15:06:03 2492 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2015-05-06 15:06:03 2492 [Note] InnoDB: Memory barrier is not used
2015-05-06 15:06:03 2492 [Note] InnoDB: Compressed tables use zlib 1.2.7
2015-05-06 15:06:03 2492 [Note] InnoDB: Using Linux native AIO
2015-05-06 15:06:03 2492 [Note] InnoDB: Using CPU crc32 instructions
2015-05-06 15:06:03 2492 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2015-05-06 15:06:03 2492 [Note] InnoDB: Completed initialization of buffer pool
2015-05-06 15:06:03 2492 [Note] InnoDB: Highest supported file format is Barracuda.
2015-05-06 15:06:04 2492 [Note] InnoDB: 128 rollback segment(s) are active.
2015-05-06 15:06:04 2492 [Note] InnoDB: Waiting for purge to start
2015-05-06 15:06:04 2492 [Note] InnoDB: 5.6.23 started; log sequence number 15089094
2015-05-06 15:06:04 2492 [Note] Server hostname (bind-address): '*'; port: 3306
2015-05-06 15:06:04 2492 [Note] IPv6 is available.
2015-05-06 15:06:04 2492 [Note] - '::' resolves to '::';
2015-05-06 15:06:04 2492 [Note] Server socket created on IP: '::'.
2015-05-06 15:06:04 2492 [Note] Event Scheduler: Loaded 0 events
2015-05-06 15:06:04 2492 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.6.23' socket: '/tmp/mysql.sock' port: 3306 MySQL Community Server (GPL)