Migrate MySQL to a New Volume via SSH in Ubuntu
As your server grows, it may become necessary to create a new block storage device and migrate your MySQL database over to the new directory.… Read More »Migrate MySQL to a New Volume via SSH in Ubuntu
As your server grows, it may become necessary to create a new block storage device and migrate your MySQL database over to the new directory.… Read More »Migrate MySQL to a New Volume via SSH in Ubuntu
I have run into this issue a few times now, which is very much a pain to deal with. Here I am, going along with… Read More »MySQL Failed to Start
I recently ran into a problem with MySQL where it wouldn’t start. As you can imagine, having a server and many websites that require MySQL,… Read More »MySQL Wont Start
The server configuration this testing works on, is a Ubuntu machine, running Postfix, Courier, mySQL.. though telnet doesn’t really care what kind of mail server… Read More »How to Test IMAP via Telnet and SSH
Postfix is a powerful mail tool for anybody trying to send/receive mail on a Ubuntu box (I suspect they support way more UNIX systems). Using… Read More »Setting Up A mySQL *.cf in Postfix
This problem caused me quite a bit of grief, nearly a whole day of tweaking and learning and finally I figured it out. The problem… Read More »Postfix mySQL Error 451 4.3.0 Temporary lookup failure
For whatever reason it may be, loosing the root password of your MySQL database can be a bugger. By default, MySQL now comes without a… Read More »Resetting the Root Password on MySQL on an Ubuntu Server Using SSH
Recently I was playing around with a clients my.cnf file, with regards to access rights. What I had tried to do was to use the… Read More »MySQL Restart Fails After CHMOD my.cnf File