What is the difference between wamp server and mysqlserver?
and can I construct databases on phpmyadmin using any of these servers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are entirely different products. WAMP server is a bundle of different programs that are used together: Apache (A Web server), mySQL (A database server), and PHP (A programming language).
You can either install WAMP server, or mySQL server alone. The former is easier if your end goal is to use phpMyAdmin.
There are other graphical clients to mySQL though, for example HeidiSQL which is great.