OK, I think that worked. I didn't get any error
messages at least. :)
Thanks.
--- Eugene Kosov <[EMAIL PROTECTED]> wrote:
> David Blomstrom wrote:
> > What's the easiest way to create a username and
> > password for a new database? It's been so long
> since I
> > created my original database, I
David Blomstrom wrote:
What's the easiest way to create a username and
password for a new database? It's been so long since I
created my original database, I forgot how.
You can do it with a query like this:
GRANT USAGE ON database_name.* TO [EMAIL PROTECTED] IDENTIFIED BY 'password';
Replace
What's the easiest way to create a username and
password for a new database? It's been so long since I
created my original database, I forgot how.
When I created my new database with phpMyAdmin, I
scanned the page looking for anything mentioning
username or password but I couldn't find anything. I