answersLogoWhite

0


Best Answer

PRO:

fairly easy syntax

good management tool (phpmyadmin)

easy to integrate and use with PHP, Ruby etc.

very common therefore lots of tutorials and howtos

CONS:

performance

bad or missing RDMS features (like postgreSQL or other systems have)

limited capacities storage-wise

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Advantages and disadvantages of a MySQL database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the advantages and disadvantages of PHP with mysql?

Ultimately PHP is a programming language and MySQL is a database language. Using PHP with MySQL is a nice combination with built-in support and the simplicity of it all. However, there aren't a lot of disadvantages of using PHP with a database, it just allows for better data organization and whatnot. There are definitely advantages and disadvantages to using a database other than MySQL (such as MongoDB or PostgreSQL).


How do you create a new database in MySQL?

The MySQL command is "CREATE DATABASE [dbname]" with "[dbname]" replaced with your desired database name.


Advantages and disadvantages Flat file database?

No one knows


Advantages and disadvantages of foxpro?

discuss database and field functions


What type of database is used in Friendster?

MYSQL database


What is MyISAM in MySQL?

MyISAM is the default table engine in the MySQL database.


What database does the WAMP server refer to when it?

WAMP stands for Windows Apache Mysql PHP. Mysql is the default database in WAMP


What is wikipedia's database website?

Wikipedia uses MySQL as its database.


How do you copy a database of mysql in wamp server from one computer to another?

You have several options: * copy the database files from mysql/data/<database_name> to a new mysql Installation * use mysqldump utility to export the data from your database and load it into the new mysql installation * setup replication


What company is the developer of the MySQL database?

The developer of the MySQL database software was MySQL AB, which was bought by Sun 2008 for one billion dollars. Oracle then acquire sun and hence MySQL and is currently responsible for the continuing development.


How do you put today's date into MySQL database?

Use: $todaysdate = date("d/m/y"); And then just send that to the MySQL database


Advantages and disadvantages of clustering?

Advantages: • High performance • Large capacity • High availability • Incremental growth Disadvantages: • Complexity • Inability to recover from database corruption