简体   繁体   English

PHPMyAdmin和MySQL的区别

[英]Differrences between PHPMyAdmin and MySQL

Does it exist any difference between MySQL and PHPMyAdmin? MySQL和PHPMyAdmin有区别吗? arent they DBMS?他们不是数据库管理系统吗? I really dont find the difference between these two, I read the concepts so I know they are not the same but I cant spot the differences or when should use one instead of another one.我真的没有发现这两者之间的区别,我阅读了概念,所以我知道它们不一样,但我无法发现差异或何时应该使用一个而不是另一个。 Can someone explain it to me?有人可以向我解释吗?

MySQL is a database server . MySQL 是数据库服务器 It stores data, and runs queries on it that clients send to it.它存储数据,并运行客户端发送给它的查询。

PHPMyAdmin is a database client . PHPMyAdmin是数据库客户端 It provides a user interface (written as a web app) that sends queries to the database server and displays what it sends back.它提供了一个用户界面(编写为 web 应用程序),用于向数据库服务器发送查询并显示它发回的内容。

The difference is rather akin to the difference between Google Chrome (although Chrome is a desktop app rather than a web app) and Apache HTTPD.区别类似于 Google Chrome(尽管 Chrome 是桌面应用程序而不是 web 应用程序)和 Apache HTTPD 之间的区别。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM