#3678 closed defect (fixed)
mysql install
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | minor | Keywords: | |
Cc: |
Description (last modified by )
The configuration files are no longer installed in /usr/share/mysql/support/. They are installed in /usr/share/mysql/support-files/
The sed that comments out ^log-bin should also comment out ^binlog.
Change History (5)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
You're right Randy. For some reason, my build script has:
-DINSTALL_SUPPORTFILESDIR=share/mysql/support-files
That's different from the book. That part of the ticket is invalid.
We should still comment out the line that sarts with ^binlog in the configuration file.
Note:
See TracTickets
for help on using tickets.
Not sure if the issue you describe is a one-time version thing, but here's what I have using the most current MySQL source I could find (BLFS book version):