MySQL backup
Create a MySQL user BackupAdmin that has only BackupAdmin permissions. mysql -u root -p GRANT SHOW DATABASES, SELECT, LOCK […]
Read More →Create a MySQL user BackupAdmin that has only BackupAdmin permissions. mysql -u root -p GRANT SHOW DATABASES, SELECT, LOCK […]
Read More →http://www.cyberciti.biz/tips/understanding-linux-unix-umask-value-usage.html When user create a file or directory under Linux or UNIX, she create it with a default set […]
Read More →To setup mysqldump without password in Cronjob, follow the steps below:- Start your terminal and login to your server […]
Read More →https://help.ubuntu.com/12.04/serverguide/mysql.html MySQL is a fast, multi-threaded, multi-user, and robust SQL database server. It is intended for mission-critical, heavy-load production […]
Read More →http://resources.mdbitz.com/2009/11/how-to-run-a-java-application-from-bash-script/ As one that seldom finds himself having to run Java Applications from a Unix Bash Script, I thought […]
Read More →How do I add aliases to a Servlet Context in java? I have a servlet running under Tomcat. I […]
Read More →