MySQL Configuration Options and Files: Basic MySQL Variables (Part 1) (after break)

Опубликовано: 03 Март 2026
на канале: tcation
2,291
2

Sheeri K. Cabral (Pythian) speaks at the 2010 O'Reilly MySQL User Conference & Expo.

Slides: http://bit.ly/my10vars1

From the official conference description at: http://en.oreilly.com/mysql2010/publi...



MySQL offers a complex amount of information in commands like SHOW VARIABLES, SHOW STATUS and SHOW ENGINE INNODB STATUS. This 2-part tutorial will mine through the information to show how to use the information to make decisions about performance tuning and capacity planning. Sheeri Cabral of the Pythian group explains all the variables and how to use them in a way that a MySQL newbie can understand and a seasoned MySQL expert will learn something new.
Part I: Basic MySQL Variables

System vs. Status variables
Variables relating to functions and features
Using more than one config file
MySQL files and directories
Global performance tuning variables (including optimizer variables)
Query tuning variables (sorts, joins, full table scans)
Replication variables
Variables used in logging
How to run SQL commands on server start, on slave start and on each client connection
Global memory variables (including query cache)
Global security variables
Connection and thread variables
Locale, character set, and collation variables
Variables affecting SQL behavior
Variables that are not used, or not useful.

This is the second video in a day-long tutorial.

See also:

part 1, before break:    • MySQL Configuration Options and Files: Bas...  

part 2, before break:    • MySQL Configuration Options and Files: Int...  
part 2, after break:    • MySQL Configuration Options and Files: Int...