摘要: [client] #客户端设置,即客户端默认的连接参数 # password = 你的密码 port = 3306 #默认连接端口 socket = /usr/local/mysql/data/mysql.sock #用于本地连接的socket套接字 default-character-set = 阅读全文
posted @ 2021-10-21 21:50 wang_longan 阅读(205) 评论(0) 推荐(0) 编辑
摘要: insert into、insert ignore into、replace into区别 指令 不存在 已存在 举例 insert 插入 报错 insert into stu(name, age) values('小明', 23); insert ignore 插入 忽略 insert ignor 阅读全文
posted @ 2021-10-21 21:17 wang_longan 阅读(389) 评论(0) 推荐(0) 编辑