-
Aug 2 |
Commands, LAMP, Linux, SCRIPTING |
Noman |
2263 Views |
with No Comments
For Root user login alert please add below code in .bashrc. Then logout and login again....
-
Aug 2 |
LAMP |
Noman |
2140 Views |
with No Comments
Upgrade mysql to mariadb. If face issue, please notify. 1) First take backup of all databases; #mysqldump -u root -p –all-databases > mysqlbackup.sql #cp /etc/my.cnf /etc/my.cnf-yyyy-mm-dd Take mysql configuration file...
-
Aug 1 |
LAMP |
Noman |
2093 Views |
with No Comments
This guide will explain you how to upgrade Fedora 19 to Fedora 20. Note: I have followed below way to upgrade Fedora 17 to Fedora 19 directly. Though face some challenges but able to resolve all. Before Upgrade: Better to...
-
Jul 28 |
LAMP |
Noman |
2010 Views |
with No Comments
With Below command you can take mysql database backup. mysqldump -u root -p userdb > userdb.sql...