Houdini 0 Report post Posted August 13, 2005 I'm a complete newb to PHP and databases, and I'll have to say that MySQL has been easy to use, clean, efficient, and it works. That's more than I can say for PHP when I tried to set it up with Apache on Windows. MySQL is quite powerful for a scripting language that has only ten or so commands. I recommend it to any newbs out there. <{POST_SNAPBACK}> You should have tried XAMPP...before I found Traid or many other programs that installed Apache MySQL and PHP and it took me two weeks with reference matierial at hand with limited time on my hands I downloaded XAMPP and have never gone back to manually installing Apache with MySQL, PHP, PERL, TOMCAT, FileZilla, Mercury Mail, and even more! Just do a google or any search for XAMPP and try it out a minimum download of 23MEG but worth it! Share this post Link to post Share on other sites
Nemisis 0 Report post Posted August 13, 2005 I only know MySQL, it is the only kind I have used, so I will have to say that. Share this post Link to post Share on other sites
computerjoe 0 Report post Posted August 15, 2005 MySQL is easily the best. More scripts support it. If you can't run MySQL use PostgreSQL. Share this post Link to post Share on other sites
derouge 0 Report post Posted August 31, 2005 MySQL is excellent .. fairly easy to learn and fits in perfectly with PHP. For web based stuff I'd definitely say MySQL. However, in the office I work at we do a lot of Access based database stuff. All our Order Management is done through that, and it works pretty well. I have a decent background in Visual Basic, which is what Access uses to write macros and whatnot, so that helps a lot. I think for commercial purposes Access is pretty slick, at least for small business. Share this post Link to post Share on other sites
stusrud 0 Report post Posted September 1, 2005 MySql are the best type of databases in my opinion, but you need a good host. If you ahve just any host, a MySql database can be as "crappy" as any other database, when you find a very good host like Xisto, the MySql databases are very good and will never crash on you! Share this post Link to post Share on other sites
DivineZero 0 Report post Posted September 1, 2005 My sql is definetly the bestttt!~@!@!@!@ Share this post Link to post Share on other sites
unimatrix 0 Report post Posted September 4, 2005 If I am going to use a database online for say a CMS where there are more visitors and less updating (more select queries than anything else) then MySQL is my first choice.If I am developing something inhouse, like for accounting, where data intergrity and features are needed in place of speed, then PostgeSQl is usually my top choice. ALthough working with pgSQL isn't as bad as it was five years ago. Also, if I am going to run an online browser-based game (like Promisance or Merchant Empires) I'd choose pgSQL. I was in the middle of porting Promisance to pgSQL after having some serious database issues with tables corrupting when Real Life® interuppted. In other cases, even Access may be the best choice. When that case may arise, I'm not sure. I'd take a well written PERL script and CSV file before Access anyday, but... Share this post Link to post Share on other sites
ConDor 0 Report post Posted September 5, 2005 I hate it when the webhost won't give a mysql database.But I think it's support here.Thnx for it.I always use mysql database when i need it.take a look here Share this post Link to post Share on other sites
hatim 0 Report post Posted September 5, 2005 Your question could be posed in some detailed manner. ie which is the best indutrsy level DBMS or which is the best OSS DBMS or which is the easiest to learn/usei see alot of MySql fans here..count me one too. But PGSQL is also good. Industry standard DBMS is ofcourse Oracle. Orcale experience counts alot when u apply for a job. Do give Oracle a try ..they have free evalutaion versions available. Share this post Link to post Share on other sites
Trevor1405241530 0 Report post Posted September 6, 2006 My sql is definetly the bestttt!~@!@!@!@ MySQL is not the best. It does great for most people, but it's not very well suited to the two types environments it might be used in. Easy quick and dirty database. SQLite is much faster and better suited to a quick, dirty, easy database environment. Big mission critical production environment You're better off with PostgreSQL, or a commercial database like SQL Server or Oracle. Share this post Link to post Share on other sites
tuanbi 0 Report post Posted October 7, 2006 mysql is the best by far.. simple and easy to use.. most of installable scripts are available in mysql. also mysql is opensource and has a huge community of users to help you out (that is if you have somehow got some problem.. which doesn't happen very often with mysql)..slightly of topic.. but i feel that sometimes guys use mysql databases to often when its not required... even storing data in text files is good for small scripts like polls, guestbooks, etc. but for bigger applications, its better to use mysql. Share this post Link to post Share on other sites
c0kr3x 0 Report post Posted October 8, 2006 MySQL?Who doesn't know that name? MySQL is TBOS-DET - TheB - BestO - OpenS - SourceD - DatabaseE - EVER!!!!!!!!!!!!!!!!MySQL is going to be ENTERPRISE!, Why still use ....? Share this post Link to post Share on other sites