We are always looking for quick and easy solutions to problems. Here at Essdack we have an internally used system for our essk.me service built on Drupal. Which works great. In the last few weeks, I have been looking for a solution for a test project with Spockholm that is a little more robust with [...]
Posts tagged ‘mysql’
Yourls.org (Your Own URL Shortner)
April 19th, 2011
Automysqlbackup.sh Failed! Here is the fix for MySQL 5.1
March 29th, 2011
I am not much of a writer and I never will be, but here is a solution that I searched for long and hard. It fixes problems when using automysqlbackup.sh to backup all databases, including “information_schema” and “mysql”. I had to change this line: OPT=”–quote-names –opt” to this: OPT=”–quote-names” There is only one other change [...]
MySQL database exists… but wait, no it doesn’t exist?
January 13th, 2011
I recently updated our Mysql servers to version 5.1 and moved the installation to a 64 bit servers. Afterward, I had some minors problems that led me to run the “mysql_upgrade” script on one of the servers. Everything seemed functional after running the script, which checks the databases for incompatibilities. Here is an explanation: http://dev.mysql.com/doc/refman/5.0/en/mysql-upgrade.html But [...]