Difference between revisions of "MySQL"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Draft}}
 
 
[[wikipedia:MySQL]] ([[1995]]) [[RDBMS]]
 
[[wikipedia:MySQL]] ([[1995]]) [[RDBMS]]
  
Line 9: Line 8:
 
** Client: <code>[[brew install mysql-client]]</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 16: 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]]
 
* [[Connect to database]]
 +
* [[MariaDB slow queries]]
 +
* [[psql]]
 +
* [[WolfSSL]]
 +
* [[3306]]
  
 
== See also ==
 
== See also ==
 
* {{mysql cmd}}
 
* {{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 10:13, 21 April 2024

Advertising: