> Hi there, > > I use SQLite on my website for 2 years now. I do like SQLite a lot and > will use it for a lot of new web projects but, because I got more and > more traffic, I consider to move this one to MySQL in order to reduce > the over load of my computer (I host it @ home).
How is this going to reduce load? sqlite = mysql - server code You're adding server code. More code = More load.

