-
Recent Posts
- VMware Fusion 4 Black Screen
- How can I configure different emails for different Git servers or repositories?
- How to install telnet client in Windows 7
- Subversion security issues – .svn directory has your source code in it
- Subversion Update: Can’t move .svn/tmp/entries to .svn/entries: Operation not permitted
Blogroll
My Photography Sites
Recent Comments
Archives
- November 2011 (2)
- October 2011 (1)
- August 2011 (4)
- July 2011 (9)
- June 2011 (2)
- July 2009 (1)
- July 2008 (1)
Categories
- Apple (1)
- OSX (1)
- Database (4)
- MySQL (4)
- Linux (5)
- OSes (2)
- Programming (12)
- Code Snippets (3)
- Command Line (6)
- Debugging (1)
- languages (2)
- Source Control (3)
- Git (1)
- Subversion (1)
- Visual Studio (1)
- Server Administration (12)
- Database Administration (1)
- Web Servers (7)
- terminal (2)
- Virtualization (1)
- VMware Fusion (1)
- Apple (1)
Meta
Category Archives: MySQL
MySQL: Cannot load from mysql.proc. The table is probably corrupted
Ok this one sounds pretty scary, but more than likely you just upgraded MySQL didn’t you? Did you run mysql_upgrade? Ok lets back up a bit. I just upgraded to MySQL 5.5.x using yum and a third party repo but … Continue reading
Case Sensitive Comparisons in MySQL Where Clause
How can I make MySQL treat my query as case sensitive? As with all good tools there’s more than one way to get the job done. Assuming you have access to change the structure of the table you have to … Continue reading
Posted in Code Snippets, Database, MySQL, SQL
Tagged case sensitivity, MySQL, SQL
How do I Fix a Corrupt MySQL Table?
mysqldump Can’t open file: ‘tablename.MYD’. (errno: 145) This usually means the table has become corrupt. Most commonly this happens when the partition that contains your MySQL files is full, but I have had it happen at other times. Especially on … Continue reading
Posted in Database, MySQL, Server Administration
Tagged corruption, data, database, error, MySQL, mysqldump