Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wamp server vs mysql server [closed]

What is the difference between wamp server and mysqlserver?

and can I construct databases on phpmyadmin using any of these servers?

like image 511
newQuesion Avatar asked Jun 04 '26 20:06

newQuesion


2 Answers

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.

like image 127
Pekka Avatar answered Jun 06 '26 09:06

Pekka


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).

like image 33
Kos Avatar answered Jun 06 '26 10:06

Kos



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!