instead of doing :<br>$ port upgrade -u mysql<br>i did :<br>$ port install mysql5 +server<br><br>the latest becoming active (mysql5 @5.0.51a_0+server)<br><br clear="all">then, i wanted to uninstall the oldest :<br>$ sudo port uninstall mysql5 @5.0.37_0+darwin_8+server<br>
---> Unable to uninstall mysql5 5.0.37_0+darwin_8+server, the following ports depend on it:<br>---> php5<br>Error: port uninstall failed: Please uninstall the ports that depend on mysql5 first.<br><br>does it means php5 uses the old version (mysql5 @5.0.37_0+darwin_8+server) ?<br>
<br>or does it means i did it the wrong way ? (apart install instead of upgrade)<br><br>and i've to do "something" to get php5 working with the newest mysql5 and uninstall mysql5 afterwards ???<br><br>best,<br>
<br>yvon