Author: Sangram
ERROR 1698 (28000): Access denied for user ‘root’@’localhost’ on fresh MySQL installation
Problem: You get a “ERROR 1698 (28000): Access denied for user ‘root’@’localhost’” error message when logging in as root on a fresg MySQL installation. You are running the mysql command without sudo. Run the mysql command with sudo i.e sudo mysql -uroot -p
The requested URL was not found in WordPress
The posts display correctly in Permalink Settings is set to “Plain”. However there is a “Not Found The requested URL was not found on this server.” message is permalink setting is set to “Post name”. Solution:
RHOSP on Azure – Part 3 – Installing RHOSP
Installing RHOSP using Packstack Install Packstack yum install -y openstack-packstack Install RHOSP – All In One packstack –allinone
OpenStack on Microsoft Azure – Part 2 – Preparing the VM for RHOSP deployment
Preparing the Azure VM for RHOSP installation Now that we have a Red Hat VM on Azure, let’s proceed to installing required packages for virtualization such as KVM, register the machine with Red Hat and enable OpenStack repositories. To begin login to the Azure VM using an ssh client (such as the terminal in linux/mac…