数据库
Yort2016
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mysql 常用 SQL 语句集锦
Mysql 常用 SQL 语句集锦基础篇//查询时间,友好提示$sql = "select date_format(create_time, '%Y-%m-%d') as day from table_name";//int 时间戳类型$sql = "select from_unixtime(create_time, '%Y-%m-%d') as day from转载 2016-12-14 10:02:11 · 25770 阅读 · 0 评论 -
Ubuntu16.04下安装MySQL5.7、python3客户端mysqlclient
ubuntu 16.04 mysql-5.7安装:$ sudo apt-get install software-properties-common$ sudo add-apt-repository -y ppa:ondrej/mysql-5.7$ sudo apt-get update$ sudo apt-get install mysql-server其它版本请参考:https://te原创 2017-05-12 16:40:36 · 14767 阅读 · 1 评论 -
MySQL字符集设置
ERROR 1366 (HY000): Incorrect string value错误解决办法通过命令查看Mysql默认字符集的相关设置原创 2017-09-11 15:34:29 · 519 阅读 · 0 评论
分享