Giro
JF-Expert Member
- Feb 9, 2009
- 359
- 24
By Rajmeet Ghai
Qn1:What are the disadvantages of MySQL?
Answer:
1.MySQL does not support a very large database size as efficiently
2.MySQL does not support ROLE, COMMIT, and Stored procedures in versions less than 5.0
3.Transactions are not handled very efficiently.
Lets have your experience regarding MySQL.
Qn2:What are the security recommendations while using MySQL?
Answer:
1.Access to the user table should never be given to avoid SQL injection attacks.
2.Privileges such as GRANT and REVOKE must be made use of.
3.SHOW GRANTS can be used to see the list of users who have access
4.Never run the MySQL server as the Unix root user