Difference between mysql4 and mysql5
Posted by Raj
Difference between mysql4 and mysql5
MySQL 5 introduced new important features
1. Cursors
2. Triggers
3. Stored Procedures
4. Views
after importing all the data from MySQL4 to MySQL5, it's very important to run:
mysql_upgrade
please check below link to view complete details:
http://dev.mysql.com/doc/refman/5.0/en/development-history.html
MySQL 5 introduced new important features
1. Cursors
2. Triggers
3. Stored Procedures
4. Views
after importing all the data from MySQL4 to MySQL5, it's very important to run:
mysql_upgrade
please check below link to view complete details:
http://dev.mysql.com/doc/refman/5.0/en/development-history.html
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
mysql4,
mysql5,
PHP,
PHP interview questions and answers
.You can leave a response, or trackback from your own site.