Tag: problem

  • Using perror to explain mysql error codes

    A customer came to us with a problem copying one database to another, and requested we do it for him.  Once we logged in we saw the error fairly quickly ~# mysqldump -uadmin -p`cat /root/.mysqlpass` database >dbdump.sql mysqldump: Got error: 29: File ‘./database/tablename.MYD’ not found (Errcode: 24) when using LOCK TABLES ~# It can be…

  • Plesk 10 – redirect problem

    We have a few people using Plesk 10, and there has been one notable bug with new installs and upgrades. Plesk has decided to redirect after the login to the server https://hostname:11444/relay Whilst this is fine if your hostname is a valid domain name that points to your server, this can be problematic for new…