|
|
|
|
![]() ![]() |
May 1 2007, 01:37 AM
Post
#41
|
|
|
Member - Active Contributor Group: Members Posts: 88 Joined: 5-April 07 From: Cusco - Peru Member No.: 21,283 |
MySQL is the best for web development. MyISAM is really fast and very reliable. I had managed a database with tables of more than 700MB without problems, EVERY LITTLE BIT IS STORED OK. Just put attention on the support. Unstable/Unexperienced hosting is the more dangerous risk.
For very large databases Don't forget to use only the needed indexes, fields type&size and well designed/tested structure. Consider database replication and to synchronize your local copies SJA is a nice tool! |
|
|
|
Jul 13 2007, 05:51 AM
Post
#42
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 3 Joined: 13-July 07 Member No.: 23,331 |
mysql seems to be very popular and easy to use
|
|
|
|
Jul 13 2007, 11:02 PM
Post
#43
|
|
|
Premium Member Group: Members Posts: 493 Joined: 15-August 05 Member No.: 7,873 |
The best database is the one that does the job. I've seen situations where Access was the best solution for a given customer. For most web applications it's MySQL since most commands are SELECT. And if you want a lot of features without a lot of costs, PostgreSQL works quite nicely.
The only Database I've dealt with and hated was Oracle. Granted this was 8 years ago and we bought the Oracle 8i package for SuSE linux. It never did work. |
|
|
|
Jul 14 2007, 01:49 AM
Post
#44
|
|
|
Member [ Level 1 ] Group: Members Posts: 32 Joined: 26-May 07 Member No.: 22,157 |
MY SQL beacause it's the only one i've used
|
|
|
|
Jul 14 2007, 03:30 AM
Post
#45
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 23 Joined: 14-July 07 Member No.: 23,348 |
Sql server: easy to configure and 100% secure
www.microsoft.com =) |
|
|
|
Aug 6 2007, 04:54 AM
Post
#46
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 6 Joined: 3-August 07 Member No.: 23,817 |
any database should be fine as long as there's a support for SQL!
At the same time, choosing the right database for your application matters a lot. MySQL for web applications is one of the best choice. If one is working under .NET platform, SQL Server is recommended. So it's totally with the developer what he choose to. I've been using MySQL quite long. Now I'm exporting my database to SQL Server, as I found I need an upgrade. |
|
|
|
Aug 8 2007, 11:11 AM
Post
#47
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 10 Joined: 8-August 07 Member No.: 23,920 |
For me, it's MySQL! Why? Well there is a lot of reasons...
Here are some of the good reasons: 1. Easy to use and user friendly ! 2. Its free! 3. Open source! Meaning you can modify with what you like or how you like it to work! Amazing right?! 4. its a community based Program! 5. There are a lot of guides around that will help you fix your problem if you're in trouble! 6. Fast! Incredibly fast! And here's a few bad reasons why not choose MySQL: 1. Because its open source , a lot of good programmers out there can easily modify it and use it to do such malicious acts! 2. There are ISP who block port 3306 w/c is the default port of MySQL! |
|
|
|
Aug 9 2007, 01:26 PM
Post
#48
|
|
|
Member - Active Contributor Group: [HOSTED] Posts: 78 Joined: 29-June 07 Member No.: 23,027 myCENTs:51.45 |
I agree to the majority: currently, mysql is the best database.
for beginners as for advanced users.. because it can be used with myphpadmin(very easily tool).. well as dandare I am a fan of mySQL dbs... i've used another dbs, but I always found something that did not please me.. like Access db that u can take the file(.mdb) just knowing your name and location..yes, it haves fix but i cant operate with this kinda of dbs... well this is something particular hehe.. if u want to see a simple example of using MySQL dbs.. look my post of a Login System here cya This post has been edited by Impious: Aug 9 2007, 01:28 PM |
|
|
|
Sep 29 2007, 02:25 AM
Post
#49
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 29 Joined: 27-September 07 From: Cagayan de Oro, Philippines Member No.: 25,153 |
I am always an opensource fan.. I go for MySql!!! It is also the only database that I tried to use.
I doesnt really matter for me as long as it is easy as MS Access! hehe.. I dont have a choice anyway since i am using LAMP on my ZenWalk Linux Box and I use XAMPP on my Windows box. This post has been edited by dewslat: Sep 29 2007, 02:26 AM |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd November 2008 - 10:33 PM |