PDA

View Full Version : What is MySQL?



sevenerj
06-25-2008, 07:08 PM
On my hosting account from Godaddy is says I have 25 MySQL Databases. What does this mean and what does it do for me?

webcs
07-01-2008, 07:39 AM
On my hosting account from Godaddy is says I have 25 MySQL Databases. What does this mean and what does it do for me?

MySQL is a database language that many scripts use to function (IE blogs and forums use databases). So MySQL allows you to install blogs and forums and other complex items. If your account did not have database cability it could not handle these items.

There are three PRIMARY database languages in hosting (there are others, but these are the most common) MySQL, MSSQL, and ACCESS. MySQL is the most common and is the most used on both windows and linux machines. When possible, use MySQL, unless your project is very large.

webburu
08-11-2008, 08:55 PM
it means you have up to 25 mysql databases in MySQL database server and remember one mysql server can have many mysql databases ;-)

cabbo
02-05-2009, 06:39 PM
Umm, what would one use if his project will ultimately be very large ??

symbol10
08-11-2009, 08:56 AM
I agree MySQL is very reliable and high performance relational database management system. It can used to store many GB's of data into database.

chipstorm
08-11-2009, 12:29 PM
One aspect to look at if your project is going to be large and important is to pay attention to aspects of security to ensure it is not a vulnerable site. Take a look at this article for more info - http://www.sitepoint.com/article/php-security-blunders/