PDA

View Full Version : Mysql and PostgreSQL Dumb Question



Brandon J Golden
05-02-2008, 11:33 AM
I'm not a expert when it comes to php or sql. Can a PostgreSQL database be used with a script that uses mysql? Or are the two databases completely different? :cool:




Thanks,
Brandon

ManagerJosh
05-03-2008, 12:57 AM
They are two different types of SQL. While a lot of their basic query statements are the same, their syntaxes vary a bit from here and there.

I'm not sure why you want to use PostreSQL on a MySQL database (or vice-versa) considering the fact we offer both PostreSQL and MySQL.

Brandon J Golden
05-03-2008, 03:44 AM
Thanks Josh