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
I was trying to installmysql-pythonon an Amazon EC2 Linux instance and I had to install these : yum install mysql mysql-devel mysql-common mysql-libs gcc But then I got this error : _mysql.c:29:20: fatal error: Python.h: No such file or directory So I installed : yum install pytho...
Amazon Web Services (AWS) provides a default open-source Amazon Linux 2 OS to run Linux applications on Elastic Compute Cloud (EC2) and Elastic Container Service (ECS). It is based on Red Hat Enterprise Linux (RHEL) and is equal to RHEL 7 or CentOS 7. Hence the command we use on Red...
To install WordPress on the AWS EC2 windows operating system, create an EC2 instance from the AWS EC2 dashboard by clicking on the “Launch Instances” button: Write the name of the instance and select windows as the Amazon Machine Image: Choose the type of the EC2 instance from the drop-...
phpMyAdminis a web-based database management tool that you can use to view and edit the MySQL databases on your EC2 instance. Follow the steps below to install and configure phpMyAdmin on your Amazon Linux instance. Important Securing your phpMyAdmin installation ...
Step 1 — Installing Apache and Adjusting the Firewall Step 2 — Installing MySQL Step 3 — Installing PHP Step 4 — Testing PHP Processing on your Web Server Conclusion I use this to set root@localhostpassword : $sudo mysql mysql>ALTER USER 'root'@'localhost' IDENTIFIED WITH m...
Install on Amazon Linux AMI We need anAWS account (http://aws.amazon.com/). Choose EC2 fromAmazon Web ServicesConsole. FromEC2 Dashboard, clock onLaunch Instance: On theChoose an Amazon Machine Image (AMI)menu on the AWS Console. Click theSelectbutton for a 64Bit (Amazon Linux AMI) ...
The Amazon Linux Apache document root is /var/www/html, which by default is owned by root.To allow the ec2-user account to manipulate files in this directory, you must modify the ownership and permissions of the directory. There are many ways to accomplish this task. In this tutorial, ...
Create an EC2 instance with Ubuntu 18 ami-085925f297f89fce1 (64-bit x86) - initially, t3.micro (2 vCPU, 1GB Memory) but we may need to upgrade depending on app requirements). SSH into the instance: $ssh -i my.pem ubuntu@3.83.123.125Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.15....
AWS : VirtualBox on EC2 AWS : NTP setup on EC2 AWS: jq with AWS AWS : AWS & OpenSSL : Creating / Installing a Server SSL Certificate AWS : OpenVPN Access Server 2 Install AWS : VPC (Virtual Private Cloud) 1 - netmask, subnets, default gateway, and CIDR ...