HILFE Datenbank defekt Removed temporary tablespace data fil

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

HILFE Datenbank defekt Removed temporary tablespace data fil

Postby Nobby_Aug » 26. April 2022 09:15

Hallo,

ich bin immer noch ein NEWBE.

Ich verwende MSQL als Datenbank für Wordpress.

Gestern hat noch alles funktioniert.
Heute startet MYSQL nicht mehr.

Ich habe aus dem logfile die Ereignisse von gestern und heute Zeile für Zeile übereinander gestellt.

2022-04-26 8:34:31 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-04-24 14:38:51 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-04-26 8:34:31 0 [Note] InnoDB: Uses event mutexes
2022-04-24 14:38:51 0 [Note] InnoDB: Uses event mutexes
2022-04-26 8:34:31 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-24 14:38:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-26 8:34:31 0 [Note] InnoDB: Number of pools: 1
2022-04-24 14:38:51 0 [Note] InnoDB: Number of pools: 1
2022-04-26 8:34:31 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-04-24 14:38:51 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-04-26 8:34:31 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-04-24 14:38:51 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-04-26 8:34:31 0 [Note] InnoDB: Completed initialization of buffer pool
2022-04-24 14:38:51 0 [Note] InnoDB: Completed initialization of buffer pool
2022-04-26 8:34:31 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-04-24 14:38:51 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=187974799
2022-04-26 8:34:31 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-04-24 14:38:51 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-04-26 8:34:31 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-04-24 14:38:51 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...

2022-04-24 14:38:51 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"

2022-04-26 8:34:31 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-04-24 14:38:51 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-04-26 8:34:31 0 [Note] InnoDB: Waiting for purge to start
2022-04-24 14:38:51 0 [Note] InnoDB: Waiting for purge to start
2022-04-26 8:34:31 0 [Note] InnoDB: 10.4.22 started; log sequence number 213150877; transaction id 103980
2022-04-24 14:38:51 0 [Note] InnoDB: 10.4.22 started; log sequence number 187974808; transaction id 90135
2022-04-26 8:34:31 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-04-24 14:38:51 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-04-26 8:34:31 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-24 14:38:51 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-26 8:34:31 0 [Note] Server socket created on IP: '::'.
2022-04-24 14:38:51 0 [Note] Server socket created on IP: '::'.

Leider finde ich im Netz auch keine HIlfe.

Kann mir bitte jemand sagen, was ich tun kann.

Leider habe ich die Sicherung der Tabellen vergessen.

Die Homepage ist fast fertig und ich brauche sie, damit ich sie vorstellen kann.

Danke euch allen.
Nobby_Aug
 
Posts: 4
Joined: 12. April 2022 11:11
XAMPP version: 3.3.0
Operating System: Windows 10

Re: HILFE Datenbank defekt Removed temporary tablespace data

Postby Altrea » 26. April 2022 09:59

Hi,

Leider enthält das Log keine Fehlermeldung. Daher versuche bitte mal MariaDB folgendermaßen als Konsolenanwendung zu starten und teile uns mit, was für Rückmeldungen dort erscheinen:
  • Starte die XAMPP Shell per Klick auf den Button [Shell] im XAMPP control panel
  • Führe in der Shell folgendes Command aus
    Code: Select all
    mysqld --defaults-file=mysql\bin\my.ini --standalone --console
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11933
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: HILFE Datenbank defekt Removed temporary tablespace data

Postby Nobby_Aug » 26. April 2022 11:04

Erst mal Danke für die schnelle Reaktion.




Über die Shell gestartet kommt:

# mysqld --defaults-file=mysql\bin\my.ini --standalone --console

