Ich glaub dein SQL-Statement ist nicht ganz richtig - er versucht mit dem passwort "NULL" zu connecten, es sollte aber doch leer sein, oder?
Versuch mal das hier:
INSERT INTO isys_mandator( isys_mandator__id, isys_mandator__title ,isys_mandator__description,isys_mandator__dir_cache , isys_mandator__dir_tpl , isys_mandator__db_host , isys_mandator__db_port , isys_mandator__db_name , isys_mandator__db_user , isys_mandator__db_pass , isys_mandator__sort , isys_mandator__default_lang_const , isys_mandator__default_language_short ) VALUES (DEFAULT, 'Testmandant', NULL , 'testcache', 'default', 'localhost', '3306', 'test', 'root', '', '50', 'ISYS_LANGUAGE_ENGLISH', 'en');
Edit: Oops ich sollte vielleicht auch mal die 2. Seite lesen .. 🙂