|
|
The Best Database - databases | ||
Discussion by pedro with 41 Replies.
Last Update: October 8, 2006, 8:13 am (View Latest) | Page 1 of 3 pages. | ||
for you?
Tue Mar 22, 2005 Reply New Discussion
QUOTE (pedro)
te best database for my is sql server yukonfor 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.
Tue Mar 22, 2005 Reply New Discussion
Tue Mar 22, 2005 Reply New Discussion
QUOTE (jcguy)
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.
Tue Mar 22, 2005 Reply New Discussion
Thu Mar 24, 2005 Reply New Discussion
Thu Mar 24, 2005 Reply New Discussion
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.
Fri Mar 25, 2005 Reply New Discussion
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...
Wed Mar 30, 2005 Reply New Discussion
Mysql is the easest and most used database, and most webservers (and now free webservers) support and install mysql
Wed Mar 30, 2005 Reply New Discussion
MySQL is quite powerful for a scripting language that has only ten or so commands. I recommend it to any newbs out there.
Wed Mar 30, 2005 Reply New Discussion
Also it is the default other then Post for most hosting servers...AKA us
Fri Apr 1, 2005 Reply New Discussion
Fri Apr 1, 2005 Reply New Discussion
QUOTE
Taken from the Paul DuBois’s book: MySQLSpeed: MySQL is the fastest database you can get, look at http://www.mysql.com/bechmark.html.
Easy to use: MySQL is a simple database but it’s a high performance too.
Query language support: MySQL understands SQL, the language of choice for all modern databases systems.
Capability: Clients can use multiple databases simultaneously, you can access it using several interfaces, a variety of programming interfaces are available for several languages like C, Perl, Java, PHP and Python, and much more.
Connectivity and security: MySQL is fully networked, and databases can be accessed from anywhere on the Internet, so you can share you data with anyone, anywhere; but it has access control so that people who shouldn’t see your data can’t. And now to provide additional security, MySQL supports encrypted connections with the Secure Sockets Layer (SSL) protocol.
Portability: MySQL runs on many varieties of UNIX, as well as on other non-UNIX systems, such as Windows and OS/2.
Small size: MySQL has a modest distribution size, specially compared with certain commercial database system.
Availability and cost: MySQL is an Open Source project, freely available under the terms of the GNU General Public Language (GLP). This means that MySQL is free for most in-house uses.
Open distribution: MySQL is easy to obtain, just using your Web browser and you can get the source code also.
Finally, it is obvious that the popularity of MySQL has also been aided by the existence of phpMyAdmin, the industry-standard administration tool that makes database management easy for both the experienced developer and the novice, and this is what is helping me very much.
Tue Apr 5, 2005 Reply New Discussion
MySQL is everywhere where Linux and LAMP (Linux,Apache,MySQL,PHP and or Perl) exist. But it is not the most powerful of the free database offerings.
In Order of Simplicity of Data Structure for "Free" Databases the choice would be
CSV File |
XML file | basicaly text files
MySQL
PostGreSQL
SQL Server Express (Win32 only) -note 4G data limit
Of the list the latter two are the hardest to learm, but most powerful (i.e including stored procedures)
Regards
Mon Apr 18, 2005 Reply New Discussion
Mon Apr 18, 2005 Reply New Discussion
XML Database XML Database (1)
|
(12) MySQL Database Problems
|
Index




