Category Archives: MYSQL

Find information on using, configuring and running MYSQL servers.

Updating the SiteURL or Home Link for wordpress

Updating the SiteURL or Home Link for wordpress Here and there I have come up with a problem to solve when either deploying word press sites or beginning to maintain sites that are live. My first step is usually to … Continue reading

Posted in Content Management Systems, MYSQL, Wordpress Development | Leave a comment

MySQL Singleton Class to allow easy and clean access to common mysql commands

The MySQL Database class is implemented using the singleton design pattern. This design pattern allows for only one single instance of the object. This one instance can then be obtained through a static method. This provides a convenience in that … Continue reading

Posted in MYSQL, php development | Tagged , , , | 3 Comments

Database PHP Session Handling

Database PHP Session Handling As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which … Continue reading

Posted in MYSQL, php development, Uncategorized | Tagged , , , | Leave a comment