Newbie struggling to download mysql and phpmyadmin - any help please! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Newbie struggling to download mysql and phpmyadmin - any help please!

Could someone please provide me with some links or comments for how to download mysql or phpmyadmin? I've been trying to figure out all weekend which things I need to download once on the websites and have had no luck. I'm very new to this and would appreciate any help! thanks!

17th Apr 2017, 6:03 PM
Holly Jukes
3 Answers
+ 5
I recommend using xampp. Just, 1.Download XAMPP 2.Open it and install MySQL and Apache 3.When those are installed, start both. 4. Open "localhost/phpmyadmin" in any web browser on your device. https://www.apachefriends.org/de/index.html
17th Apr 2017, 6:09 PM
Tim G
Tim G - avatar
+ 3
The easiest way to get Apache, MySQL, PHP and Perl without any configuration is installing XAMPP. Instructions: 1. Go to https://www.apachefriends.org/download.html 2. Download the right installer for your Operating system (Windows, Linux or Mac) 3. Open the installer an click next, next until it's installed 4. Open XAMPP Panel and then start Apache and MySQL services. 5. Open "localhost" in your preferred web browser. 6. If you a default page load that means that all is set up correctly.
17th Apr 2017, 6:10 PM
Ismail
Ismail - avatar
+ 2
thanks very much for your help!
17th Apr 2017, 6:31 PM
Holly Jukes