Arnór Kristjánsson <[EMAIL PROTECTED]> wrote: > turbo:/etc/midgard# more /etc/midgard/repligard.conf > <?xml version="1.0" encoding="UTF-8" ?> > <Repligard xmlns="http://www.midgard-project.org/repligard/1.4"> > <!-- Database description --> > <!-- Path to optionally compressed Repligard schema file --> > <database > schema="/usr/share/midgard/repligard_i18n_po.xml" > name="midgard" > username="root" > password="s3mm3n3" > encoding="UTF-8" > blobdir="/var/lib/midgard/blobs/midgard"
This is user who can use midgard database. Mysql's user. Not root , not mysql admin. > <!-- Login account description for Repligard operation --> > <login > username="root" > password="xxxxx" > /> > <replicate all="yes"/> This is midgard user , person who exists only in midgard database. http://www.midgard-project.org/documentation/installation/troubleshooting.html >I'm guessing that the repligard login account description should read >username="admin" and password="password". When I edit it and run >datagard again to create a new site the file is reset to this value. >How come? midgard-data reads these data from config file. It simply allows You to type logins and passwords once and run scripts without any need to pass user logins or passwords again. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
