<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Make initdb fails.  It seems to want to assign rights, which would require an admin login not the user login.</div><div><br></div><div>$ /usr/bin/perl -Ilib -I/d/u/rtweb/rt38/local/lib -I/u/rtweb/rt38/lib /d/u/rtweb/rt38/sbin/rt-setup-database --action acl --datadir etc --dba rtweb_tickets --prompt-for-dba-password </div><div>In order to create or update your RT database, this script needs to connect to your  mysql instance on localhost as rtweb_tickets</div><div>Please specify that user's database password below. If the user has no database</div><div>password, just press return.</div><div><br></div><div>Password: </div><div>(snip)</div><div>Now inserting database ACLs</div><div>Granting access to rtweb_tickets@'localhost' on rtweb_tickets.</div><div>DBD::mysql::st execute failed: Access denied for user 'rtweb_tickets'@'localhost' to database 'mysql' at /d/u/rtweb/rt38/sbin/../lib/RT/Handle.pm line 430, <STDIN> line 1.</div><div>DBD::mysql::st execute failed: Access denied for user 'rtweb_tickets'@'localhost' to database 'mysql' at /d/u/rtweb/rt38/sbin/../lib/RT/Handle.pm line 430, <STDIN> line 1.</div><div><br></div><div>Changing the command line to use the admin login solved this:</div><div><div>$ /usr/bin/perl -Ilib -I/d/u/rtweb/rt38/local/lib -I/u/rtweb/rt38/lib /d/u/rtweb/rt38/sbin/rt-setup-database --action acl --datadir etc --dba root --prompt-for-dba-password </div><div>In order to create or update your RT database, this script needs to connect to your  mysql instance on localhost as root</div><div>Please specify that user's database password below. If the user has no database</div><div>password, just press return.</div><div><br></div><div>Password: </div><div>Working with:</div><div>Type:   mysql</div><div>Host:   localhost</div><div>Name:   rtweb_tickets</div><div>User:   rtweb_tickets</div><div>DBA:    root</div><div>Now inserting database ACLs</div><div>Granting access to rtweb_tickets@'localhost' on rtweb_tickets.</div><div>Done.</div><div><br></div></div><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">-- </font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Jo Rhett</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Net Consonance : consonant endings by net philanthropy, open source and other randomness</font></div></div></div></span></div></div> </div><br></body></html>