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.
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;“