Programming talk

“Error 721,” “Error 678,” “Error 691,” or “Error 777″ error message when you try to establish a dial-up connection after you upgrade to Windows XP

When you try to establish a dial-up connection after you upgrade your computer to Microsoft Windows XP from Microsoft Windows 98, from Microsoft Windows 98 Second Edition, or from Microsoft Windows Millennium Edition (Me), you may receive an error message that is similar to one of the following: Read the rest of this entry »

Server common Errors

500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

501 Not Implemented
The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource. Read the rest of this entry »

MySQL: Changing max_allowed_packet?

Is there a way to change max_allowed_packet on the fly?

MySQL query syntax error 1064

The error 1064 occurs due to Mysql version mismatch,because differnt
versions have differnt
reserved words,which if used by a previous version causes the error to
occur. Read the rest of this entry »

Backing Up & Restoring a MySQL Database using phpMyAdmin / SSH

This is just a short mini-tutorial explaining how to backup parts of the mySQL database using phpMyAdmin & also via SSH (Secure Shell) access. This tutorial should be of use to most people, as it’s an important part of any website/forum maintenance!

So, let’s get started… Read the rest of this entry »

How do I manage a MySQL to import or export my database using SSH?

I have large database, I don’t not how to import it using SSH? any help appreciated?