Skip to content

Instantly share code, notes, and snippets.

@todrobbins
Created September 15, 2020 22:55
Show Gist options
  • Save todrobbins/20782c54db8e2a0565854009a24b9b5d to your computer and use it in GitHub Desktop.
Save todrobbins/20782c54db8e2a0565854009a24b9b5d to your computer and use it in GitHub Desktop.
mediwiki upgrade error
Upgrading: Error: A database query has failed. Is the entered database information correct? Does the account have available disk space? type = mysql host = localhost database = dmbwiki_mw3 username = dmbwiki_mw3 password = **HIDDEN** Technical information: method = query arguments = array ( 0 => 'UPDATE `mw_actor` SET `actor_name`=? WHERE `actor_name`=?', 1 => array ( 0 => 'Admin', 1 => 'Adminadmin123', ), 2 => NULL,) errstr = Technical Error: 1146 Table 'dmbwiki_mw3.mw_actor' doesn't existUPDATE `mw_actor` SET `actor_name`='Admin' WHERE `actor_name`='Adminadmin123' 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment