Welcome Guest ( Log In | Register )



5 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> The Best Database, databases
pedro
post Mar 22 2005, 12:16 PM
Post #1


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 59
Joined: 3-November 04
From: uruguay
Member No.: 1,302



te best database for my is sql server yukon
for you?
Go to the top of the page
 
+Quote Post
soleimanian
post Mar 22 2005, 12:51 PM
Post #2


End Of Computer
Group Icon

Group: Members
Posts: 346
Joined: 1-September 04
From: .:: MARS ::.
Member No.: 28



QUOTE(pedro @ Mar 22 2005, 03:46 PM)
te best database for my is sql server yukon
for you?
*



MYSQL because:
taken from internet:
QUOTE

It's relatively clean (no huge grammar quirks, simple privilege administration)
easy to maintain and upgrade, does not have a slew of administrative tasks to put up
its table format does not vary between releases (but the old ISAM table format is being dropped out after having been shipped sidy-by-side with the new(er) MyISAM format for quite a few years)
it does not have its own data / index caching but uses the filesystem's one (when using MyISAM tables). Result: faster, can take advantage of OS's fs caching and journaling, simple backups, less vulnerable to crashes.
it has cleanly separated table handler modules and can mix access to different types of tables.
it seems to be developed iteratively, and the features are very stable when they ship them. This is the biggest reason I like MySQL more for production environments than PostgreSQL.
one gets a lot of control on how things are done.
it's fast. (This, they advertise a lot. But in practice, it seems to be so.)
it doesn't carry a lot of historical baggage, thus for example the transaction support can use state-of-the-art solutions like MVCC.
Go to the top of the page
 
+Quote Post
jcguy
post Mar 22 2005, 02:07 PM
Post #3


Premium Member
Group Icon

Group: Members
Posts: 382
Joined: 5-September 04
Member No.: 255



I suppose mysql is the most popular database because it's open source and hence many other open-source scripts and applications make use of it. Examples: this IPB forum, phpBB, phpList, and many php scripts.
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Mar 22 2005, 03:05 PM
Post #4


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411



QUOTE(jcguy @ Mar 22 2005, 09:07 PM)
I suppose mysql is the most popular database because it's open source and hence many other open-source scripts and applications make use of it. Examples: this IPB forum, phpBB, phpList, and many php scripts.
*



Not just that. Take a look at the features it offers - can give any of the commercial giants a big run.. And of course it's opensource and got this incredible support forum.
Go to the top of the page
 
+Quote Post
nakulgupta
post Mar 24 2005, 08:27 AM
Post #5


Advanced Member
Group Icon

Group: Members
Posts: 173
Joined: 22-March 05
From: Hyderabad,India
Member No.: 3,155



Thats true..Me and my friends use mySql for our forum too....really nice and easy to use..
Go to the top of the page
 
+Quote Post
dungsport
post Mar 24 2005, 10:56 AM
Post #6


Member - Active Contributor
Group Icon

Group: Members
Posts: 93
Joined: 21-March 05
Member No.: 3,136



mysql is the best choice cause it's free, open source and quite fast. Support many platforms.

smile.gif)
Go to the top of the page
 
+Quote Post
amkint
post Mar 25 2005, 09:22 AM
Post #7


Member - Active Contributor
Group Icon

Group: Members
Posts: 86
Joined: 4-February 05
From: Bangalore
Member No.: 2,508



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.
Go to the top of the page
 
+Quote Post
Hercco
post Mar 30 2005, 06:56 AM
Post #8


Super Member
Group Icon

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



This kind of is in topic....

I'm actually taking a advanced course on databases. Not SQL 101 but getting more into inside the dbms's.

We've had so far three lectures and the lecturer hasn't mentioned the open-source databases once, although Postgre and MySQL (especially) are really widely used and one would think it's easier to get under their hoods them being OS and everything.
No it's just Oracle, Oracle, Oracle...

Go to the top of the page
 
+Quote Post
Muddyboy
post Mar 30 2005, 08:20 AM
Post #9


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 33
Joined: 29-March 05
Member No.: 3,343



MySQL, you'll be hard pressed to find a script that is written not for mysql (unless specificilly written for another database type or doesnt require one at all tongue.gif)

Mysql is the easest and most used database, and most webservers (and now free webservers) support and install mysql
Go to the top of the page
 
+Quote Post
JoeyG
post Mar 30 2005, 08:34 PM
Post #10


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 7
Joined: 30-March 05
Member No.: 3,415



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

5 Pages V   1 2 3 > » 
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. The Best Database(48)
  6. MySQL Output Database Question(18)
  7. Is It A Good Practice To Store Image Or Other Binary Files Directly In A Mysql Database(4)
  8. Permission Problem With Mysql Database Creation(8)
  9. Database Programming In Vba 6.0(1)
  10. How Many Concurrent Users For Oracle Database?(1)
  11. Examining Databases At A Whole Glance(7)
  12. All About Databases(3)
  13. Database Size?(10)
  14. My Sql Database Help?(3)
  15. Need Help In Database Auto_increment(9)
  1. Free Graphical Tools For Databases(7)
  2. Databases(2)
  3. Connecting To A Remote Database(9)
  4. Database(1)
  5. Integrate Access Database Onto Intranet Site(5)
  6. Accessing Ms Access Database From A Centralized Location?(5)
  7. Mysql Database Management(1)
  8. Mysql Database Entry By Excel Sheets(2)
  9. Space Needed For Database(10)
  10. Database Access On Remote Server W/jsp(0)
  11. Some Useful Database Links.(7)
  12. Best Database(7)
  13. How To Understand A Database Schema(4)


 



- Lo-Fi Version Time is now: 12th October 2008 - 09:33 AM