mysql 问题及解决

1、 The MySQL server is running with the --secure-file-priv option so itcannot execute this statement

加上local

##load data local infile'/home/linux/Desktop/department.txt' into table department fields terminatedby'\t' lines terminated by'\n';

 

2、 中文乱码

###CREATE DATABASE school_roll DEFAULT CHARACTER SET utf8COLLATE utf8_general_ci;

 

3、 Cannot add or update a child row: a foreign key constraint fails

###删除外键约束

4、 undefined function mysql_connect()

##升级php,用mysqli_connect()

 

5、 ERROR 1406 (22001): Data too long for column 'sname' at row 1

###set names utf8

6、 第一行查询总为空

##因为数据文件以有BOM的UTF-8保存的,改为无BOM的UTF-8格式保存即可

##find . -type f -execsed -i 's/\xEF\xBB\xBF//' {} \;


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值