Dedicated server and WPDB Class : huge slow-down of the website

Thank’s @Mark Kaplun

Problem solve.
This was the line I changed in my php.ini file:

pdo_mysql.default_socket=

by:

pdo_mysql.default_socket=/tmp/mysql.sock

No more log and lag. Great.