mysql 数据库获取当前时间

mysql> select now();
+---------------------+
| now()               |
+---------------------+
| 2016-05-27 17:34:05 |
+---------------------+
1 row in set (0.00 sec)
原文地址:https://www.cnblogs.com/bass6/p/5535497.html