1.将Date类型变成年月日时分秒的形式 select date_format(claimDate,'%Y-%m-%d
%H:%i:%s') as claimdate from t1 2.只要年月日的形式 select
date_format(claimdate,'%Y-%m-%d') as newdate from t1
3.
[root@localhost mysql]# /usr/bin/mysql_secure_installation
Securing the MySQL server deployment. Enter password for user
root: mysql初始化的时候让输入密码 但是安装...