Jump to content
xisto Community
Sign in to follow this  
ProtoMan

The Difference Between Mysql And Postgresql ?

Recommended Posts

I found those two in cPanel and they loofed nearly the same as each other but what is the difference ? I tried to go to phpMyAdmin and phpPgAdmin and they are nearly the same too. Do you know that ? Please reply , thanks a lot.

Share this post


Link to post
Share on other sites

SQL is a standardization of Database Procedures. In the 'olde' days, everyone used different commands and features and then there were always problems adapting code, retrieving information, etc from various databases. SQL solves some of these problems.MYSQL and PostGresql are two implementations of SQL by two different groups, both of which are Open Source, although the Mysql is also available as a commercial product. Postgresql is available from Sourceforge, the Open Source site.PHP5 comes packaged with an 'SQL-lite' which doesn't have all the features of these other packages, but is quite effective for smaller applications, ie: a cd library, address book, mailing list, etc.

Share this post


Link to post
Share on other sites

HII have a question Mysql is better or Postgresql ?i know is very bad question but i want to know !all developers make php script by mysql database and all panels support mysqlmysql or Postgresqlis it deferent Database query in Postgresql and mysql

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.