DonaldBennett

  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by DonaldBennett
  • DonaldBennett commented,

    Hello, You can run the following to create a symlink from /var/lib/mysql/mysql.sock to /tmp/mysql.sock ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock in SSH will do the trick Also you could add...

  • DonaldBennett commented,

    Hello, You can increase the server max_connections limit in /etc/my.cnf So, SSH Into the server And Run The Following Steps: 1. nano /etc/my.cnf 2. On a new line you can type max_connections=250...