>*Koha error*
>The following fatal error has occurred:
>Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /usr/share/koha/lib/C4/Context.pm line 666.
Sheldon,
Check that MySQL is running on your server: ps aux | grep 'mysql’ or sudo status mysql
To start it: sudo /etc/init.d/mysql start or sudo start mysql
Marion