Posts Tagged ‘mysql’

Accessing MySQL in SSH

February 4th, 2009

Our MySQL configuration has changed recently, so if you try to use MySQL in SSH and receive the error “Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock“, you should make sure that MySQL is connecting to the server via TCP. When using the MySQL command line client, this should be the default anyway, so [...]

PHP and MySQL Upgrade

January 16th, 2007

Recently we upgraded both PHP and MySQL to version 5, allowing us to offer our customers the very latest features available. PHP 5, which we had previously offered alongside PHP 4, offers developers improved object-oriented programming features and XML-handling functions, among other things. MySQL 5 includes performance enhancements, improved accuracy for mathematical operations [...]