I’ve just installed MediaWiki on my windows machine. It was fairly straightforward according to the installation instructions.
I found in addition to changing the following two lines from varchar(255) to varchar(150):
 job_cmd varchar(150) NOT NULL default ”,
job_title varchar(150) binary NOT NULL,
I also had to change the following lines:
 pr_type varchar(150) NOT NULL,
pr_level varchar(150) NOT NULL,