Amazon Linux AMI Install Mysql / Redis

我太难了。。

 Mysql

以下全部sudo

yum update
yum install mysql57-server
service mysqld start
chkconfig mysqld on

Secure

mysql_secure_installation

Redis

https://medium.com/@ss.shawnshi/how-to-install-redis-on-ec2-server-for-fast-in-memory-database-f30c3ef8c35e

猜你喜欢

转载自www.cnblogs.com/GW977/p/11593646.html