Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
modul:m290:learningunits:lu06:theorie:01 [2024/10/29 11:37] vdemirmodul:m290:learningunits:lu06:theorie:01 [2024/11/16 09:00] (aktuell) kdemirci
Zeile 23: Zeile 23:
 To create a new user in MySQL, you use the CREATE USER statement: To create a new user in MySQL, you use the CREATE USER statement:
  
-  CREATE USER 'username'@'localhost' IDENTIFIED WITH 'mysql_native_password' BY 'password';+  CREATE USER 'username'@'localhost' IDENTIFIED WITH 'caching_sha2_password' BY 'password';
      
 This creates a user username that can only connect from localhost (the MySQL server machine).  This creates a user username that can only connect from localhost (the MySQL server machine). 
  • modul/m290/learningunits/lu06/theorie/01.1730198269.txt.gz
  • Zuletzt geändert: 2024/10/29 11:37
  • von vdemir