简体   繁体   中英

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.

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.

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)

PHPMyAdmin is a (web application) client for MySQL.

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. So this will write and run commands for you on MySql server for you.

mysql is a server side scripting language.and it is also called as back end database. phpmyadmin is a term found in the wamp server software it can also create the database.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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