Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#26110 - [mysql] binary are all in /usr/bin
Attached to Project:
Arch Linux
Opened by Yangtse Su (yangtsesu) - Sunday, 25 September 2011, 08:43 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 25 September 2011, 10:22 GMT
Opened by Yangtse Su (yangtsesu) - Sunday, 25 September 2011, 08:43 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 25 September 2011, 10:22 GMT
|
DetailsDescription:mysql binary are all in /usr/bin,none in /usr/sbin/
[code]$ pacman -Ql mysql |grep bin mysql /usr/bin/ ... ... mysql /usr/bin/mysqlaccess mysql /usr/bin/mysqlaccess.conf mysql /usr/bin/mysqlbinlog mysql /usr/bin/mysqlbug mysql /usr/bin/mysqld mysql /usr/bin/mysqld_multi mysql /usr/bin/mysqld_safe mysql /usr/bin/mysqldumpslow ... ... [/code] I think mysqld stuff shall in /usr/sbin/. |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Sunday, 25 September 2011, 10:22 GMT
Reason for closing: Not a bug
Additional comments about closing: We don't edit SBIN path
Sunday, 25 September 2011, 10:22 GMT
Reason for closing: Not a bug
Additional comments about closing: We don't edit SBIN path
/usr/sbin: super user commands for applications
you do edit
INSTALL_SCRIPTDIR Scripts directory PREFIX/scripts
-DINSTALL_SCRIPTDIR=dir_name
Where to install mysql_install_db.
http://dev.mysql.com/doc/refman/5.5/en/source-configuration-options.html
EDIT: See also:
INSTALL_SBINDIR Server executable directory PREFIX/bin