Mysql 5.5以上版本,在命令行输入-ppassword执行sql语句时,会有警告: [Warning] Using a password on the command line interface can be insecure. 继续阅读
Mysql: [Warning] Using a password on the command line interface can be insecure解决方案
发表评论
Mysql 5.5以上版本,在命令行输入-ppassword执行sql语句时,会有警告: [Warning] Using a password on the command line interface can be insecure. 继续阅读
安装完Kodexplorer后, 上传大概10M以下的文件可以正常出现, 10M以上文件失败。
需要更改php.ini里的post_max_size 和 upload_max_filesize 都改成了5024M。同时更改nginx的配置,添加client_max_body_size 5024m。
此时即可上传达5G的文件了。
在现有有线网络环境中 ,有dhcp-server,pc接交换端口可以动态获取ip地址上网。
无线ap 接到交换机接口上就可以发送出无线信号,但是终端客户的ip段无变化。 继续阅读
sendmail发送邮件:
yum install -y sendmail sendmail-cf
/etc/init.d/sendmail restart 继续阅读
1、修改network文件:
vi /etc/sysconfig/network 继续阅读
外键关联的问题,如果要清空表数据的话,一个一个的按顺序来清空,工作量也太大了,如果有办法可以先暂时将这个外键屏蔽的话就好了,所以上网google一下,得出如下: