IG Growth
BANNED - Account Sold by Owner
- Jul 2, 2019
- 416
- 304
I would like help on this as I have searched the internet and so far I have not found a solution.
Xampp starts normally, I installed Wordpress locally to make a website for a client. I start apache and MYSQL and it works fine for a while but then all of a sudden it stops loading things and I am almost sure it is MYSQL as it won't let me enter Phpmyadmin when this happens and I have to close and reopen Xampp several times so that work again.
When this happens the browser keeps loading saying "Waiting for available connector" and never finishes loading
mysql_error.log
error.log in Apache
Any idea what it could do? Thank you very much!
Xampp starts normally, I installed Wordpress locally to make a website for a client. I start apache and MYSQL and it works fine for a while but then all of a sudden it stops loading things and I am almost sure it is MYSQL as it won't let me enter Phpmyadmin when this happens and I have to close and reopen Xampp several times so that work again.
When this happens the browser keeps loading saying "Waiting for available connector" and never finishes loading
mysql_error.log
Code:
2020-09-19 11:43:03 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-09-19 11:43:03 0 [Note] InnoDB: Uses event mutexes
2020-09-19 11:43:03 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-09-19 11:43:03 0 [Note] InnoDB: Number of pools: 1
2020-09-19 11:43:03 0 [Note] InnoDB: Using generic crc32 instructions
2020-09-19 11:43:03 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-09-19 11:43:03 0 [Note] InnoDB: Completed initialization of buffer pool
2020-09-19 11:43:04 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=9195714
2020-09-19 11:43:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-09-19 11:43:05 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-09-19 11:43:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-09-19 11:43:05 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-09-19 11:43:05 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-09-19 11:43:05 0 [Note] InnoDB: Waiting for purge to start
2020-09-19 11:43:05 0 [Note] InnoDB: 10.4.14 started; log sequence number 9195723; transaction id 12813
2020-09-19 11:43:05 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-09-19 11:43:05 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-09-19 11:43:06 0 [Note] Server socket created on IP: '::'.
2020-09-19 11:43:11 0 [Note] Reading of all Master_info entries succeeded
2020-09-19 11:43:11 0 [Note] Added new Master_info '' to hash table
2020-09-19 11:43:11 0 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.4.14-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2020-09-19 11:43:11 0 [Note] InnoDB: Buffer pool(s) load completed at 200919 11:43:11
error.log in Apache
Code:
[Sat Sep 19 11:11:09.068235 2020] [mpm_winnt:crit] [pid 2740:tid 264] AH02538: Child: Parent process exited abruptly. Child process is ending
[Sat Sep 19 11:42:58.246434 2020] [ssl:warn] [pid 5484:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Sep 19 11:42:58.472447 2020] [core:warn] [pid 5484:tid 252] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Sep 19 11:42:58.475447 2020] [ssl:warn] [pid 5484:tid 252] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Sep 19 11:42:59.640514 2020] [mpm_winnt:notice] [pid 5484:tid 252] AH00455: Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.10 configured -- resuming normal operations
[Sat Sep 19 11:42:59.641514 2020] [mpm_winnt:notice] [pid 5484:tid 252] AH00456: Apache Lounge VC15 Server built: Aug 4 2020 11:50:23
[Sat Sep 19 11:42:59.641514 2020] [core:notice] [pid 5484:tid 252] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Sep 19 11:42:59.643514 2020] [mpm_winnt:notice] [pid 5484:tid 252] AH00418: Parent: Created child process 13232
[Sat Sep 19 11:43:00.233547 2020] [ssl:warn] [pid 13232:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Sep 19 11:43:00.370555 2020] [ssl:warn] [pid 13232:tid 264] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Sep 19 11:43:00.564566 2020] [mpm_winnt:notice] [pid 13232:tid 264] AH00354: Child: Starting 150 worker threads.
Any idea what it could do? Thank you very much!