23 Oct
Posted by: admin in: MySQL Tricks
I have found a way to prevent server overload because of MySQL. The tip seems to be really good, and I am giving the link to the original post. Here it is: Dramatically Improve MySQL Performance
In order to make your heavy MySQL servers perform faster all you need is to add a line to your [...]
04 Sep
Posted by: admin in: Apache Performance, Linux Tricks, MySQL Tricks, PHP Configuration
Today I’m just sharing a link: I don’t think I can explain this better than IBM guys did. These three acrticles contain a comprehensive guide for your LAMP system optimization. Here is the first one, that contains general linux settings for perfect LAMP config. The second one describes how to fine tune Apache and PHP [...]
03 Jul
Posted by: admin in: Linux Tricks, MySQL Tricks
Today I will show a simple command that will allow you to restore a database from a previously made sql file. No matter, how the backup was done, if it has sql commands, you will restore it in the fastest possible way.
If your database backup file exceeds 10 megabytes, it’ll be very hard to restore [...]
Today when I tried to perform some MySQL tasks and got error 28. After several searches I found that this error means that no free space is left on server HDD. When I ran df command, I was very surprised, but my disk usage was 100% – so much that MySQL couldn’t even create a [...]