MySQL Forums
Forum List  »  Newbie

Re: TIMESTAMP with implicit DEFAULT value is deprecated
Posted by: Docfxit Inc.
Date: January 03, 2014 12:59PM

Thank you for helping me with this...

I don't have the file mysqld.err on this PC.

I created a bat file:
MySQLShowProcesslist.bat
--Beginning of bat file
@Echo On
C:
CD C:\Programs\MySQL\MySQL Server 5.6\bin
mysqld --init-file=D:\Dnload\MySQLShowProcessList.txt --console
CMD
--End of bat file

And a txt file:
MySQLShowProcessList.txt

--Beginning of txt file
SHOW Processlist
--End of txt file

When I run it I get an error saying:
2014-01-03 10:50:20 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).

Thanks,

Docfxit

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.