2022-04-26 12:21:12 0 [Note] Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead.
2022-04-26 12:21:12 0 [Note] mysqld (mysqld 10.4.22-MariaDB) starting as process 18960 ...
2022-04-26 12:21:12 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-04-26 12:21:12 0 [Note] InnoDB: Uses event mutexes
2022-04-26 12:21:12 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-26 12:21:12 0 [Note] InnoDB: Number of pools: 1
2022-04-26 12:21:12 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-04-26 12:21:12 0 [Note] InnoDB: Initializing buffer pool, total size = 50M, instances = 1, chunk size = 50M
2022-04-26 12:21:12 0 [Note] InnoDB: Completed initialization of buffer pool
2022-04-26 12:21:12 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-04-26 12:21:12 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-04-26 12:21:12 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-04-26 12:21:12 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-04-26 12:21:12 0 [Note] InnoDB: Waiting for purge to start
2022-04-26 12:21:12 0 [Note] InnoDB: 10.4.22 started; log sequence number 213150949; transaction id 103980
2022-04-26 12:21:12 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-04-26 12:21:12 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-26 12:21:12 0 [Note] Server socket created on IP: '::'.
2022-04-26 12:21:12 0 [Note] InnoDB: Buffer pool(s) load completed at 220426 12:21:12
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020reading@0020of@0020all@0020master_info@0020entries@0020succeeded@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020reading@0020of@0020all@0020master_info@0020entries@0020succeeded@000d.info'
2022-04-26 12:21:12 7 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MariaDB server acts as a replica and has its hostname changed. Please use '--log-basename=#' or '--relay-log=mysql-relay-bin' to avoid this problem.
2022-04-26 12:21:12 7 [Note] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020reading@0020of@0020all@0020master_info@0020entries@0020succeeded@000d.info'
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:52:08 0 [Note] Reading of all Master_info entries succ' to hash table
': Slave I/O thread: Start asynchronous replication to master '@:3306' in log '' at position 4ntries succeeded
': Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
2022-04-26 12:21:12 7 [Note] Started replication for '2022-04-25 8:52:08 0 [Note] Reading of all Master_info entries su'ceeded
': Slave I/O thread killed while connecting to master:08 0 [Note] Reading of all Master_info entries succeeded
': Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '.\mysql-relay-bin-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020reading@0020of@0020all@0020master_info@0020entries@0020succeeded@000d.000010' position: 4
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020added@0020new@0020master_info@0020@0027@0027@0020to@0020hash@0020table@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020added@0020new@0020master_info@0020@0027@0027@0020to@0020hash@0020table@000d.info'
': Slave I/O thread exiting, read up to log 'FIRST', position 4e] Reading of all Master_info entries succeeded
': master was :3306 8 [Note] Master '2022-04-25 8:52:08 0 [Note] Reading of all Master_info entries succeeded
2022-04-26 12:21:12 7 [Note] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020added@0020new@0020master_info@0020@0027@0027@0020to@0020hash@0020table@000d.info'
' to hash table1:12 7 [Note] Added new Master_info '2022-04-25 8:52:08 0 [Note] Added new Master_info '' to hash table
': Slave I/O thread: Start asynchronous replication to master '@:3306' in log '' at position 4 hash table
': Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
2022-04-26 12:21:12 7 [Note] Started replication for '2022-04-25 8:52:08 0 [Note] Added new Master_info '' to hash tabl'
': Slave I/O thread killed while connecting to master2:08 0 [Note] Added new Master_info '' to hash table
': Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '.\mysql-relay-bin-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020added@0020new@0020master_info@0020@0027@0027@0020to@0020hash@0020table@000d.000010' position: 4
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020c@003a@005cxampp@005cmysql@005cbin@005cmysqld@002eexe@003a@0020ready@0020for@0020connections@002e@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020c@003a@005cxampp@005cmysql@005cbin@005cmysqld@002eexe@003a@0020ready@0020for@0020connections@002e@000d.info'
': Slave I/O thread exiting, read up to log 'FIRST', position 4te] Added new Master_info '' to hash table
': master was :3306 10 [Note] Master '2022-04-25 8:52:08 0 [Note] Added new Master_info '' to hash table
2022-04-26 12:21:12 7 [Note] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020c@003a@005cxampp@005cmysql@005cbin@005cmysqld@002eexe@003a@0020ready@0020for@0020connections@002e@000d.info'
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:52:08 0 [Note] c:\xampp\mysql\bin\mysqld.exe: ready fo' to hash table
': Slave I/O thread: Start asynchronous replication to master '@:3306' in log '' at position 4xe: ready for connections.
2022-04-26 12:21:12 7 [Note] Started replication for '2022-04-25 8:52:08 0 [Note] c:\xampp\mysql\bin\mysqld.exe: ready 'or connections.
2022-04-26 12:21:12 12 [ERROR] Master '2022-04-25 8:52:08 0 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections': Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
': Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '.\mysql-relay-bin-2022@002d04@002d25@0020@00208@003a52@003a08@00200@0020@005bnote@005d@0020c@003a@005cxampp@005cmysql@005cbin@005cmysqld@002eexe@003a@0020ready@0020for@0020connections@002e@000d.000010' position: 4
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-version@003a@0020@002710@002e4@002e22@002dmariadb@0027@0020@0020socket@003a@0020@0027@0027@0020@0020port@003a@00203306@0020@0020mariadb@002eorg@0020binary@0020distribution@000d.info' Relay_info:'relay-log-version@003a@0020@002710@002e4@002e22@002dmariadb@0027@0020@0020socket@003a@0020@0027@0027@0020@0020port@003a@00203306@0020@0020mariadb@002eorg@0020binary@0020distribution@000d.info'
': Slave I/O thread killed while connecting to master2:08 0 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
': Slave I/O thread exiting, read up to log 'FIRST', position 4te] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
': master was :3306 12 [Note] Master '2022-04-25 8:52:08 0 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
2022-04-26 12:21:12 7 [Note] Initialized Master_info from 'master-version@003a@0020@002710@002e4@002e22@002dmariadb@0027@0020@0020socket@003a@0020@0027@0027@0020@0020port@003a@00203306@0020@0020mariadb@002eorg@0020binary@0020distribution@000d.info'
2022-04-26 12:21:12 7 [Note] Added new Master_info 'Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org bina' to hash table
2022-04-26 12:21:12 14 [Note] Master 'Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org binary distributio': Slave I/O thread: Start asynchronous replication to master '@:3306' in log '' at position 4
2022-04-26 12:21:12 14 [ERROR] Master 'Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org binary distributi': Slave I/O: Fatal error: Invalid (empty) username when attempting to connect to the master server. Connection attempt terminated. Internal MariaDB error code: 1593
2022-04-26 12:21:12 7 [Note] Started replication for 'Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org bi'ary distribution
2022-04-26 12:21:12 14 [Note] Master 'Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org binary distributio': Slave I/O thread killed while connecting to master
2022-04-26 12:21:12 15 [Note] Master 'Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org binary distributio': Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '.\mysql-relay-bin-version@003a@0020@002710@002e4@002e22@002dmariadb@0027@0020@0020socket@003a@0020@0027@0027@0020@0020port@003a@00203306@0020@0020mariadb@002eorg@0020binary@0020distribution@000d.000010' position: 4
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002027@0020@005bwarning@005d@0020aborted@0020connection@002027@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a53@003a01@002027@0020@005bwarning@005d@0020aborted@0020connection@002027@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 14 [Note] Master 'Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org binary distributio': Slave I/O thread exiting, read up to log 'FIRST', position 4
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a53@003a01@002027@0020@005bwarning@005d@0020aborted@0020connection@002027@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 14 [Note] Master 'Version: '10.4.22-MariaDB' socket: '' port: 3306 mariadb.org binary distributio': master was :3306
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002027@0020@005bwarning@005d@0020aborted@0020connection@002027@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:53:01 27 [Warning] Aborted connection 27 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002026@0020@005bwarning@005d@0020aborted@0020connection@002026@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a53@003a01@002026@0020@005bwarning@005d@0020aborted@0020connection@002026@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a53@003a01@002026@0020@005bwarning@005d@0020aborted@0020connection@002026@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002026@0020@005bwarning@005d@0020aborted@0020connection@002026@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:53:01 26 [Warning] Aborted connection 26 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002028@0020@005bwarning@005d@0020aborted@0020connection@002028@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a53@003a01@002028@0020@005bwarning@005d@0020aborted@0020connection@002028@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a53@003a01@002028@0020@005bwarning@005d@0020aborted@0020connection@002028@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002028@0020@005bwarning@005d@0020aborted@0020connection@002028@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:53:01 28 [Warning] Aborted connection 28 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002030@0020@005bwarning@005d@0020aborted@0020connection@002030@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a53@003a01@002030@0020@005bwarning@005d@0020aborted@0020connection@002030@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a53@003a01@002030@0020@005bwarning@005d@0020aborted@0020connection@002030@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002030@0020@005bwarning@005d@0020aborted@0020connection@002030@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:53:01 30 [Warning] Aborted connection 30 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002029@0020@005bwarning@005d@0020aborted@0020connection@002029@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a53@003a01@002029@0020@005bwarning@005d@0020aborted@0020connection@002029@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a53@003a01@002029@0020@005bwarning@005d@0020aborted@0020connection@002029@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002029@0020@005bwarning@005d@0020aborted@0020connection@002029@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:53:01 29 [Warning] Aborted connection 29 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002032@0020@005bwarning@005d@0020aborted@0020connection@002032@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a53@003a01@002032@0020@005bwarning@005d@0020aborted@0020connection@002032@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a53@003a01@002032@0020@005bwarning@005d@0020aborted@0020connection@002032@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a53@003a01@002032@0020@005bwarning@005d@0020aborted@0020connection@002032@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:53:01 32 [Warning] Aborted connection 32 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a55@003a25@002043@0020@005bwarning@005d@0020aborted@0020connection@002043@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a55@003a25@002043@0020@005bwarning@005d@0020aborted@0020connection@002043@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a55@003a25@002043@0020@005bwarning@005d@0020aborted@0020connection@002043@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a55@003a25@002043@0020@005bwarning@005d@0020aborted@0020connection@002043@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:55:25 43 [Warning] Aborted connection 43 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a55@003a25@002044@0020@005bwarning@005d@0020aborted@0020connection@002044@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a55@003a25@002044@0020@005bwarning@005d@0020aborted@0020connection@002044@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a55@003a25@002044@0020@005bwarning@005d@0020aborted@0020connection@002044@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a55@003a25@002044@0020@005bwarning@005d@0020aborted@0020connection@002044@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:55:25 44 [Warning] Aborted connection 44 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a55@003a25@002045@0020@005bwarning@005d@0020aborted@0020connection@002045@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a55@003a25@002045@0020@005bwarning@005d@0020aborted@0020connection@002045@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a55@003a25@002045@0020@005bwarning@005d@0020aborted@0020connection@002045@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a55@003a25@002045@0020@005bwarning@005d@0020aborted@0020connection@002045@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:55:25 45 [Warning] Aborted connection 45 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@0020@00208@003a55@003a25@002046@0020@005bwarning@005d@0020aborted@0020connection@002046@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@0020@00208@003a55@003a25@002046@0020@005bwarning@005d@0020aborted@0020connection@002046@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@0020@00208@003a55@003a25@002046@0020@005bwarning@005d@0020aborted@0020connection@002046@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@0020@00208@003a55@003a25@002046@0020@005bwarning@005d@0020aborted@0020connection@002046@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 8:55:25 46 [Warning] Aborted connection 46 to db: 'fsv-h' to hash table host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002012@003a55@003a34@0020365@0020@005bwarning@005d@0020aborted@0020connection@0020365@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002012@003a55@003a34@0020365@0020@005bwarning@005d@0020aborted@0020connection@0020365@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002012@003a55@003a34@0020365@0020@005bwarning@005d@0020aborted@0020connection@0020365@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002012@003a55@003a34@0020365@0020@005bwarning@005d@0020aborted@0020connection@0020365@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 12:55:34 365 [Warning] Aborted connection 365 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002012@003a55@003a34@0020367@0020@005bwarning@005d@0020aborted@0020connection@0020367@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002012@003a55@003a34@0020367@0020@005bwarning@005d@0020aborted@0020connection@0020367@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002012@003a55@003a34@0020367@0020@005bwarning@005d@0020aborted@0020connection@0020367@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002012@003a55@003a34@0020367@0020@005bwarning@005d@0020aborted@0020connection@0020367@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 12:55:34 367 [Warning] Aborted connection 367 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002012@003a55@003a34@0020368@0020@005bwarning@005d@0020aborted@0020connection@0020368@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002012@003a55@003a34@0020368@0020@005bwarning@005d@0020aborted@0020connection@0020368@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002012@003a55@003a34@0020368@0020@005bwarning@005d@0020aborted@0020connection@0020368@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002012@003a55@003a34@0020368@0020@005bwarning@005d@0020aborted@0020connection@0020368@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 12:55:34 368 [Warning] Aborted connection 368 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002012@003a58@003a24@0020395@0020@005bwarning@005d@0020aborted@0020connection@0020395@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002012@003a58@003a24@0020395@0020@005bwarning@005d@0020aborted@0020connection@0020395@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002012@003a58@003a24@0020395@0020@005bwarning@005d@0020aborted@0020connection@0020395@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002012@003a58@003a24@0020395@0020@005bwarning@005d@0020aborted@0020connection@0020395@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 12:58:24 395 [Warning] Aborted connection 395 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002012@003a58@003a24@0020396@0020@005bwarning@005d@0020aborted@0020connection@0020396@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002012@003a58@003a24@0020396@0020@005bwarning@005d@0020aborted@0020connection@0020396@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002012@003a58@003a24@0020396@0020@005bwarning@005d@0020aborted@0020connection@0020396@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002012@003a58@003a24@0020396@0020@005bwarning@005d@0020aborted@0020connection@0020396@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 12:58:24 396 [Warning] Aborted connection 396 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002012@003a58@003a24@0020397@0020@005bwarning@005d@0020aborted@0020connection@0020397@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002012@003a58@003a24@0020397@0020@005bwarning@005d@0020aborted@0020connection@0020397@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002012@003a58@003a24@0020397@0020@005bwarning@005d@0020aborted@0020connection@0020397@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002012@003a58@003a24@0020397@0020@005bwarning@005d@0020aborted@0020connection@0020397@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 12:58:24 397 [Warning] Aborted connection 397 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002012@003a58@003a24@0020398@0020@005bwarning@005d@0020aborted@0020connection@0020398@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002012@003a58@003a24@0020398@0020@005bwarning@005d@0020aborted@0020connection@0020398@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002012@003a58@003a24@0020398@0020@005bwarning@005d@0020aborted@0020connection@0020398@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002012@003a58@003a24@0020398@0020@005bwarning@005d@0020aborted@0020connection@0020398@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 12:58:24 398 [Warning] Aborted connection 398 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002013@003a55@003a43@0020678@0020@005bwarning@005d@0020aborted@0020connection@0020678@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002013@003a55@003a43@0020678@0020@005bwarning@005d@0020aborted@0020connection@0020678@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002013@003a55@003a43@0020678@0020@005bwarning@005d@0020aborted@0020connection@0020678@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002013@003a55@003a43@0020678@0020@005bwarning@005d@0020aborted@0020connection@0020678@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 13:55:43 678 [Warning] Aborted connection 678 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002013@003a55@003a43@0020679@0020@005bwarning@005d@0020aborted@0020connection@0020679@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002013@003a55@003a43@0020679@0020@005bwarning@005d@0020aborted@0020connection@0020679@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002013@003a55@003a43@0020679@0020@005bwarning@005d@0020aborted@0020connection@0020679@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002013@003a55@003a43@0020679@0020@005bwarning@005d@0020aborted@0020connection@0020679@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 13:55:43 679 [Warning] Aborted connection 679 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002013@003a55@003a43@0020677@0020@005bwarning@005d@0020aborted@0020connection@0020677@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002013@003a55@003a43@0020677@0020@005bwarning@005d@0020aborted@0020connection@0020677@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002013@003a55@003a43@0020677@0020@005bwarning@005d@0020aborted@0020connection@0020677@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002013@003a55@003a43@0020677@0020@005bwarning@005d@0020aborted@0020connection@0020677@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 13:55:43 677 [Warning] Aborted connection 677 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002013@003a55@003a43@0020680@0020@005bwarning@005d@0020aborted@0020connection@0020680@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002013@003a55@003a43@0020680@0020@005bwarning@005d@0020aborted@0020connection@0020680@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002013@003a55@003a43@0020680@0020@005bwarning@005d@0020aborted@0020connection@0020680@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002013@003a55@003a43@0020680@0020@005bwarning@005d@0020aborted@0020connection@0020680@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 13:55:43 680 [Warning] Aborted connection 680 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002013@003a55@003a43@0020681@0020@005bwarning@005d@0020aborted@0020connection@0020681@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002013@003a55@003a43@0020681@0020@005bwarning@005d@0020aborted@0020connection@0020681@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002013@003a55@003a43@0020681@0020@005bwarning@005d@0020aborted@0020connection@0020681@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002013@003a55@003a43@0020681@0020@005bwarning@005d@0020aborted@0020connection@0020681@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 13:55:43 681 [Warning] Aborted connection 681 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002013@003a55@003a43@0020683@0020@005bwarning@005d@0020aborted@0020connection@0020683@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002013@003a55@003a43@0020683@0020@005bwarning@005d@0020aborted@0020connection@0020683@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002013@003a55@003a43@0020683@0020@005bwarning@005d@0020aborted@0020connection@0020683@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002013@003a55@003a43@0020683@0020@005bwarning@005d@0020aborted@0020connection@0020683@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 13:55:43 683 [Warning] Aborted connection 683 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 7 [Note] Reading Master_info: 'master-2022@002d04@002d25@002013@003a55@003a43@0020682@0020@005bwarning@005d@0020aborted@0020connection@0020682@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' Relay_info:'relay-log-2022@002d04@002d25@002013@003a55@003a43@0020682@0020@005bwarning@005d@0020aborted@0020connection@0020682@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info'
2022-04-26 12:21:12 7 [ERROR] Failed to create a new master info file (file 'C:\xampp\mysql\data\master-2022@002d04@002d25@002013@003a55@003a43@0020682@0020@005bwarning@005d@0020aborted@0020connection@0020682@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info', errno 2)
2022-04-26 12:21:12 7 [ERROR] Initialized Master_info from 'master-2022@002d04@002d25@002013@003a55@003a43@0020682@0020@005bwarning@005d@0020aborted@0020connection@0020682@0020to@0020db@003a@0020@0027fsv@002dhv@0027@0020user@003a@0020@0027root@0027@0020host@003a@0020@0027localhost@0027@0020@0028got@0020a@0020packet@0020bigger@0020than@0020@0027max_allowed_packet@0027@0020bytes@0029@000d.info' failed
2022-04-26 12:21:12 7 [Note] Added new Master_info '2022-04-25 13:55:43 682 [Warning] Aborted connection 682 to db: 'fsv' to hash tablet' host: 'localhost' (Got a packet bigger than 'max_allowed_packet' bytes)
2022-04-26 12:21:12 0 [Warning] Reading of some Master_info entries failed
2022-04-26 12:21:12 0 [ERROR] Failed to initialize multi master structures
2022-04-26 12:21:12 0 [ERROR] Aborting
Warning: Memory not freed: 256
Nobby_Aug
 
