No such file or directory in /opt/lampp/htdocs/wplms/wp-includes/wp-db.php

Correct the DB_HOST entry in wp-config.php like:

define('DB_HOST', 'localhost:/var/lib/mysql/mysql.sock');

The file path of mysql.sock it varies according to your os / setup. So make it correct accordingly.