https://bugzilla.wikimedia.org/show_bug.cgi?id=54250
--- Comment #3 from Quim Gil <[email protected]> --- Maybe the problem is that prefix names for databases are still not well supported or even considered? afaiu this was the root cause of Bug 54076 In my installation all the MediaWiki tables are preceded with $wgDBprefix - and I believe this is the normal default for most MediaWikis out there. Therefore: SELECT * FROM flow_definition --> #1146 - Table 'espiral_b.flow_definition' doesn't exist SELECT * FROM `espiral_bflow_definition` --> MySQL returned an empty result set (i.e. zero rows). (Query took 0.0001 sec) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
