https://bugzilla.novell.com/show_bug.cgi?id=499021 https://bugzilla.novell.com/show_bug.cgi?id=499021#c3 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bruno@ioda-net.ch Resolution| |FIXED --- Comment #3 from Bruno Friedmann <bruno@ioda-net.ch> 2011-04-02 08:19:48 UTC --- openSUSE bug squash day (http://en.opensuse.org/openSUSE:Open-Bugs-Day) This has been fixed later, by upstream and packaging. Now mysql start and run in /var/run/mysql, and rights are setted to permit any pgm to access the socket. Can be tested with <?php $dsn = 'mysql:dbname=mysql'; $user= 'test'; $passwd = 'test'; try{ $dbh = new PDO($dsn, $user, $passwd); foreach($dbh->query('SELECT Host,Db from db') as $row) { print_r($row) . "<br />" . PHP_EOL; } $dbh= null; }catch (Exception $e){ echo "Error : " .$e->getTrace().PHP_EOL; } fixed in 11.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.