Before you mark this a duplicate of a half-dozen or more questions related to this.
I have tried everything I've found online regarding this issue and I am still unable to resolve my problem.
Earlier today I change the password to root::localhost and immediately after doing so phpmyadmin started refusing access. I can gain temporary access (1 page at a time) by adding skip-grant-tables
to my.ini
and continually restarting MySQL every time I load a new page. I need to reset the password to blank. Is there a way with the latest version of xampp?
I found a way to reset my password to blank but every time I try to set one I get the same errors.
In the shell it recognizes my password and allows interaction through there but when I go to localhost/phpmyadmin or 127.0.0.1/phpmyadmin it is throwing backtrace errors. Particularly Use of undefined constant PMA_DRIZZLE - assumed 'PMA_DRIZZLE'
Notice in .\libraries\Menu.class.php#565
Use of undefined constant PMA_DRIZZLE - assumed 'PMA_DRIZZLE'
Backtrace
.\libraries\Menu.class.php#108: PMA_Menu->_getServerTabs()
.\libraries\Menu.class.php#85: PMA_Menu->_getMenu()
.\libraries\Response.class.php#308: PMA_Menu->getHash()
.\libraries\Response.class.php#395: PMA_Response->_ajaxResponse()
PMA_Response::response()
Notice in .\libraries\Menu.class.php#598
Use of undefined constant PMA_DRIZZLE - assumed 'PMA_DRIZZLE'
Backtrace
.\libraries\Menu.class.php#108: PMA_Menu->_getServerTabs()
.\libraries\Menu.class.php#85: PMA_Menu->_getMenu()
.\libraries\Response.class.php#308: PMA_Menu->getHash()
.\libraries\Response.class.php#395: PMA_Response->_ajaxResponse()
PMA_Response::response()
Notice in .\libraries\Menu.class.php#565
Use of undefined constant PMA_DRIZZLE - assumed 'PMA_DRIZZLE'
Backtrace
.\libraries\Menu.class.php#108: PMA_Menu->_getServerTabs()
.\libraries\Menu.class.php#73: PMA_Menu->_getMenu()
.\libraries\Response.class.php#319: PMA_Menu->getDisplay()
.\libraries\Response.class.php#395: PMA_Response->_ajaxResponse()
PMA_Response::response()
Notice in .\libraries\Menu.class.php#598
Use of undefined constant PMA_DRIZZLE - assumed 'PMA_DRIZZLE'
Backtrace
.\libraries\Menu.class.php#108: PMA_Menu->_getServerTabs()
.\libraries\Menu.class.php#73: PMA_Menu->_getMenu()
.\libraries\Response.class.php#319: PMA_Menu->getDisplay()
.\libraries\Response.class.php#395: PMA_Response->_ajaxResponse()
PMA_Response::response()
are the four error messages I get if I don't attempt to reconnect after resetting the password