MySQL Resources
resources for mysql admins and developers who are squealing for help
User & Security StatementsMySQL user and security statements can be used to add and remove users and to change their privileges in MySQL.
|
Stored RoutinesMySQL stored routines are preset, stored batches of SQL statements to be called upon as needed.
|
Database & Table Schema StatementsThis section includes SQL statements related to the creating and altering of databases and tables. (e.g., CREATE TABLE, ALTER TABLE, and DROP TABLE).
|
Aggregate FunctionsMySQL aggregate functions are used to return totals, averages, and other statistical information from MySQL. Data is grouped together based on specified columns.
|
Table & Server Administration StatementsThis section of our documentation of MySQL explains SQL statements for administering of MySQL databases (e.g., REPAIR TABLE and SHOW PROCESSLIST).
|
String FunctionsMySQL string functions can be used to change the value of columns containing strings of alphanumeric values.
|
Data Manipulation StatementsThis section includes SQL statements related to the manipulation of the contents of tables (e.g., SELECT, INSERT, and UPDATE).
|
Date & Time FunctionsMySQL date and time functions can be used to change the value of date and time columns.
|
Transaction StatementsMySQL transaction statements can be used for executing a series of statements in MySQL, in batch. This includes being able to undo batches.
|
Math FunctionsMySQL math functions can be used to change the value of columns containing numeric values.
|
MySQL ReplicationMySQL replication involves maintaining a separate server which is a continuous copy of a primary, master MySQL server. These statements and functions are related to those activities.
|
Flow ControlMySQL flow control functions can be used to query given columns and return results for a field based on the results of the column query.
|
MySQL Sub-QueriesThis section tries to explain MySQL subqueries. There are no subquery statements or functions per se, so this section is less in a dictionary style than the other sections.
|
Other Statements & FunctionsThese statements and functions of MySQL are ones that we haven't categorized yet.
|