Ultimate Web Tips

your Wordpress, jQuery, PHP, MySQL, Linux and CSS guide to a successful website
Read more:
Archive for the ‘MySQL’ Category

October 26th, 2011

Rename database in MySQL

No Comments, MySQL, by Joakim Ling.

There is no easy way to rename a database in MySQL. But there are a couple ways it can be done.

A lot of you have recently upgraded to PHP5.3, and one of the new things is the MySQL connection. If you are using the old authentication you will have to update your password encryption. Otherwise it will throw a warning and not able to connect.

March 16th, 2011

How to replace data in MySQL

No Comments, MySQL, by Joakim Ling.

This is how you can find a string in a certain field and replace it with another string