Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
modul:m290:learningunits:lu06:aufgaben:a02 [2024/11/18 06:22] kdemircimodul:m290:learningunits:lu06:aufgaben:a02 [2024/11/20 14:36] (aktuell) cbolzern
Zeile 26: Zeile 26:
  
 ==== Task 2.1 ==== ==== Task 2.1 ====
-**Create the User**: Create a user named //restrictedUser// with the password //SafePassword123// using the //mysql_native_password// plugin.+**Create the User**: Create a user named //restrictedUser// with the password //SafePassword123// using the //caching_sha2_password// plugin.
  
   CREATE USER 'restrictedUser'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'SafePassword123';   CREATE USER 'restrictedUser'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'SafePassword123';
  • modul/m290/learningunits/lu06/aufgaben/a02.1731907335.txt.gz
  • Zuletzt geändert: 2024/11/18 06:22
  • von kdemirci