Posts: 4
Joined: 12. April 2022 11:11
XAMPP version: 3.3.0
Operating System: Windows 10

Re: HILFE Datenbank defekt Removed temporary tablespace data

Postby Altrea » 26. April 2022 11:06

Probiere bitte mal folgendes, das hat bei anderen schon zum Erfolg bei genau diesem Problem geführt:

Öffne den Ordner "\xampp\mysql\data\"
Lösche die Datei "multi-master.info"
Lösche alle Dateien deren Dateiname beginnt mit: "master-"
Lösche alle Dateien deren Dateiname beginnt mit: "mysql_relay-bin-"
Lösche alle Dateien deren Dateiname beginnt mit: "relay-log-"
Lösche alle Dateien deren Dateiname beginnt mit: "ib_logfile"
Lösche alle Dateien deren Dateiname beginnt mit: "aria_log."

Versuche nun MariaDB zu starten.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11933
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: HILFE Datenbank defekt Removed temporary tablespace data

Postby Nobby_Aug » 26. April 2022 11:49

BINGO

Jetzt läuft es wieder.

DANKE.
Leider kann ich dir kein Bier mitschicken. Ich brauche mindestens 2-3. :D
Nobby_Aug
 
Posts: 4
Joined: 12. April 2022 11:11
XAMPP version: 3.3.0
Operating System: Windows 10

Re: HILFE Datenbank defekt Removed temporary tablespace data

Postby Altrea » 26. April 2022 12:10

Nobby_Aug wrote:Leider kann ich dir kein Bier mitschicken. Ich brauche mindestens 2-3. :D

:D
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11933
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 103 guests