I'm bumping into a mysql problem that I'm quite sure is simple and obvious, but smacking my head against the wall as usual. I have 2 databases that seem to conflict:<br><br>grant all on wordpress.* to 'myuser'@'localhost' identified by 'SomeFunnyPassword';<br>
grant all on drupal.* to 'myuser'@'localhost' identified by 'AnEvenCrazierPassword';<br><br>What happens is that when I execute the second grant it seems to mess up/deactivate the first database. If I then run the first grant on the wordpress database the drupal database messes up/deactivates. Is it a matter of needing to execute each database with a different username or not using database.* (if not what then?)<br>
<br>Cheers and thanks.<br><br>Charles<br>