Dies ist eine alte Version des Dokuments!
LU01.L02 - Installation of the code editor Webstorm
- The result is a fully functional Webstorm code editor including licence validity update.
 - Furthermore, you can establish a connection between Webstorm and your MySQL installation.
 - The function test by querying the system data and all currently installed databases is successful.
 
Hints
- Webstorm —> DB-Symbol —> Add a new connection—> Choose MySQL
 - Add you credentials in order to get the connection to the db
 - Check the basic functionality of your installation by displaying all databases that are currently installed on the db within your Webstorm
 - Required commands for the terminal: „SELECT sysdate;“ and „SHOW DATABASES;“
 
