Welcome Guest ( Log In | Register )



5 Pages V  « < 3 4 5  
Reply to this topicStart new topic
> The Best Database, What do you think is the best database?
develCuy
post May 1 2007, 01:37 AM
Post #41


Member - Active Contributor
Group Icon

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!
Go to the top of the page
 
+Quote Post
Griffin012cgh
post Jul 13 2007, 05:51 AM
Post #42


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 3
Joined: 13-July 07
Member No.: 23,331



mysql seems to be very popular and easy to use
Go to the top of the page
 
+Quote Post
unimatrix
post Jul 13 2007, 11:02 PM
Post #43


Premium Member
Group Icon

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.
Go to the top of the page
 
+Quote Post
axeffect
post Jul 14 2007, 01:49 AM
Post #44


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 32
Joined: 26-May 07
Member No.: 22,157



MY SQL beacause it's the only one i've used tongue.gif
Go to the top of the page
 
+Quote Post
lefioda
post Jul 14 2007, 03:30 AM
Post #45


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 23
Joined: 14-July 07
Member No.: 23,348



Sql server: easy to configure and 100% secure
www.microsoft.com
=)
Go to the top of the page
 
+Quote Post
Pråsh
post Aug 6 2007, 04:54 AM
Post #46


Newbie [ Level 1 ]
Group Icon

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. smile.gif
Go to the top of the page
 
+Quote Post
tuko
post Aug 8 2007, 11:11 AM
Post #47


Newbie [ Level 2 ]
Group Icon

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?! tongue.gif
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! sad.gif

Go to the top of the page
 
+Quote Post
Impious
post Aug 9 2007, 01:26 PM
Post #48


Member - Active Contributor
Group Icon

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
Go to the top of the page
 
+Quote Post
dewslat
post Sep 29 2007, 02:25 AM
Post #49


Newbie [ Level 2 ]
Group Icon

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
Go to the top of the page
 
+Quote Post

5 Pages V  « < 3 4 5
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. phpBB Database Transfer(10)
  2. Embedded Database(7)
  3. Need Advice On Creating Online Music Database(6)
  4. Mirror My MySQL Database To Another Mysql Server(4)
  5. Database Program With GUI(14)
  6. MySQL Output Database Question(18)
  7. What Is A Database How Do I Use One?(7)
  8. What Is Maximum Capacity Of Astahost MySQL Database?(11)
  9. Is It A Good Practice To Store Image Or Other Binary Files Directly In A Mysql Database(4)
  10. Permission Problem With Mysql Database Creation(8)
  11. Need Info On Database Programming Courses(2)
  12. Database Programming In Vba 6.0(1)
  13. How Many Concurrent Users For Oracle Database?(1)
  14. Database Size?(10)
  15. My Sql Database Help?(3)
  1. Need Help In Database Auto_increment(9)
  2. Connecting To A Remote Database(9)
  3. Database(1)
  4. Integrate Access Database Onto Intranet Site(5)
  5. Accessing Ms Access Database From A Centralized Location?(5)
  6. Mysql Database Management(1)
  7. Mysql Database Entry By Excel Sheets(2)
  8. Space Needed For Database(10)
  9. Database Access On Remote Server W/jsp(0)
  10. Some Useful Database Links.(7)
  11. Best Database(13)
  12. How To Understand A Database Schema(4)
  13. Free Or Opensource Database/schema Browser?(6)


 



- Lo-Fi Version Time is now: 22nd November 2008 - 10:33 PM