[ Dolphin logo ] Richard Wallman - a MySQL® DBA (database administrator)

Skip menu

September 26, 2008

Re-ordering columns without deleting data

Filed under: Back to Basics, HOWTO — richard @ 11:10 am

Sometimes you may feel the need to re-order the fields in one of your tables - you shouldn’t really have to do this, but some people prefer a ‘neat’ schema. The most obvious way of doing this is to recreate the entire table, or drop the field and recreate it, but there is an easier way that doesn’t involve dropping fields or tables. (more…)

September 12, 2008

Diagnosing “Too many connections” errors

Filed under: HOWTO, Troubleshooting — richard @ 2:07 pm

At some point you will encounter the error message “Too many connections” - given that the MySQL database server has three different connection limits, it’s important to know which limit you’ve hit, and what you can do about it. (more…)

©2008 Richard Wallman. Articles powered by WordPress
MySQL is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries. Valid XHTML 1.0 Strict