摘要:
一、Apache安装: 1.下载 https://www.apachehaus.com/cgi-bin/download.plx2.修改C:\software\zdyhj\Apache24\conf中SRVROOT为 Define SRVROOT "C:/software/zdyhj/Apache2 阅读全文
摘要:
MySQL重启和查看状态 停止:service mysqld stop 开启:service mysqld start 重启:service mysqld restart 查看状态:service mysqld status 阅读全文
摘要:
当查询出来的字符乱码时。 方法1:查询前设置 mysql> show variables like'%char%'; + + +| Variable_name | Value |+ + +| character_set_client | latin1 || character_set_connect 阅读全文