We will stop accepting contributions to Documentation on August 8. Please see our post on meta.

MySQL


30 Requested Topics

MySQL replication methods MySQL replication: methods, "pros and cons", example configuration. requested by Kleskowy 2,053
Privileges What they are, what they can do, how to grant them, common pitfalls with GRANT. cf. dba.stackexchange.com/a/96894/53784 requested by WAF 292
User Management Details about managing the users of the database. requested by Matt Clark 12k
Character Sets and Collations Over view; best practice; coding requested by Rick James 39.2k
MySql datatype vs MsSql datatype This topic should cover what equivalent datatype should be used in MySql, to give an example, In MySql if we want a bit field then "tinyint(1)" should be used instead of "bit" datatype requested by Ranjit Singh 2,597
Galera/PXC Tips on setup. Hints on best practice. Benefits/caveats. Multi-master vs pretending to be master-slave. SST/IST. More: mysql.rjweb.org/doc.php/galera requested by Rick James 39.2k
Install Mysql Windows 64 bit General Steps for Installing Mysql on Windows 64 bit machine requested by murtaza.webdev 1,339
Unity3D Examples to create detailed code for projects. requested by R.K123 127
Functions and Operators Operators like logical operators, assignment operators and comparison functions can be explained in this topic with example and syntax requested by Ponnarasu 637
Backup without `mysqldump` MyISAM tables can be moved/copied on file-System Level at a much faster Speed than exporting/importing all records. There should be an example on how to do this, including index updating after table move (OPTIMIZE TABLE...). requested by Benvorth 3,084
SELECT From JSON Column If you have saved data into a field as json, you can use mysql to retrieve each field. It may be useful in migrating database when you have decided that using JSON in a database was not a good idea. requested by tika 2,446