Difference between revisions of "MySQL"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by 3 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 ==

Latest revision as of 10:13, 21 April 2024

Advertising: