Difference between revisions of "MySQL"
Jump to navigation
Jump to search
(25 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:MySQL]] ([[1995]]) [[RDBMS]] | |
− | [[wikipedia:MySQL]] | ||
MySQL 8.0 [[Azure]] support in December 2019 https://azure.microsoft.com/en-us/updates/azure-database-for-mysql-support-for-mysql-8-0-is-now-available/ | MySQL 8.0 [[Azure]] support in December 2019 https://azure.microsoft.com/en-us/updates/azure-database-for-mysql-support-for-mysql-8-0-is-now-available/ | ||
+ | * macOS installation: | ||
+ | ** Server: <code>[[brew install mysql]]</code> | ||
+ | ** Client: <code>[[brew install mysql-client]]</code> | ||
+ | * Configuration file: <code>my.cnf</code> | ||
− | + | ||
+ | [[mysql CLI|mysql]] --host=XXX --port=YYYY --user=USERNAME --password=XXXXX < ./[[schema.sql]] | ||
+ | |||
+ | == MySQL Cloud offerings == | ||
+ | * [[Amazon RDS]] | ||
+ | * [[Azure Database]] for MySQL | ||
+ | == Related terms == | ||
+ | * [[MariaDB]]: <code>[[mariadb CLI|mariadb]]</code> | ||
+ | * <code>[[mysqldump]]</code> | ||
+ | * [[MySQL Enterprise Backup]] | ||
+ | * [[Connect to database]] | ||
+ | * [[MariaDB slow queries]] | ||
+ | * [[psql]] | ||
+ | * [[WolfSSL]] | ||
+ | * [[3306]] | ||
+ | * [[Locking]] | ||
== See also == | == See also == | ||
− | * {{ | + | * {{mysql cmd}} |
+ | * {{MySQL}} | ||
* https://en.wikipedia.org/wiki/MySQL#Release_history | * https://en.wikipedia.org/wiki/MySQL#Release_history | ||
− | + | [[Category:MySQL]] | |
[[Category:Databases]] | [[Category:Databases]] |
Latest revision as of 06:39, 9 June 2024
MySQL 8.0 Azure support in December 2019 https://azure.microsoft.com/en-us/updates/azure-database-for-mysql-support-for-mysql-8-0-is-now-available/
- macOS installation:
- Server:
brew install mysql
- Client:
brew install mysql-client
- Server:
- Configuration file:
my.cnf
mysql --host=XXX --port=YYYY --user=USERNAME --password=XXXXX < ./schema.sql
MySQL Cloud offerings[edit]
- Amazon RDS
- Azure Database for MySQL
Related terms[edit]
- MariaDB:
mariadb
mysqldump
- MySQL Enterprise Backup
- Connect to database
- MariaDB slow queries
- psql
- WolfSSL
- 3306
- Locking
See also[edit]
Advertising: