Variation of user steps on ... foot while aiming for head.
SQL: MySQL
I've installed a 'new' - with a working version of MediaWiki (YES!) Before I made it public; I started to lock it down (initially by disabling the public ability to create a new account) until I could bet a better handle on account access. Then I got busy.... and I forgot the credentials for the admin (ID & Password)
So I researched - and found 'Manual:Resetting passwords' https://www.mediawiki.org/wiki/Manual:Resetting_passwords (and sub item: 'Manual:Database access' https://www.mediawiki.org/wiki/Manual:Database_access ). I *did* save the PW/ID for the database ... and logged into it. Problem is: my database does not show any tables in the wiki database. When I enter the command: show databases; +--------------------+ | Database +--------------------+ |information_schema |wiki******** <-- Valid / correct wiki database name here +--------------------+
MYSql commands: use wiki********; Response: Database changed
show tables; Response: Empty set (0.00 sec)
And for the next part: When I attempt to connect via local host; the system returns a 403.6 error. I checked the IIS settings; and the default web page (currently not WIKI) allows for localhost connection (as does the 'wiki' site). There is no blocking by IP active (I have added in the IIS an 'Allow' the local IP / subnet ).
Can I salvage this installation? (I would prefer to not reinstall .... again)
Thank you!
-- Sent from: http://wikimedia.7.x6.nabble.com/WikiMedia-General-f609661.html