954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Cost and pros of MYSQL

I have never used MySQL and am a little unfamiliar with the pros and cons of using it. Is it true that it has no front end? I know that it is free but would like to know what the options are if we use JSP, ODBC or VB as the front end.

I am trying to see the pros and cons of using Access VS MySQL and also how much it would cost for each of them.
Thank you.

DigitalAngel
Newbie Poster
1 post since Aug 2005
Reputation Points: 10
Solved Threads: 0
 

One of the major cons of MySQL is the fact that it is open source...and thereby free of charge.
Also it is both faster and more stable than Access.
You can download it from http://dev.mysql.com/downloads/

It is true that it has no front end, but you can download a graphical front end from mySQL.com called 'MySQL Administrator'. I've never tried 'MySQL Adminstrator' so I can't really comment on that.

But there are also other freeware front ends available, like
DB Manager Pro Freeware from
http://www.dbtools.com.br/EN/downloads.php

or phpMyAdmin from
http://www.phpmyadmin.net


Using the command prompt interface of mySQL isn't really that hard, though, and the mySQL manual has pretty good syntax descriptions.

madmital
Junior Poster
120 posts since Jun 2005
Reputation Points: 10
Solved Threads: 5
 

Well, none of those "admins" are what I would call a "font end" acceptable for commercial use. A secretary would be baffled.

OpenOffice.base is an ODBC program that has a wizard to generate a "reasonable" interface for a single table database. anything more complex will require a bit of work, but it has all the GUI widgets. Another one is QT designer by Trolltech. QT works alot like Access, but is GPL and more flexible.

Another DB to look into might be PostgreSQL, same idea as MySQL but preferred by GPL purists. Both are OK IMHO.

JRM
Practically a Master Poster
621 posts since Nov 2006
Reputation Points: 130
Solved Threads: 75
 

I would recommend mysql over access anyday, but i would like to second JRM's recommendation of postgreSQL. Here is a pretty good comparison of the two:

http://www-css.fnal.gov/dsg/external/freeware/pgsql-vs-mysql.html

What i like about postgres is it has better support for triggers and PL/sQL.

ses5909
Junior Poster
127 posts since Sep 2006
Reputation Points: 74
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You