Page 1 of 1

xampp stopped working after an install

PostPosted: 19. October 2019 02:08
by Isador
Poof! the Apache in my xampp decide to stop, and without much help in feedback. Here's the info it provided:
7:12:49 PM [main] Initializing Control Panel
7:12:49 PM [main] Windows Version: Enterprise 64-bit
7:12:49 PM [main] XAMPP Version: 7.3.2
7:12:49 PM [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ]
7:12:49 PM [main] Running with Administrator rights - good!
7:12:49 PM [main] XAMPP Installation Directory: "c:\xampp"
7:12:49 PM [main] Checking for prerequisites
7:12:49 PM [main] All prerequisites found
7:12:49 PM [main] Initializing Modules
7:12:49 PM [main] Enabling autostart for module "Apache"
7:12:49 PM [main] Enabling autostart for module "MySQL"
7:12:49 PM [main] Starting Check-Timer
7:12:49 PM [main] Control Panel Ready
7:12:49 PM [Apache] Autostart active: starting...
7:12:49 PM [Apache] Attempting to start Apache app...
7:12:49 PM [mysql] Autostart active: starting...
7:12:49 PM [mysql] Attempting to start MySQL app...
7:12:50 PM [Apache] Status change detected: running
7:12:50 PM [mysql] Status change detected: running
7:12:50 PM [Apache] Status change detected: stopped
7:12:50 PM [Apache] Error: Apache shutdown unexpectedly.
7:12:50 PM [Apache] This may be due to a blocked port, missing dependencies,
7:12:50 PM [Apache] improper privileges, a crash, or a shutdown by another method.
7:12:50 PM [Apache] Press the Logs button to view error logs and check
7:12:50 PM [Apache] the Windows Event Viewer for more clues
7:12:50 PM [Apache] If you need more help, copy and post this
7:12:50 PM [Apache] entire log window on the forums
7:13:03 PM [mysql] Attempting to stop MySQL app...
7:13:03 PM [mysql] Status change detected: stopped
7:13:19 PM [main] Executing "c:\xampp\apache"
7:17:55 PM [Apache] Attempting to start Apache app...
7:17:55 PM [Apache] Status change detected: running
7:17:56 PM [Apache] Status change detected: stopped
7:17:56 PM [Apache] Error: Apache shutdown unexpectedly.
7:17:56 PM [Apache] This may be due to a blocked port, missing dependencies,
7:17:56 PM [Apache] improper privileges, a crash, or a shutdown by another method.
7:17:56 PM [Apache] Press the Logs button to view error logs and check
7:17:56 PM [Apache] the Windows Event Viewer for more clues
7:17:56 PM [Apache] If you need more help, copy and post this
7:17:56 PM [Apache] entire log window on the forums

I had just (finally) installed ESPOCRM on a Win10Pro system, as a localhost install. That install required making some changes to the PHP settings. Specifially:
max_execution_time, set to 180
max_input_time, set to 180
memory_limit, set to 256M
post_max_size, set to 20M
upload_max_size, set to 20M

After the install returned a success page, I attempted to log in and received an "auth error" message and it didn't open. Thinking I had to re-initialize xampp and stopped Apache and MySQL and attempted to restart them; that's when Apache wouldn't start. The MySQL setup was straight forward and simple. I'd like to tell you want version it is, but without Apache starting the MySQL has taken a break. The forums for the CRM app seem to be leaning to the "auth error" message originating due to an authentication issue in the outbound mail section; and also offering:

Do you use FastCGI? https://github.com/espocrm/documenta...ly-for-fastcgi
https://github.com/espocrm/documenta...nstallation.md
which one step you see the last?

Being a rookie at Apache, with a Windows habit, I'm not sure their advice is in the right direction.

I did save the original php.ini file, but haven't tried copying it back. Thought I trying for advice here first.
Can anyone help???

Re: xampp stopped working after an install

PostPosted: 19. October 2019 02:12
by Isador
Also, I'm not seeing anything in error logs for Apache. However, the MySQL log is indicating this:

Version: '10.1.38-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:49 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:50 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:50 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:50 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:50 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:50 8228 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
2019-10-18 17:23:50 366c InnoDB: FTS Optimize Removing table bitnami_espocrm/email
2019-10-18 18:53:52 70 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2019-10-18 18:53:52 112 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.

