I create a Vbox (3.2.8) VM, install OpenSuse 11.3, install the Web & LAMP Server (default PHP3.2.x), configured everything along with Drupal 7 and everything worked fine as I expect it!
But, when I installed PHP5.2.6 I get this disconnection error:
PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in lock_may_be_available() (line 163 of /srv/www/vhosts/drupal-7.x-dev/includes/lock.inc).
I created links in this folder (/var/lib/mysql/) to point to the default mysql folder defined in /etc/my.cnf which is /var/run/mysql/ with no success.
Is there another way I can make changes to correct this? I read alot of old post regarding this, be was too much to read. Does anyone have to solution to this?