Home / MySQL / Install MySQL on Windows 10
MySQL is a database application used extensively on the web. In fact, it is used on several popular web suites like WordPress, Joomla, Drupal etc. Employing MySQL and a server-side scripting language such as PHP, you can develop awesome dynamic web sites.
On this page we provide step-by-step detailed instructions on installing MySQL on Windows 10. We will first download the MySQL binary file and then configure the database application on the local computer.
Though this page is a part of the series on setting up a local web development environment on your Windows 10 computer, you don’t need to install Apache web server or PHP language if you simply want to learn or use MySQL.
Let us begin.
Click the Windows icon (bottom-left) and search for mysql. The MySQL Command Line Client (CLC) will be listed [Slide 25]. Click to launch the program.
Type the MySQL password you had set up during the installation process [Slide 26]. You would now get to see the welcome message [Slide 27]. Congratulations. MySQL has been successfully installed and configured on your computer.
To view the databases in the application, issue the following command and the mysql> prompt [Slide 28]:
show databases;
All the databases that were created during MySQL installation will be listed [Slide 28].
Type quit to exit the MySQL CLC.
Do let us know if you face any problems during the processing of installing MySQL on Windows 10. Leave us a comment below.
How do I view a deleted web page?
Is there a way to view a deleted web page - one that is no longer available? Yes there is and the solution is quite simple. [more...]
In 1999, Time magazine named Jeff Bezos, the founder of Amazon.com, the Person of the Year. Founded in 1994, the company made profit for the first time in the last quarter of 2001. This means Bezos got the honour when his company was still making a loss! [more...]
We use cookies to give you the best possible website experience. By using WebDevelopersNotes.com, you agree to our Privacy Policy