List of Categories
CATEGORY: Programming
Where do I go for PHP help?
Q: Hi. I'm a PHP beginner and I need some help with PHP. Where is the best place to go and learn php and to find php help? A: PHP is a great language for web programming and it would serve you well to learn it. My first suggestion for learning PHP is to sit…
MySQL Remote Acccess via cPanel – DHCP – Dynamic IP
Though it positively has its uses, not everyone like phpMyAdmin for managing databases. Personally I still like to use the good old MySQL Query Browser, but when your database is hosted via cPanel, getting remote access from your local machine (e.g. your development laptop) can be a pain in the neck. I've done extensive research…
How to Change the Root MySql Password in Windows (video)
In this tutorial we will go over how to change the root password in MySql. Note that we are not going to use the MySql console, and like with the mysqldump command, we will be using the windows command prompt. The root password can also be changed by direct manipulation of the sql tables…
How to Setup a Local PHP/MySql Test Environment with WAMPSERVER
One of the most important things we do as web developers is test websites. While it’s easy to test static .html pages on your local development machine, it’s not as easy to test dynamic pages without some tweaking first. In this tutorial I will review how to quickly and easily setup a PHP/MySql development environment…
Free MySQL GUI tools for Database Development and Maintenance
I've been working with mysql/php for many years, and although there is no substitute for the command line when it comes to certain tasks (like running mysqldump), there are a few MySql GUI programs that I use for almost all of my mysql database development. I've tested many commercial products, but in the end…