Hi,
please check your config with this command:
reahl listconfig -v etc
where I am assuming that "etc" is the name of your config
directory. The setting you have made should show up - this would
confirm that the settings you have made are indeed in play.
It seems you are issuing the "reahl createuser" command. Have you already run the "reahl createdb" command or does the database exists already in MySQL?
Regards,
Craig.
--
You received this message because you are subscribed to the Google Groups "Reahl discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reahl-discus...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/reahl-discuss/21a835c5-62c9-4152-a08a-64074764a54bn%40googlegroups.com.
Also, the fact that you are using the MySql support plugin for
mysql db, causes the
"reahl createdbuser etc" to default the username to the privileged user usually called "root" (it can be changed with the -U arg to "reahl createdbuser").
You need to have an environment variable called MYSQL_PWD, set to the privileged user password.
Your settings in reahl.config.py will be used to create the user
you need.
Craig.
To view this discussion on the web, visit https://groups.google.com/d/msgid/reahl-discuss/e2cc199f-39d8-a36a-65e9-97fb2f39d96d%40reahl.org.
Great, then your settings are fine.
did you notice my previous post:
"
Also, the fact that you are using the MySql support plugin for
mysql db, causes the
"reahl createdbuser etc" to default the username to the privileged user usually called "root" (it can be changed with the -U arg to "reahl createdbuser").
You need to have an environment variable called MYSQL_PWD, set to the privileged user password.
Your settings in reahl.config.py will be used to create the user
you need.
"
To view this discussion on the web, visit https://groups.google.com/d/msgid/reahl-discuss/c03584da-40a5-48ba-870d-6e7fc23eb834n%40googlegroups.com.
Thanks for the feedback. I will check the docs and make sure.
To view this discussion on the web, visit https://groups.google.com/d/msgid/reahl-discuss/b28844fc-5d25-43fb-9e16-ce60839fa75bn%40googlegroups.com.