Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
modul:m290:learningunits:lu01:loesungen:l03 [2024/08/12 15:15] – angelegt vdemirmodul:m290:learningunits:lu01:loesungen:l03 [2024/08/30 15:25] (aktuell) vdemir
Zeile 1: Zeile 1:
-====== LU01.L03 - Installation and configuration of the MySQL database ======+====== LU01.S03 - Installation and configuration of the MySQL database ======
   * The result is fully functional database which that runs on your PC.    * The result is fully functional database which that runs on your PC. 
   * The function test includes a sucessful login as a database-root user and a response from the database in form of a system date.    * The function test includes a sucessful login as a database-root user and a response from the database in form of a system date. 
  
-==== Hints ==== +==== Hints for MacOS ==== 
-  create a file .bash_profile under home +  -   create a file .bash_profile under home 
-  create a export link to you mysql Installation +  -   create a export link to you mysql Installation 
-  Connect with the db: mysql -u root -p  +  -   Connect with the db: mysql -u root -p  
-  Type in you root Password, which was chosen while the installation of mysql (hEllo-1234+  -   Type in you root Password, which was chosen while the installation of mysql 
-  Check the basic functionality of your installation by displaying all databases that are currently installed on the db. "SHOW DATABASES;" +    Check the basic functionality of your installation by displaying all databases that are currently installed on the db.  
 +  -   Command, which is needed in the terminal: "SHOW DATABASES;"  
 + 
 +==== Hints for Windows ==== 
 +In order to connect our operting system with our db we need to register the installation path from MySQL in the variables of Windows. 
 +  -   find the installation path of MySQL > bin and copy it, e.g. "C:\Program Files\MySQL\MySQL Server 8.0\bin" 
 +  - Press WINDOWS-Button + env 
 +  - Select the Button "Umgebungsvariablen", which is located on the bottom of the presented window. 
 +  - Create a new Variable by pressing the "Neu" Button.  
 +  - Add PATH + the copied path of MySQL/bin + Save the new enviroment variable 
 +  - Open a cmd-box (commandlineand connect to the database with your database credentials by typing: "mysql -u root -p" + password + enter. Hopefully you were successful. 
 + 
 +  -   Check the basic functionality of your installation by displaying all databases that are currently installed on the db. Command, which is needed in the terminal: "SHOW DATABASES;"  
 + 
 +===== Vocabulary ===== 
 +^ English ^ German ^  
 +| response | Rückmeldung | 
 +| currently | gegenwärtig, aktuell | 
 + 
  
 ---- ----
  • modul/m290/learningunits/lu01/loesungen/l03.1723468552.txt.gz
  • Zuletzt geändert: 2024/08/12 15:15
  • von vdemir