摘要: #查询:use zhaopin;desc information;#显示表结构#show create table information;#显示创建表的sql语句#select 字段名 from information where 条件;select 职位,工资 from information 阅读全文
posted @ 2019-10-14 21:47 华chuan 阅读(177) 评论(0) 推荐(0)
摘要: 在MySQL的安装过程中,出于一些原因,安装完成后的MySQL默认编码方式是Latin1,不是中英文兼容性比较好的utf8编码方式,那么,在操作过程中会输入中文将出现一系列的报错 just like this: ERROR 1366 (HY000): Incorrect string value: 阅读全文
posted @ 2019-10-12 17:52 华chuan 阅读(403) 评论(0) 推荐(0)