Page 1 of 1

Problem mysql Win10

PostPosted: 04. November 2015 15:16
by Walter White
Hi,
on my Os Windows 10 X64 i have a problem, i try to install all version avaiable 5.6.14 and also 5.5.30 but all version show same problem.

On first installation, mysql work without error, if reboot show error on mysql

http://img7.pixhost.org/images/67/30238875_xampp-01.png

Code: Select all
Warning in .\libraries\dbi\DBIMysqli.class.php#261
mysqli_query(): (HY000/1030): Got error 9 "Bad file descriptor" from storage engine MyISAM

Backtrace

.\libraries\dbi\DBIMysqli.class.php#261: mysqli_query(
object,
string 'SELECT * FROM `mysql`.`db` LIMIT 1',
integer 0,
)
.\libraries\DatabaseInterface.class.php#246: PMA_DBI_Mysqli->realQuery(
string 'SELECT * FROM `mysql`.`db` LIMIT 1',
object,
integer 0,
)
.\libraries\check_user_privileges.lib.php#46: PMA_DatabaseInterface->tryQuery(string 'SELECT * FROM `mysql`.`db` LIMIT 1')
.\libraries\check_user_privileges.lib.php#395: PMA_checkRequiredPrivilgesForAdjust()
.\libraries\List_Database.class.php#17: require_once(.\libraries\check_user_privileges.lib.php)
.\libraries\PMA.php#17: require_once(.\libraries\List_Database.class.php)
.\libraries\common.inc.php#1089: include_once(.\libraries\PMA.php)
.\index.php#12: require_once(.\libraries\common.inc.php)


How to solve/fix this problem?

Thanks

Re: Problem mysql Win10

PostPosted: 04. November 2015 16:21
by Nobbie
Here are many reports about the new MariaDB (which is delivered by Xampp since 5.6.14 instead of MySQL), which seems to be "weak" on WIndows Systems. Currently, there is no fix available, either

a) go back with Xampp to an older release which delivers MySQL

or

b) setup a Linux system and install Xampp for Linux, this runs well on my machine (inluding MariaDB).

Re: Problem mysql Win10

PostPosted: 04. November 2015 17:12
by Walter White
Ok thanks.

Which versions do not have this bug ? Link to old version for download?

Thanks

Re: Problem mysql Win10

PostPosted: 04. November 2015 17:51
by Nobbie
I dont know, but you can find all versions at Sourceforge: http://sourceforge.net/projects/xampp/

Re: Problem mysql Win10

PostPosted: 04. November 2015 21:26
by Altrea
Hi,

You can use a version release earlier than 19th October 2015, so XAMPP 5.6.12 or 5.5.28 should be okay for you.

best wishes,
Altrea

Re: Problem mysql Win10

PostPosted: 05. November 2015 01:07
by Walter White
Download and try it, thanks a lot.