User:MeowyCats2/Install CreateWiki and ManageWiki on your wiki: Difference between revisions

No edit summary
No edit summary
 
Line 694: Line 694:
=== Wikis not creating fully ===
=== Wikis not creating fully ===
Create opcache-blacklist.txt in your PHP config folder with the contents as <code> /var/www/mediawiki</code> and add <code>opcache.blacklist_filename=(your PHP folder)/opcache-blacklist.txt</code> to your php.ini.
Create opcache-blacklist.txt in your PHP config folder with the contents as <code> /var/www/mediawiki</code> and add <code>opcache.blacklist_filename=(your PHP folder)/opcache-blacklist.txt</code> to your php.ini.
== Backing up your wiki ==
To backup, run <code>mysqldump -u root -p --all-databases > all_databases.sql</code>
To restore, run <code>mysql -u root -p < all_databases.sql</code>