You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

poweradmin-mysql-update-to-2.1.6.sql 137B

12
  1. ALTER TABLE users MODIFY username VARCHAR(64) NOT NULL DEFAULT '0';
  2. ALTER TABLE users MODIFY password VARCHAR(128) NOT NULL DEFAULT '0';