BorderLayoutBoxedLayoutOpenLayoutMaximum textMedium textSmall text


Register
Thursday, September 02, 2010
MyStreamMinimize
Print  

MySQL Cheatsheet for SQL DBAs

Posted by Jason on Monday, February 02, 2009 to SQL Server 2008, SQL Server 2005, tsql
2530 Views | 2 Comments | Article Rating

SHOW VARIABLES – This is like sp_configure or sys.configurations

SHOW STATUS – This like sys.dm_os_%. Basically, all runtime counters for the database engine components.

SHOW PROCESSLIST – This is like sp_who2

SHOW TABLE STATUS – This is like sp_help

These can be filtered like this: SHOW VARIABLES LIKE ‘%innodb%’

Those are the big ones. The full list can be found here.

email it! |   |   |   |  | 
Permalink     2 Comments  

Rate this Post:
COMMENTS:

posted @ Wednesday, February 04, 2009 2:20 PM


"In that light, a SQL Server DBA might want to broaden his or her skillset.
Jason Massie offers a brief MySQL Cheatsheet for SQL DBAs."

Log Buffer #134

posted @ Friday, February 06, 2009 2:45 PM by Log Buffer


Name (required)

Email (required)

Website


Simple BBCode can be used like [url=http://example.com]Example[/url] and [B]

Copyright 2006 by Statistics IO, My SQL Server Blog