Mastering Database Management

0 of 79 lessons complete (0%)

Setting Up the Environment

Installation of necessary software (MySQL Database)

You don’t have access to this lesson

Please register or sign in to access the course content.

Step 1: Install XAMP: This will install all the requirements (Apache Server, PHP, Mysql) to run the PHP code with the Mysql Database.

Step 2: Now launch XAMPP Control Panel and Click on Start – MySql

Step 3: Now you can Run the MySQL

Step 4: XAMPP provides the Graphical User Interface (phpmyadmin) of MySQL

Step 5: Go to the Browser (Edge, Chrome, Safari) and type “localhost/phpmyadmin“. Phpmyadmin is a utility to access MySql in the GUI.