> It wouldn't *appear* to be the "admin" account. What's the *exact*
> command you're using to log in before you try this 'grant' statement?

bio4054059:radiant_cms rmorourk$ 
/Applications/MAMP/Library/bin/mysqladmin -u root -proot create 
radiant_cms_development
bio4054059:radiant_cms rmorourk$ /Applications/MAMP/Library/bin/mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 23
Server version: 5.0.41 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> grant all on radiant_cms_development.* to root@'%' identified by 
'root';
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 
'radiant_cms_development'

That's what I am doing, Creating it via mysqladmin cmd then going into 
the mysql prompt, then trying to grant permissions to it. Any thoughts?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to