I am using MW 1.16.2, my database is mysql,
- on the page: Special:SQL2Wiki I have the error massage: Missing or invalid type,
- and a query results in a blank page
- in LocalSettings I wrote: $wgExSql2WikiDatabases["db1"] = array( "type"=> "mysql", "host" => "localhost", "dbname" => "myname", "user" => "myuser", "password" => "mypass");
- ( I am still using the old version of sql2wiki as xsql2wiki, and it works fine)
- thank you