When i send the INSERT request:
INSERT INTO `misc` VALUES ('aps_database','apsc'),('aps_host','localhost'),('aps_login','apsc'),('aps_password','my_secret_password'),('aps_port','3306'),('aps_secure_passwords','true');
It returns me this error:
ERROR 1062 (23000): Duplicate entry 'aps_database' for key 'PRIMARY'
I keep the other applications, and when i run a bootstrapper is always the same errors in the logs, and the PSA will not start.