On Tue, Aug 21, 2001 at 01:25:49AM +0200, Loïc wrote:
It works if it's empty or contains "/var/lib/mysql/mysql.sock" (socket on my server). But just tried a little stupid thing: replaced the path by something not existing, and it still works, so I don't know... :)
Amazing !
I also think so :)
So, I think it should be fixed now (not tested yet with adv auth, but ok with std auth). Problems were: PMA_INT_VERSION < 30010 instead of PMA_INT_VERSION >= 30010 :), and fact that $connect_func( is used twice in lib.inc.php3. But please also test on your system, thx!
Olivier