简体   繁体   English

MySql和phpMyAdmin之间的区别

[英]Difference between MySql and phpMyAdmin

To be frank I never worked with databases much as I am a client side programmer but recently took a project in php. 坦率地说,我从未使用过数据库,因为我是客户端程序员,但最近在php中进行了一个项目。

Some tutorial used phpMyAdmin(comes with MAMP) and some installed MySql on mac and worked with the preinstalled version or updated version on mac.My preferences is to work with the preinstalled version of php so am really confused which one to opt. 一些教程使用phpMyAdmin(随MAMP一起),一些在Mac上安装了MySql,并在mac上使用预装版本或更新版本。我的偏好是使用预装版本的php,所以我真的很困惑哪一个选择。

Can one tell what are the important aspects of these? 可以说一下这些的重要方面是什么?

Thank you in advance. 先感谢您。

MySQL is a database server (which comes with a command line client for it) MySQL是一个数据库服务器(它附带一个命令行客户端)

PHPMyAdmin is a (web application) client for MySQL. PHPMyAdmin是MySQL的(Web应用程序)客户端。

MySql is server where your commands get executed and returns you data, It manages all about data while PhpMyAdmin is a web Application, with user friendly, easy to use GUI makes it easy to handle database, which is difficult to use on command line. MySql是执行命令并返回数据的服务器,它管理所有数据,而PhpMyAdmin是一个Web应用程序,用户友好,易于使用的GUI使得数据库易于处理,这在命令行上很难使用。 So this will write and run commands for you on MySql server for you. 因此,这将为您在MySql服务器上编写和运行命令。

mysql is a server side scripting language.and it is also called as back end database. mysql是一种服务器端脚本语言,它也被称为后端数据库。 phpmyadmin is a term found in the wamp server software it can also create the database. phpmyadmin是一个在wamp服务器软件中找到的术语,它也可以创建数据库。

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

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