mysql server is getting aborted when trying to start -


2017-04-14t13:48:19.151793z 0 [warning] timestamp implicit default value deprecated. please use --explicit_defaults_for_timestamp server option (see documentation more details). 2017-04-14t13:48:19.167419z 0 [error] innodb: unable create temporary file; errno: 2 2017-04-14t13:48:19.183044z 0 [error] innodb: plugin initialization aborted error generic error 2017-04-14t13:48:19.183044z 0 [error] plugin 'innodb' init function returned error. 2017-04-14t13:48:19.183044z 0 [error] plugin 'innodb' registration storage engine failed. 2017-04-14t13:48:19.183044z 0 [error] failed initialize plugins. 2017-04-14t13:48:19.183044z 0 [error] aborting 

this error shown when tried start mysql57 server. tried fix error setting adding following in my.ini file:

explicit_defaults_for_timestamp = 1 

still server gets aborted. can me fixing this?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -