This page (revision-12) was last changed on 07-Dec-2020 13:50 by Dieter Käppel

This page was created on 03-Aug-2013 23:28 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
12 07-Dec-2020 13:50 3 KB Dieter Käppel to previous
11 13-Jun-2020 15:41 2 KB Dieter Käppel to previous | to last
10 13-Jun-2020 15:41 2 KB Dieter Käppel to previous | to last
9 02-Oct-2019 09:45 2 KB Dieter Käppel to previous | to last
8 01-Oct-2019 10:34 2 KB Dieter Käppel to previous | to last
7 02-Sep-2019 13:29 2 KB Dieter Käppel to previous | to last
6 02-Sep-2019 12:21 1 KB Dieter Käppel to previous | to last
5 02-Sep-2019 09:30 1 KB Dieter Käppel to previous | to last
4 04-Apr-2014 22:05 1 KB Dieter Käppel to previous | to last
3 04-Apr-2014 21:34 1009 bytes Dieter Käppel to previous | to last
2 26-Dec-2013 17:35 638 bytes Dieter Käppel to previous | to last
1 03-Aug-2013 23:28 241 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
MySQL ist eine freie und leistungsfähige SQL-Datenbank.
[MySQL] ist eine freie und leistungsfähige SQL-Datenbank. Der neue freie Fork heißt MariaDB. [MySQL] ist weiterhin eingeschränkt frei verwendbar.
At line 3 added 7 lines
!!!Command Line
In [MySQL] kann man sich lokal einloggen:
{{{
mysql -u root -p
}}}
At line 60 changed one line
Das Authentifizierungsverfahren wurde ab MySQL 8 verschärft. Alte Clients können sich nicht mehr verbinden. Das alte Login-Verfahren kann wieder aktiviert werden mit dem Startparameter:
Das Authentifizierungsverfahren wurde ab MySQL 8 verschärft.
At line 69 added 4 lines
__Hinweis:__ [MariaDB|MySQL#MariaDB] arbeitet weiter mit dem kompatiblen Login-Verfahren.
Alte Clients können sich nicht mehr verbinden. Das alte Login-Verfahren kann wieder aktiviert werden mit dem Startparameter:
At line 98 added 6 lines
!!!Konfiguration
Bei MariaDB gibt es einige Parameter zum abfragen oder einstellen:
||Parameter||Lesen||Setzen
|Max. Connections|SHOW GLOBAL VARIABLES LIKE 'max_connections';|SET GLOBAL max_connections = <value>;