Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionWhat is the difference between wamp server and mysqlserver?
and can I开发者_如何学Python construct databases on phpmyadmin using any of these servers?
What is the difference between wamp server and mysqlserver ?
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.
WAMP is short for Windows Apache MySQL PHP. Basically, when you install WAMP, you have a MySQL server inside and you can do anything you want with it (so also construct databases with phpMyAdmin, yes).
精彩评论