2019-10-18 18:53:52 112 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2019-10-18 18:53:52 112 [Note] InnoDB: The InnoDB memory heap is disabled
2019-10-18 18:53:52 112 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-10-18 18:53:52 112 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2019-10-18 18:53:52 112 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-10-18 18:53:52 112 [Note] InnoDB: Using generic crc32 instructions
2019-10-18 18:53:52 112 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2019-10-18 18:53:52 112 [Note] InnoDB: Completed initialization of buffer pool
2019-10-18 18:53:52 112 [Note] InnoDB: Highest supported file format is Barracuda.
2019-10-18 18:53:52 112 [Note] InnoDB: The log sequence number 1835037 in ibdata file do not match the log sequence number 230922998 in the ib_logfiles!
2019-10-18 18:53:53 112 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2019-10-18 18:53:53 112 [Note] InnoDB: 128 rollback segment(s) are active.
2019-10-18 18:53:53 112 [Note] InnoDB: Waiting for purge to start
2019-10-18 18:53:53 112 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.42-84.2 started; log sequence number 230922998
2019-10-18 18:53:53 1348 [Note] InnoDB: Dumping buffer pool(s) not yet started
2019-10-18 18:53:53 112 [Note] Plugin 'FEEDBACK' is disabled.
2019-10-18 18:53:53 112 [Note] Server socket created on IP: '::'.
2019-10-18 18:53:53 112 [ERROR] mysqld.exe: Table '.\mysql\user' is marked as crashed and should be repaired
2019-10-18 18:53:53 112 [Warning] Checking table: '.\mysql\user'
2019-10-18 18:53:53 112 [ERROR] mysql.user: 1 client is using or hasn't closed the table properly
2019-10-18 18:53:53 112 [ERROR] mysqld.exe: Table '.\mysql\db' is marked as crashed and should be repaired
2019-10-18 18:53:53 112 [Warning] Checking table: '.\mysql\db'
2019-10-18 18:53:53 112 [ERROR] mysql.db: 1 client is using or hasn't closed the table properly
2019-10-18 18:53:53 112 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.38-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2019-10-18 19:12:49 2d18 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2019-10-18 19:12:49 11544 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.

2019-10-18 19:12:49 11544 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2019-10-18 19:12:49 11544 [Note] InnoDB: The InnoDB memory heap is disabled
2019-10-18 19:12:49 11544 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-10-18 19:12:49 11544 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2019-10-18 19:12:49 11544 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-10-18 19:12:49 11544 [Note] InnoDB: Using generic crc32 instructions
2019-10-18 19:12:49 11544 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2019-10-18 19:12:49 11544 [Note] InnoDB: Completed initialization of buffer pool
2019-10-18 19:12:49 11544 [Note] InnoDB: Highest supported file format is Barracuda.
2019-10-18 19:12:49 11544 [Note] InnoDB: The log sequence number 1835037 in ibdata file do not match the log sequence number 230923008 in the ib_logfiles!
2019-10-18 19:12:50 11544 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2019-10-18 19:12:50 11544 [Note] InnoDB: 128 rollback segment(s) are active.
2019-10-18 19:12:50 11544 [Note] InnoDB: Waiting for purge to start
2019-10-18 19:12:50 11544 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.42-84.2 started; log sequence number 230923008
2019-10-18 19:12:50 13536 [Note] InnoDB: Dumping buffer pool(s) not yet started
2019-10-18 19:12:50 11544 [Note] Plugin 'FEEDBACK' is disabled.
2019-10-18 19:12:50 11544 [Note] Server socket created on IP: '::'.
2019-10-18 19:12:50 11544 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.38-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
2019-10-18 19:33:04 ab4 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2019-10-18 19:33:04 2740 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.

2019-10-18 19:33:04 2740 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2019-10-18 19:33:04 2740 [Note] InnoDB: The InnoDB memory heap is disabled
2019-10-18 19:33:04 2740 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-10-18 19:33:04 2740 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2019-10-18 19:33:04 2740 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-10-18 19:33:04 2740 [Note] InnoDB: Using generic crc32 instructions
2019-10-18 19:33:04 2740 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2019-10-18 19:33:04 2740 [Note] InnoDB: Completed initialization of buffer pool
2019-10-18 19:33:04 2740 [Note] InnoDB: Highest supported file format is Barracuda.
2019-10-18 19:33:04 2740 [Note] InnoDB: The log sequence number 1835037 in ibdata file do not match the log sequence number 230923018 in the ib_logfiles!
2019-10-18 19:33:05 2740 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2019-10-18 19:33:05 2740 [Note] InnoDB: 128 rollback segment(s) are active.
2019-10-18 19:33:05 2740 [Note] InnoDB: Waiting for purge to start
2019-10-18 19:33:05 2740 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.42-84.2 started; log sequence number 230923018
2019-10-18 19:33:05 12856 [Note] InnoDB: Dumping buffer pool(s) not yet started
2019-10-18 19:33:05 2740 [Note] Plugin 'FEEDBACK' is disabled.
2019-10-18 19:33:05 2740 [Note] Server socket created on IP: '::'.
2019-10-18 19:33:05 2740 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.38-MariaDB' socket: '' port: 3306 mariadb.org binary distribution