返回「计算机、信息技术与工程」
Linux服务器踩坑记录
Linux服务器踩坑记录
# Linux服务器踩坑记录
创建时间:2021/7/23 12:31
MYSQL installation:
https://www.hostinger.com/tutorials/how-to-install-mysql-on-centos-7
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-7
国内镜像安装Mysql: https://blog.csdn.net/qq_39667424/article/details/105879549
Python pip版本切换:https://stackoverflow.com/questions/38938205/how-to-override-the-pip-command-to-python3-x-instead-of-python2-7/38938246
修改Mysql默认端口号:https://developer.aliyun.com/article/443124
UnicodeEncodeError: 'ascii' codec can't encode characters in position 790-791: ordinal not in range(128):https://www.programmersought.com/article/8918487084/
国内镜像安装Jenkins:https://blog.csdn.net/qiuyeyijian/article/details/104570642