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 是 Windows Apache MySQL PHP 的缩写。基本上,当你安装 WAMP 时,你里面就有一个 MySQL 服务器,你可以用它做任何你想做的事情(所以也可以使用 phpMyAdmin 构建数据库,是的)。
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).
发布评论
评论(2)
它们是完全不同的产品。 WAMP 服务器是一组一起使用的不同程序:Apache(Web 服务器)、mySQL(数据库服务器)和 PHP(编程语言)。
您可以安装 WAMP 服务器,也可以单独安装 mySQL 服务器。如果您的最终目标是使用 phpMyAdmin,则前者更容易。
不过,mySQL 还有其他图形客户端,例如 HeidiSQL,它很棒。
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 是 Windows Apache MySQL PHP 的缩写。基本上,当你安装 WAMP 时,你里面就有一个 MySQL 服务器,你可以用它做任何你想做的事情(所以也可以使用 phpMyAdmin 构建数据库,是的)。
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).