I've run into this issue once before. I created a database for my website in mysql. Then I created a second database and granted permissions the same way: grant all on database.* to 'user' identified by 'somepassword'; Doing it a second time seems to kill the web site for the first database. How do I correct this for both sites?