Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#3678 closed defect (fixed)

mysql install

Reported by: bdubbs@… Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: minor Keywords:
Cc:

Description (last modified by bdubbs@…)

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 bdubbs@…, 11 years ago

Description: modified (diff)

comment:2 by Randy McMurchy, 11 years ago

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):

rml@rmlinux: ~/build > ls -l /usr/share/mysql/support
total 68
-rwxr-xr-x 1 root root  4528 Dec 17 20:05 config.huge.ini
-rwxr-xr-x 1 root root  2382 Dec 17 20:05 config.medium.ini
-rwxr-xr-x 1 root root  1626 Dec 17 20:05 config.small.ini
-rw-r--r-- 1 root root  4689 Dec 17 20:05 my-huge.cnf
-rw-r--r-- 1 root root 19779 Dec 17 20:05 my-innodb-heavy-4G.cnf
-rw-r--r-- 1 root root  4663 Dec 17 20:05 my-large.cnf
-rw-r--r-- 1 root root  4674 Dec 17 20:05 my-medium.cnf
-rw-r--r-- 1 root root  2838 Dec 17 20:05 my-small.cnf
-rwxr-xr-x 1 root root  1326 Dec 17 20:05 ndb-config-2-node.ini

rml@rmlinux: ~/build > /usr/sbin/mysqld --version
/usr/sbin/mysqld  Ver 5.5.28 for Linux on i686 (Source distribution)

comment:3 by bdubbs@…, 11 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.

comment:4 by Armin K, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in r10972

comment:5 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.