So I've been trying to enable 2 Factor Authentication to my phpMyAdmin, but due to the limitations within NFO Server's webhosting, I am unable to make the required databases for phpMyAdmin Configuration Storage. Is there by any chance anyone knows a workaround or anything alike? phpMyAdmin's warning:
Support Member James' explanation on why I had to come to the forums:
phpMyAdmin's documentation on how to setup phpMyAdmin configuration storage
Thanks ahead of time,
Nightmare Night
Last edited by Edge100x on Fri Nov 16, 2018 11:25 pm, edited 1 time in total.
Reason:Image of James' answer directed to the forums and did not say that it was not possible
From what you posted, it looks like you just need to enable configuration storage to get past that particular error. From the description of how to use it, it sounds like it is supposed to be enabled by default but that you also may be able to edit config.php.inc and add:
If that doesn't work, then you'd have to go with the manual option, including using their script to import the appropriate tables and setting variables like $cfg['Servers'][$i]['controluser'] and $cfg['Servers'][$i]['controlpass'].
Then after all of this, I was told by phpMyAdmin that the configuration page wasn't correct, then told me to go to the database I created, then go to operations tab, then click the error that generated at the top of the page.