CINXE.COM
What about MySQL less than 5?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>What about MySQL less than 5?</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="icon" type="image/png" href="/favicon.png" /> <link rel="stylesheet" type="text/css" href="/styles/main.css" media="screen,print" /> <link rel="stylesheet" type="text/css" href="/styles/support.css" media="screen,print" /> <link rel="stylesheet" type="text/css" href="/styles/mysqlconf.css" media="screen,print" /> <script type="text/javascript" src="/js/nav.js"></script> </head> <body> <div id="top-bar" align="center"> <div id="buttons"> <a href="http://www.spreadfirefox.com/?q=affiliates&id=17632&t=61"><img src="/images/firefox_80x15.png" border="0" height="15" width="80" alt="Firefox" /></a> <a href="http://www.php.net/"><img src="/images/php_power.png" border="0" height="15" width="80" alt="PHP" /></a> </div> <div id="logo"> <a href="/"><img src="/images/logo.png" width="111" height="26" border="0" alt="Open Source PHP Forum" /></a> </div> </div> <div id="menu-bar" align="center"> <table cellspacing="0" cellpadding="0" border="0" width="100%" align="center"> <tr> <td onclick="loadURL('/downloads.php');"><a href="/downloads.php">DOWNLOADS</a></td> <td onclick="loadURL('/support.php');"><a href="/support.php">SUPPORT</a></td> <td id="mod_jumpmenu_root" onclick="loadURL('/phorum5/index.php');"><a href="/phorum5/index.php">COMMUNITY</a></td> <td onclick="loadURL('https://github.com/Phorum/Core');"><a href="https://github.com/Phorum/Core">DEVELOPMENT</a></td> <td onclick="loadURL('/docs/html/');"><a href="/docs/html/">DOCS</a></td> <td onclick="loadURL('/demo/');"><a href="/demo/">DEMO</a></td> <td onclick="loadURL('/links.php');"><a href="/links.php">LINKS</a></td> </tr> </table> </div> <div id="wrapper"> <div id="content"> <h1>What about MySQL less than 5.0.15?</h1> MySQL has discontinued active development for all version below 5.0. The Phorum teams uses 5.0 for all development. MySQL 5.0.15 was the first production release of the 5.0 branch. Phorum has been known to work with MySQL 4.1 and some later 4.0 versions. However, there is no testing with these version. It is recommended that all users upgrade to 5.0 as soon as possible to get the most out of MySQL and Phorum. And yes, I know <a href="http://google-code-updates.blogspot.com/2007/04/google-releases-patches-that-enhance.html">Google uses MySQL 4</a>. But, remember, they also patch MySQL themselves. If you can patch MySQL yourself, then by all means, go for it. </div><!-- content --> <div id="footer" align="center"> — <a href="/about.php">About Us</a> — <a href="mailto:security@phorum.org">Security Issues</a> — <a href="/phorum5/">Support</a> — <a href="https://github.com/Phorum/Core/issues?sort=created&direction=desc&state=open&page=1">Report Bugs</a> — <a href="/free-php-message-board-phorum.php">Why Phorum?</a> — </div> </div><!-- wrapper --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-89211-1']); _gaq.push(['_trackPageview']); _gaq.push(['_trackPageLoadTime']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>