Bugs item #980594, was opened at 2004-06-27 09:36
Message generated for change (Settings changed) made by rabus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377408&aid=980594&group_id=23067
Category: Privileges
Group: 2.6.0-beta1
>Status: Closed
Resolution: Fixed
Priority: 1
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Alexander M. Turek (rabus)
Summary: (in 2.6.0) E_WARNING produced by mysql.dbi.lib.php
Initial Comment:
When using 2.6.0-beta1 I get the following error:
Warning: mysql_query(): Unable to save result set
in /path/to/libraries/dbi/mysql.dbi.lib.php on line 122
Please select a database
Which is this code:
if ($options == ($options | PMA_DBI_QUERY_STORE))
{
return mysql_query($query, $link);
And mysql_error() here reports the following error:
Can't read dir of './logs/' (Errcode: 13)
And mysql_errno() provides: 12
Aside from this error everything appears to work fine so
I just prepended a @ although this of course isn't a final
solution, or maybe it is! :)
MySQL: 3.23.57-log
PHP: 4.3.2
Sorry I am not familiar with log versions of MySQL but
this is the version of MySQL this web host uses. I've
never seen the error before but am unsure how to test
for it :)
----------------------------------------------------------------------
Comment By: Alexander M. Turek (rabus)
Date: 2004-06-27 09:54
Message:
Logged In: YES
user_id=418833
fixed in CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377408&aid=980594&group_id=23067
|