To: David Blomstrom <[EMAIL PROTECTED]>
Cc: mysql@lists.mysql.com
Sent: Wednesday, March 21, 2007 1:37:12 AM
Subject: Re: Creating Password & Username with phpMyAdmin
No need to miss a message. Get e
Ah, that does look like a better way. Thanks!
Schalk Neethling <[EMAIL PROTECTED]> wrote: Hi David,
Actually the way to do this would be as follows:
When you have created a new database, click on the SQL tab and the use
the following to create the user and password:
GRANT ALL PRIVILEGES ON data
Hi David,
Actually the way to do this would be as follows:
When you have created a new database, click on the SQL tab and the use
the following to create the user and password:
GRANT ALL PRIVILEGES ON databasename.* TO [EMAIL PROTECTED] IDENTIFIED
BY 'password'
Hit the submit button and you
Sorry for the beginner's question, but I'm confused. I can easily create
passwords and usernames for my online databases by going into my C-Panel and
clicking a MySQL icon. It fetches a page that allows me to easily create and
delete databases, add and change passwords, etc. But I can't remember