Re: MySQL / php differ | Solved

2009-03-02 Thread Jos Chrispijn
Problem solved. What I did is: - using Matthew's pkg_info -rx php5-mysql - after that Aryeh's solution on the php5-mysql port thanks for your help, Jos ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-que

Re: MySQL / php differ

2009-03-02 Thread Jos Chrispijn
Matthew Seaman wrote: Actually, you may only need to recompile databases/php5-mysql (possibly plus some dependencies) and then restart apache. If your DB is on the same machine as where you're running phpMyAdmin, then you will have the 5.0.77 client libraries already installed and recompiling

Re: MySQL / php differ

2009-03-01 Thread Matthew Seaman
Aryeh M. Friedman wrote: Jos Chrispijn wrote: | FreeBSD 6.4-STABLE Just upgraded my MySQL server/client to v5.0.77 and php version to php5-5.2.8 but something struck my eye when opening phpmyadmin, saying: 'Your PHP MySQL library version 4.0.27 differs from your MySQL server version 5.0.77.

Re: MySQL / php differ

2009-03-01 Thread Aryeh M. Friedman
Jos Chrispijn wrote: | FreeBSD 6.4-STABLE Just upgraded my MySQL server/client to v5.0.77 and php version to php5-5.2.8 but something struck my eye when opening phpmyadmin, saying: 'Your PHP MySQL library version 4.0.27 differs from your MySQL server version 5.0.77. This may cause unpredicta

MySQL / php differ

2009-03-01 Thread Jos Chrispijn
| FreeBSD 6.4-STABLE Just upgraded my MySQL server/client to v5.0.77 and php version to php5-5.2.8 but something struck my eye when opening phpmyadmin, saying: 'Your PHP MySQL library version 4.0.27 differs from your MySQL server version 5.0.77. This may cause unpredictable behavior'. I obv