linux 更改时区为中国上海时区
sudo timedatectl set-timezone ‘Asia/Shanghai’
sudo timedatectl set-timezone ‘Asia/Shanghai’
vim /etc/mysql/mysql.conf.d/mysql.cnf 添加bind-address 0.0.0.0 进入mysql控制台执行赋权限语句gr…
#sudo apt install sl #LS
sudo echo “set completion-ignore-case on” >> ~/.inputrc
ln -s 源文件 目标文件。
composer file_put_contents(./composer.json): failed to open stream: Permission d…
ubuntu mysql 默认密码是什么
ccat 是一个很好的插件,用法和cat一样,只是添加了高亮显示,看起来舒服 。 github:https://github.com/jingweno/ccat…
phpstorm 不识别php7以上版本“空合并运算符??”的解决方案 php7 ??在phpstorm 提示语法错误问题解决 在phpstsorm 设置里面 …
执行如下修改 ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘p…
redis关闭 redis-cli -h 127.0.0.1 -p 6379 shutdown