Joomla authentication security : : jSecure Authentication module

jSecure Authentication module jSecure Authentication module prevents access to joomla administration (back end) login page without appropriate access key to add additional layer of security to our joomla administration (back end) login page. Below given are the steps to install jSecure Authentication module Installation Steps 1.Login to your joomla administration area. 2.Unzip the downloaded file. […]

See More

Duplicate MySQL Database

Hello,   The easiest way to duplicate MySQL database is just using mysqldump command. Based on following variables: OS: CentOS 6.0 64bit MySQL root password: q1w2e3!@# Database name: grand_shopper Duplicate database name:  grand_shopper_dev New database user: dev_user Password: D3eVVbf7 Firstly, since I just want to copy and duplicate database inside the same server, I need […]

See More

MySQL General Security Guidelines

Hello,   1. Do not ever give anyone (except MySQL root accounts) access to the user table in the mysql database! This is critical! 2. Learn the MySQL access privilege system. The GRANT and REVOKE statements are used for controlling access to MySQL. Do not grant more privileges than necessary. Never grant privileges to all […]

See More