Posts Tagged "MySQL"

How to find and replace in MySQL

Posted on Jul 3, 2014

Sometimes you need to change some text in a MySQL table. For example, imagine you want to correct a spelling mistake or a reference in all your WordPress posts without having to change them one by one....

Learn More

How to log into MySQL as root user in Plesk

Posted on Mar 26, 2014

You may have noticed that there is no MySQL root user on servers running Plesk. That’s because Plesk renames this user into “admin” by default – for security reasons. The password for...

Learn More

MySQL Replication Troubleshooting

Posted on May 13, 2013

Sometimes things don’t work out with replication. When I first started experimenting with it I thought this was a “setup and forget about it” kind of job. Experience has shown though that...

Learn More