Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
modul:m290:learningunits:lu01:loesungen:l03 [2024/08/13 10:27] – [Hints] 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
Zeile 10: Zeile 10:
   -   Check the basic functionality of your installation by displaying all databases that are currently installed on the db.    -   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;"    -   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 (commandline) and 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 ===== ===== Vocabulary =====
  • modul/m290/learningunits/lu01/loesungen/l03.1723537662.txt.gz
  • Zuletzt geändert: 2024/08/13 10:27
  • von vdemir