Dies ist eine alte Version des Dokuments!


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.
  1. create a file .bash_profile under home
  2. create a export link to you mysql Installation
  3. Connect with the db: mysql -u root -p
  4. Type in you root Password, which was chosen while the installation of mysql
  5. Check the basic functionality of your installation by displaying all databases that are currently installed on the db.
  6. Command, which is needed in the terminal: „SHOW DATABASES;“
English German
response Rückmeldung
currently gegenwärtig, aktuell

Volkan Demir

  • modul/m290/learningunits/lu01/loesungen/l03.1723537662.txt.gz
  • Zuletzt geändert: 2024/08/13 10:27
  • von vdemir