Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
modul:m290:learningunits:lu01:loesungen:l03 [2024/08/13 10:27] – [Hints] vdemir | modul: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 ==== |
- | - | ||
- | - | ||
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. | ||
- | - | ||
+ | |||
+ | ==== 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. " | ||
+ | - Press WINDOWS-Button + env | ||
+ | - Select the Button " | ||
+ | - Create a new Variable by pressing the " | ||
+ | - 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 ===== |