[05:10:10] Got something interesting here. Was setting up a test site using a DB dump from our production, and I noticed that my entire "page" table has the page_titles just listing memory addresses. Straight up like 0x556E... [05:10:26] Anyone ever run into something like this? [05:10:36] The wiki works, but this is odd. [06:20:26] jfolv: all textual columns in the db are stored as varbinary. Depending on your mysql client settings, this may be rendered to you as binary instead of text [14:00:27] Is it possible to make tables have 'mediawiki' class by default? Or otherwise change default table formatting without messing something up? [14:00:44] 'wikitable' class i mean [14:01:58] You can set equivalent css for just table [14:06:49] if you use tables on infoboxes, that would cause problems, I guess [15:19:21] So I installed the MySQL packets for centrelauth and gave access to database but still says access denied to database what else could it possibly be [15:24:03] You could have the database nane wrong [15:24:22] You could have given rights to the wrong usernane [15:24:46] You could have given rights only when accessing from a specific IP [15:25:52] I did step one. Install centrelauth and extract file 2. Add wfLoadExtension( 'CentralAuth' ). Step three add $wgCentralAuthDatabase = 'centralauth'; [15:26:08] Step four I uploaded the tables to MySQL and gave the database access [15:32:09] To be for sure $wgCentralAuthDatabase = 'centralauth'; has to be the database name correct? For centrelauth [15:43:28] Depends on version, but yes