On Thu, May 20, 2010 at 3:34 AM, Riccardo Veraldi <
[email protected]> wrote:

> I wanted to ask if it is possible for me to change all the tables name
> into something more readable like the default
> mediawiki tables remoing the awful prefix:


This is fine; don't forget to change $wgDBprefix when you're done.



> I also wanted to ask if it is possible for me to delete tables which are
> not used anymore by Mediawik
> and they are slso empty, like:
>
> mysql> select * from tier1operationsblobs;
> Empty set (0.00 sec)
>
Yes.  Make sure tables aren't in tables.sql before you delete them. (blobs
was removed 5 years ago, so you should be safe. :))
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to