What are the advantages and disadvantages of using mysql?



What are the advantages and disadvantages of using mysql?..

Answer / Vivek Chouhan

Advantages of MySQL include: open source, robust, scalable, support for a wide range of operating systems, and strong community support. Disadvantages include: not as fast as some other databases like SQL Server or Oracle, limited built-in reporting capabilities, and lacks some advanced features found in more expensive enterprise databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

how many fields can be updated using set in a mysql query?

1 Answers  


What is innodb mysql?

1 Answers  


Which one of the following is the correct way to select all columns and all rows from "vtable"? Choice 1 SELECT FROM vtable SELF JOIN vtable Choice 2 SELECT ALL COLUMNS FROM vtable WHERE ALL ROWS = * Choice 3 SELECT EVERYTHING FROM vtable Choice 4 SELECT vtable.* WHERE vtable = vtable Choice 5 SELECT * FROM vtable WHERE 1 = 1

3 Answers  


What is mysql data directory? How to determine the location of the data directory?

1 Answers  


What are the steps involved in query processing?

1 Answers  


What is difference between mysql_connect and mysql_pconnect?

1 Answers  


What data structure does mysql use?

1 Answers  


How to write query to select word java's from column employees and from emp table

1 Answers   CGI,


How to declare variable in mysql trigger?

1 Answers  


What are the functions of commit and rollback statements?

1 Answers  


How do I change directories in mysql?

1 Answers  


What is an example of a delimiter?

1 Answers  


Categories