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:a01 [2024/08/12 15:03] – vdemir | modul:m290:learningunits:lu01:loesungen:a01 [2024/08/12 15:19] (aktuell) – gelöscht vdemir | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== LU01.L03 - Installation and configuration of the MySQL database ====== | ||
- | * 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. | ||
- | |||
- | ==== Hints ==== | ||
- | * create a file .bash_profile under home | ||
- | * create a export link to you mysql Installation | ||
- | * Connect with the db: mysql -u root -p | ||
- | * Type in you root Password, which was chosen while the installation of mysql (hEllo-1234) | ||
- | * Check the basic functionality of your installation by displaying all databases that are currently installed on the db. "SHOW DATABASES;" | ||
- | ---- | ||
- | [[https:// | ||