编程爱好者博客

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

 

转载于:https://www.cnblogs.com/GW977/p/11593646.html

« Previous

水仙花数的三种解决方法(Python实现)

Next »

[已解决]报错run `npm audit fix` to fix them, or `npm audit` for details

© 2024 编程爱好者博客. Generated with Hugo and Mainroad theme.