Displaying 1 result from an estimated 1 matches for "mysqlrootpassword".
Did you mean:
mysql_root_password
2006 Jan 14
5
New problem with Mac OS X + rails + mysql. Please help!
...ut when I try to create the first table, I get the following error,
and I have no idea what this means.
Any help would be greatly appreciated!
Thanks
(My database.yml file looks like this:
development:
adapter: mysql
database: depot_development
host: localhost
username: root
password: <MYSQLROOTPASSWORD>
=====================
error:
mycomputer:~/Rails/depot dvollmar$ ruby script/generate scaffold Product Admin
/usr/lib/ruby/1.8/yaml.rb:119:in `load'': parse error on line
11, col 11: ` username: root'' (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:119:in `load'...