<div dir="ltr"><div dir="ltr">On Sun, Jan 27, 2019 at 11:50 PM Charles M <<a href="mailto:chaslinux@gmail.com">chaslinux@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've run into this issue once before. I created a database for my<br>
website in mysql. Then I created a second database and granted<br>
permissions the same way:<br>
<br>
grant all on database.* to 'user' identified by 'somepassword';<br></blockquote><div><br></div><div>Did you remember localhost?</div><div><br></div><div>grant all on db.* to 'user@localhost' idenitified by 'password';</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Doing it a second time seems to kill the web site for the first<br>
database. How do I correct this for both sites?</blockquote></div></div>