On 10/06/15 21:16, nerdl...@comcast.net wrote:
> I'm running through the cookbook line by line, setting up a client and
> server.  Very well done, so far.
>
> However, I've gotten to the section titled "Create openchangedb
> database" and it has the line:
>
> |sudo PYTHONPATH=$PYTHONPATH ./setup/openchange_provision
> --openchangedb --openchangedb-uri mysql://user:password@hostname/database
>
> with theinstructions: replacing the /openchangedb-uri/ parameter
> accordingly to your environment.
> |
>
>
> I'm stumped here.  Hostname I get, use the host running the database. 
> For user, which user do I use?  The database user I just created?  If
> so, is openchange$123 the password?
>
>  Is "mysql" a literal string?  Is "database" a literal, or the actual
> name of the database?
>

The mysql string expects you to supply the username and password of the
account with read/write access to the database. Hence 'database' in the
documentation refers to the name of the database.

mysql://test:P4tata@127.0.0.1/openchange

Br,
Julien.

-- 
Julien Kerihuel
j.kerih...@openchange.org
OpenChange Project Founder

Twitter: http://twitter.com/jkerihuel

GPG Fingerprint: 0B55 783D A781 6329 108A  B609 7EF6 FE11 A35F 1F79

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to