Recent activity on my Gmail just revealed that there's this app "Authorized Application (225019099301.apps.googleusercontent.com)" from IP address 54.235.159.144 assessing my Gmail.
The IP address is from a Amazon server ec2-54-235-159-144.compute-1.amazonaws.com. (IP Lookup).
Step 1: Getting GoDaddy SSL cert.
Let's say you have a domain name of my_domain.com. You'll first need to generate the the .csr file for GoDaddy with the following command:
Step 1. Disable password prompt for "mysqldump command"mysqldump: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect
1. Run "vi ~/.my.cnf"
2. Add the following lines
[mysqldump]user=mysqluser
password=secret
3. For Bitnami, you'll need to append the following line in "/opt/bitnami/mysql/my.cnf"
!include ~/.my.cnf
4. Try running to see if the command works. mysqldump --all-databases > /home/bitnami/backups/db-backup.sql
Comments
Post a Comment