kPlaylist
Welcome to the kPlaylist database upgrader.
Due to changes in the database, we have to perform a simple database upgrade.

Please supply a user who has access to alter the MySQL database (usually the root user of MySQL.). You can also run the SQL calls listed below manually and reload this page.
SQL call(s) we will be executing:
CREATE TABLE tbl_playlist_list (
`listid` INT(11) NOT NULL DEFAULT '0',
`id` INT(11) NOT NULL AUTO_INCREMENT,
`sid` INT(4) NOT NULL DEFAULT '0',
`seq` INT(4) NOT NULL DEFAULT '0',
PRIMARY KEY (id),
KEY `listid` (`listid`)
);

MySQL database:
MySQL host:
If either the database name or the host is wrong, please edit the script and reload this page.
MySQL user:
MySQL password: