Monitoring services using Mon
mon is a general-purpose scheduler and alert management tool used for monitoring service availability and
triggering alerts upon failure detection.
Mon uses some Linux command and services such as ping command to check host connectivity and mail servers for sending mail, so you must install postfix and other packages so that mon should work […]
Mysql's archives
Monitoring services using Mon
Logging into Mysql without Password
Recovering MySQL Password and Permission Problems
If you garble your GRANT commands or forget passwords and find that you don’t have access to the critical mysql table even as the root user don’t panic. You can access MySQL without password. Superuser can access MySQL using mysqld_safe command and you can change mysql password. Become the […]
How to setup Memcached server
Introduction
Memcached is a high-performance, distributed caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in memory to reduce the number of times the database must be read.
Installing memcached
shahid@shahid-laptop:~$ sudo apt-get install memcached
shahid@shahid-laptop:~$ sudo apt-get install php5-memcache
After installing these two packages next step is to configure memcached.conf file. […]
Backuping & Restoring using mysqldump & mysqlhotcopy
Using mysqldump
Using ‘mysqldump’ command you can take the mysql database backup. This command all the datas to a text file.
The syntax is
shell> mysqldump [options] db_name [tables]
shell> mysqldump [options] –databases db_name1 [db_name2 db_name3…]
shell> mysqldump [options] –all-databases
Backuping Examples:
shell> mysqldump -u root -p dbaseName > file.sql;
shell> Enter the password
Restoring Example:
Suppose, we have the database as file.sql, and we […]
Continue reading " Backuping & Restoring using mysqldump & mysqlhotcopy "
Search
My MobSpace
More About The Site
Tags
- all Amazon Apache asp autobench background process backup backups catch all catchall cleaning directories deamon digital certificate error favicon fuse google map API Google Map Key httperf http testing image in address bar Iptables Linux mail server mono mount mysql backups mysqldump mysqlhotcopy openload pcntl performance testing PHP php-modules php installation postfix rsync S3-Backup s3fs Shell Script ssh-key ssh-keygen teapop varnish
Categories
- Linux (35)
- Linux Commands (4)
- PHP (8)
- Micellanious (11)
- Mysql (4)
- Shell Script (2)
- Solaris (1)
- Apache (6)
- Tips & Tricks (7)
- Securities (1)
- Iptables (3)
Archives
- October 2008 (2)
- September 2008 (2)
- August 2008 (1)
- July 2008 (4)
- June 2008 (10)
- May 2008 (5)
- April 2008 (2)
- March 2008 (6)
- February 2008 (7)
















