Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> What Database Do You Use With PHP, Regarding PHP supported database format
sid.calcutta
post Jul 15 2006, 08:11 PM
Post #1


Advanced Member
******

Group: Validating
Posts: 111
Joined: 28-January 06
Member No.: 10,917



There are different database backends supported by PHP. However, most of us probably use MySQL and the books on PHP mostly use MySQL as the backend database.

These are the currently supported database format:

1. dBase
2. FrontBase (functional since DB 1.7.0)
3. InterBase (functional since DB 1.7.0)
4. Informix
5. Mini SQL (functional since DB 1.7.0)6. Microsoft SQL Server (NOT for Sybase. Compile PHP --with-mssql)
6. MySQL (for MySQL <= 4.0)
7. MySQL (for MySQL >= 4.1) (requires PHP 5) (since DB 1.6.3)
8.Oracle 7/8/9
9. ODBC (Open Database Connectivity)
10. PostgreSQL
11. SQLite
12. Sybase

Source: PHP.net- DSN

Now anyone, using database format other than MySQL, may like to share his experience with us.

Regards,
Sid
Go to the top of the page
 
+Quote Post
Arbitrary
post Jul 16 2006, 05:42 AM
Post #2


Premium Member
Group Icon

Group: [HOSTED]
Posts: 361
Joined: 17-June 06
From: Adblock life
Member No.: 13,992



Currently I use mySQL. It's the most common, so obviously a lot of people use it. I've read a couple of books about Oracle and SQLite, but those apparently only taught me how to use the databases and not whether or not they were actually good. They don't seem to be very common, so I don't use them, but are they better than mySQL?
Go to the top of the page
 
+Quote Post
TavoxPeru
post Jul 16 2006, 05:55 AM
Post #3


Super Member
Group Icon

Group: [HOSTED]
Posts: 740
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



QUOTE(sid.calcutta @ Jul 15 2006, 03:11 PM) *

There are different database backends supported by PHP. However, most of us probably use MySQL and the books on PHP mostly use MySQL as the backend database.

These are the currently supported database format:

1. dBase
2. FrontBase (functional since DB 1.7.0)
3. InterBase (functional since DB 1.7.0)
4. Informix
5. Mini SQL (functional since DB 1.7.0)6. Microsoft SQL Server (NOT for Sybase. Compile PHP --with-mssql)
6. MySQL (for MySQL <= 4.0)
7. MySQL (for MySQL >= 4.1) (requires PHP 5) (since DB 1.6.3)
8.Oracle 7/8/9
9. ODBC (Open Database Connectivity)
10. PostgreSQL
11. SQLite
12. Sybase

Source: PHP.net- DSN

Now anyone, using database format other than MySQL, may like to share his experience with us.

Regards,
Sid

Hi, since i work with PHP i use MySql as my database backend and always with good results, basically because it is the most supported database in the web hosting environment.

But i'm a curious person, and because of this i made some tests with others databases like access, dbase and ms sql server, basically to evaluate its performance and to know how much difficult is to use with PHP, and as a result of this, i wanna say that MySql is the better choice to work with PHP.

BTW, i use phpMyAdmin as my primary tool to administer MySql's databases.

Best regards,
Go to the top of the page
 
+Quote Post
Hercco
post Jul 19 2006, 12:45 PM
Post #4


Super Member
Group Icon

Group: Members
Posts: 595
Joined: 4-September 04
Member No.: 228



I use pretty much what I'm given smile.gif I don't have my own server and can't get to choose which DBMS to use. I don't shy away from any of them but MySQL seems to be by far the most common that's available. Being open source might have a lot to do with that.
Go to the top of the page
 
+Quote Post
Houdini
post Jul 19 2006, 01:01 PM
Post #5


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



The best choice when using PHP is to use MySQL mostly because the developers at PHP and MySQL work together to make the interaction of the two systems work to the best of their abilities.

Even though PHP does support other database systems the one you will get the best results from would be MySQL.
Go to the top of the page
 
+Quote Post
Humphrey1988
post Aug 19 2006, 04:14 PM
Post #6


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 18
Joined: 19-August 06
Member No.: 15,398



QUOTE(sid.calcutta @ Jul 16 2006, 04:11 AM) *

There are different database backends supported by PHP. However, most of us probably use MySQL and the books on PHP mostly use MySQL as the backend database.

These are the currently supported database format:

1. dBase
2. FrontBase (functional since DB 1.7.0)
3. InterBase (functional since DB 1.7.0)
4. Informix
5. Mini SQL (functional since DB 1.7.0)6. Microsoft SQL Server (NOT for Sybase. Compile PHP --with-mssql)
6. MySQL (for MySQL <= 4.0)
7. MySQL (for MySQL >= 4.1) (requires PHP 5) (since DB 1.6.3)
8.Oracle 7/8/9
9. ODBC (Open Database Connectivity)
10. PostgreSQL
11. SQLite
12. Sybase

Source: PHP.net- DSN

Now anyone, using database format other than MySQL, may like to share his experience with us.

Regards,
Sid



Hi

I have tried using mySQL. I think that it is quite common and useful. One of the advantages for mySQL is that it is free (open source). Therefore, I would recommend you to use it too.

Normally people who use PHP will eventually use mySQL.

For more information about this, you can log on to http://www.mysql.com
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Some Useful Database Links.(5)
  2. Creating A Game In Rpg Maker 2000/2003(18)
  3. Accessing Ms Access Database From A Centralized Location?(5)
  4. Space Needed For Database(10)
  5. Database Access On Remote Server W/jsp(0)
  6. Mysql Database Entry By Excel Sheets(2)
  7. Need Help With A PHP - MySQL Registration Script(13)
  8. Mysql Database Management(1)
  9. Mirror My MySQL Database To Another Mysql Server(4)
  10. How To: Connect, Read, Write, Close A Database(3)
  11. How Do I "justify" Format My Text(11)
  12. Xnview 1.93.4(2)
  13. What Is Mkv? Need Help With This File Format?(6)
  14. Question About Asp Now() Function(6)
  15. Integrate Access Database Onto Intranet Site(5)
  1. Database(1)
  2. Connecting To A Remote Database(9)
  3. Permission Problem With Mysql Database Creation(8)
  4. Api And Http Or Database?(0)
  5. Convert Csv To Xml(1)
  6. How To Make A Value In The Database Raise Every Minute.(50)
  7. Is It A Good Practice To Store Image Or Other Binary Files Directly In A Mysql Database(4)
  8. Can't Select Database =?(3)
  9. I Cannot Format My C Drive....pls Help(18)
  10. Need Help In Database Auto_increment(9)
  11. Ajax + Php + Sql = Simply Superb! ( With Visitor Tracking )(10)
  12. VGA Mode Not Supported Message On Monitor(9)
  13. Embedded Database(7)
  14. Need Advice On Creating Online Music Database(6)
  15. The Best Database(48)


 



- Lo-Fi Version Time is now: 21st August 2008 - 10:35 PM