First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 49122
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Chuck Short (RETIRED) <zul@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jason Wever (RETIRED) <weeve@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 49122 depends on: Show dependency tree
Show dependency graph
Bug 49122 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-04-26 21:16 0000
The sql scripts referenced in the postinstall instructions from the bacula
install don't work when the root mysql user has a password.  The following
change seems to work here for me;

Original:
if $bindir/mysql $* -u root -f <<END-OF-DATA

Modified:
if $bindir/mysql -p $* -u root -f <<END-OF-DATA

This will prompt the user to enter the root mysql user's password.

------- Comment #1 From Chuck Short (RETIRED) 2004-07-31 08:31:16 0000 -------
Fixed

First Last Prev Next    No search results available      Search page      Enter new bug