Free CMSB Plugin - MySQL Console (Beta)

Re: [Dave] Free CMSB Plugin - MySQL Console (Beta)

By Dave - November 17, 2009

Here's a neat query you can run to change your default record numbers so they start at 1000 instead of 1 (or whatever they currently are:

ALTER TABLE cms_tablename AUTO_INCREMENT = 1000

Sometimes this is desirable for aesthetic reasons so all the numbers are of the same length. Othertimes services such as google news require minimum of 3 digit numbers so it's useful there as well.

http://www.google.com/support/news_pub/bin/answer.py?hl=en&answer=68323
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Free CMSB Plugin - MySQL Console (Beta)

By northernpenguin - November 17, 2009

Wow!

This plugin is great! It really simplifies my life and allows me to avoid the cpanel login, then starting phpMyAdmin.

At this point all I can say is kudos for a great plugin.

I can think of two features that might be useful:

a. ability to save a query (maybe to "presets" list); and
b. ability to print the results of your query (or save).

Great job Dave!

Ragi
--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke