Category Archives: Programming

Database error fix… mysqldump: Couldn’t execute show create table view

Today I found that my automated MySQL backups have been choking for the last few days with “mysqldump: Couldn’t execute show create table view” because I recently added a view to one of the databases. Apparently the backup user needs … Continue reading

Posted in Code Snippets, Database, MySQL, Server Administration Tagged , , , , ,

Visual Studio “VC package not available or not registered”

Run Visual Studio Repair, usually this is due to an older install of VS even possibly on another OS install on the same system. Even if you just installed, the repair will re-register the DLLs and (hopefully) fix the problem. … Continue reading

Posted in Visual Studio Tagged , , ,