» 2020 » November » 26 の記事

nano /etc/yum.repos.d/MariaDB.repo

[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.5/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

yum update && yum upgrade

nano /etc/my.cnf

Change
log_slow_queries = /var/log/mysql/mysql-slow.log
From
slow-query-log-file = /var/log/mysql/mysql-slow.log

systemctl start mariadb

mysql_upgrade -u root -p

mysql -V

~ sourcetree pushing git very slow ~

connie 2020.11.26 | git | | No Comments

open termial and ssh to the remote server, and create trhe RSA key for the first time connection, then you may push the git smootly

| HOME |

Smiley face

November 2020
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
2930