What is efficient, Oracle or MySQL in PHP? Help !

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
phazorRise
Forum Contributor
Posts: 134
Joined: Mon Dec 27, 2010 7:58 am

What is efficient, Oracle or MySQL in PHP? Help !

Post by phazorRise »

I'm a newbie. I have some plans about desiging an application in PHP. So I want to know the best Database for PHP.
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: What is efficient, Oracle or MySQL in PHP? Help !

Post by mikosiko »

efficient in term of what?

both DB's provide good API's to connect/work from PHP... maybe you should clarify what are you looking for
User avatar
phazorRise
Forum Contributor
Posts: 134
Joined: Mon Dec 27, 2010 7:58 am

Re: What is efficient, Oracle or MySQL in PHP? Help !

Post by phazorRise »

I want a BD that can provide ability to store large amount of data in a single field with ease of access.
I'm familier with LOB in Oracle. I tried to use it in my small project in ASP. But I faced some difficulties.
And I don't know much about MySQL.
Post Reply