Difference between revisions of "MySQL"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Draft}}
 
 
[[wikipedia:MySQL]] ([[1995]]) [[RDBMS]]
 
[[wikipedia:MySQL]] ([[1995]]) [[RDBMS]]
  
  
 
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>
  
  
* Configuration file: <code>my.cnf</code>
+
[[mysql CLI|mysql]] --host=XXX --port=YYYY --user=USERNAME --password=XXXXX < ./[[schema.sql]]
  
 
== MySQL Cloud offerings ==
 
== MySQL Cloud offerings ==
Line 14: Line 18:
  
 
== Related terms ==
 
== Related terms ==
* [[MariaDB]]
+
* [[MariaDB]]: <code>[[mariadb CLI|mariadb]]</code>
 
* <code>[[mysqldump]]</code>
 
* <code>[[mysqldump]]</code>
 
* [[MySQL Enterprise Backup]]
 
* [[MySQL Enterprise Backup]]
 +
* [[Connect to database]]
 +
* [[MariaDB slow queries]]
 +
* [[psql]]
 +
* [[WolfSSL]]
  
 
== See also ==
 
== See also ==
 +
* {{mysql cmd}}
 
* {{MySQL}}
 
* {{MySQL}}
* {{DBs}}
 
 
* 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 03:06, 20 February 2024

Advertising: