---
title: "Linux服务器踩坑记录"
author: "Perrin Yong"
author_profile: https://www.pystone.net/profile/
published_by: "Perrin Yong"
canonical: https://www.pystone.net/notes/linux-server-troubleshooting-notes/
type: note
content_role: unspecified
visibility: public
id_stability: rename-stable
source_path: "10-计算机、信息技术与工程/03-软件工程与质量保障/CI-CD与质量保障/CI-CD工具链/Linux服务器踩坑记录.md"
content_hash: e9550e4aa2cfafc7753c3cf49060362d075d31e14913608317e690d6c620fc38
knowledge_version: 224c990773de.5fa8af6e39fa
site_commit: 224c990773de166d23a886306577dd90379529ce
notes_commit: 5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a
---
# 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>
