Habe nun die Zeilen mit egw_access_log gelöscht.
Jetzt läuft er auf die nächste Tabelle auf:
Invalid SQL: INSERT INTO egw_accounts (account_id,account_lid,account_pwd,account_lastlogin,account_lastloginfrom,account_lastpwd_change,account_status,account_expires,account_type,account_primary_group) VALUES (1,‘Haus29’,’’,NULL,NULL,NULL,‘A’,-1,‘g’,0),
(2,‘Admins’,’’,NULL,NULL,NULL,‘A’,-1,‘g’,0),
…
Table ‘egroupware.egw_accounts’ doesn’t exist (1146)
Hab mal ein MySQL Log erstellt.
Dort sieht man, dass die Tabellen erst gedroppt werden und dann ein INSERT INTO kommt ohne die Tabellen vorher zu erstellen. Denke das wir das Problem sein, oder?
Connect egroupware@localhost on egroupware
67 Init DB egroupware
67 Query select version()
67 Query SHOW TABLES
67 Query SELECT config_value FROM egw_config WHERE config_app=‘phpgwapi’ AND config_name='system_charset’
67 Query SELECT @@character_set_connection
67 Query SELECT app_version FROM egw_applications WHERE app_name=‘phpgwapi’
67 Query SET NAMES utf8
67 Query SELECT @@character_set_connection
67 Query select version()
67 Query SELECT config_value FROM egw_config WHERE config_app=‘phpgwapi’ AND config_name=‘backup_dir’
67 Query SELECT config_value FROM egw_config WHERE config_app=‘phpgwapi’ AND config_name=‘files_dir’
67 Query SELECT config_value FROM egw_config WHERE config_app=‘phpgwapi’ AND config_name=‘system_charset’
67 Query SELECT app_version FROM egw_applications WHERE app_name=‘phpgwapi’
67 Query SELECT config_value FROM egw_config WHERE config_app=‘phpgwapi’ AND config_name=‘backup_mincount’
67 Query SELECT config_value FROM egw_config WHERE config_app=‘phpgwapi’ AND config_name=‘backup_files’
67 Query SELECT config_value FROM egw_config WHERE config_app=‘phpgwapi’ AND config_name=‘system_charset’
67 Query SELECT * FROM egw_config WHERE config_app=‘phpgwapi’ AND config_name IN (‘files_dir’,‘temp_dir’,‘backup_dir’,‘backup_files’,‘webserver_url’,‘aspell_path’,‘hostname’,‘httpproxy_server’,‘httpproxy_port’,‘httpproxy_server_username’,‘httpproxy_server_password’,‘system_charset’,‘usecookies’,‘install_id’)
67 Query SHOW TABLES
67 Query DROP TABLE IF EXISTS egw_access_log
67 Query DROP TABLE IF EXISTS egw_accounts
67 Query DROP TABLE IF EXISTS egw_acl
67 Query DROP TABLE IF EXISTS egw_addressbook
…
67 Query SELECT @@character_set_connection
67 Query INSERT INTO egw_accounts (account_id,account_lid,account_pwd,account_lastlogin,account_lastloginfrom,account_lastpwd_change,account_status,account_expires,account_type,account_primary_group) VALUES (1,‘Haus29’,’’,NULL,NULL,NULL,‘A’,-1,‘g’,0),
(2,‘Admins’,’’,NULL,NULL,NULL,‘A’,-1,‘g’,0),
…
(20,‘Familie’,’’,NULL,NULL,NULL,‘A’,-1,‘g’,0),
(21,‘Default’,’’,NULL,NULL,NULL,‘A’,-1,‘g’,0)
67 Quit
Hast Du mal versucht, das Backup bei uns in einem Trial einzuspielen?
Wo kann ich das machen?
Gruß
Hansa