I want to install muwp(multiuser wordpress).
in the step 2
I have met this problem...error.
error message is so long. I pasted just one of the error message lines.
----------------------
WordPress database error: [You have an error in your SQL syntax near '/mwp_categories ( cat_ID int(4) NOT NULL auto_increment, cat_name varchar(55' at line 1]
CREATE TABLE wp_/mwp_categories ( cat_ID int(4) NOT NULL auto_increment, cat_name varchar(55) NOT NULL default '', category_nicename varchar(200) NOT NULL default '', category_description text NOT NULL, category_parent int(4) NOT NULL default '0', PRIMARY KEY (cat_ID), UNIQUE KEY cat_name (cat_name), KEY category_nicename (category_nicename) )