When I attempt to run mysqld through the Command Prompt to enter that, I get an error saying:
[Warning] TIMESTAMP with implicit DEFAULT value is deprecated.
Please use --explicit_defaults_for_timestamp server option (see documentation for
more details).
I've tried pasting explicit_defaults_for_timestamp = TRUE
into the my.ini file, but that didn't work.