开发者

What version of MYSQL supports stored procedures?

Quick question - What version 开发者_如何学Pythonof MYSQL supports stored procedures?

Is it any Mysql 5.0? Or there is exact version when they implemented support like - 5.0.1.2... ?

Thanks


According to http://dev.mysql.com/doc/refman/5.0/en/news-5-0-0.html, "basic support" for stored procedures was present in 5.0.0.

But you shouldn't use a release so old anyway, you should be using the latest release of a given major version.


Version 5.0.0 and higher supports stored procedures. Check the documentation for more details. You can navigate through the FAQ for each version listed in the documentation.

If you check the Product History in Wikipedia, you will see that stored procedures were introduced in Version 5.0 and can be used in all the higher versions.


Agree about "basic support" in MySQL 5.0. But I can say there might be problems with early versions (alpfa, beta). It is better to find out first release or release candidate version.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