Re: Creating Password Username with phpMyAdmin

2007-03-22 Thread David Blomstrom
, March 21, 2007 1:37:12 AM Subject: Re: Creating Password Username with phpMyAdmin No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started. http://mobile.yahoo.com/mail

Re: Creating Password Username with phpMyAdmin

2007-03-21 Thread Schalk Neethling
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

Re: Creating Password Username with phpMyAdmin

2007-03-21 Thread David Blomstrom
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

Creating Password Username with phpMyAdmin

2007-03-20 Thread David Blomstrom
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