Description of problem: mysql_install_db (and I think many other programs) is missing. This makes it rather difficult to start using mysql Version-Release number of selected component (if applicable): I've just installed mysql.x86_64 4.1.16-1.FC4.1 on a 64 bit machine by doing: yum install mysql.x86_64 I have a 32 bit machine with the same version (but .i386). The 32 bit machine has many more programs with names starting with "mysql" that are missing from the 64 bit machine. How reproducible: install as above, type mysql_<tab> to see the programs that start that way, notice no _install_db Steps to Reproduce: 1. [on a 64 bit machine] yum install mysql.x86_64 2. [in shell] mysql_<tab> 3. Actual results: mysql_config mysql_find_rows mysql_tableinfo mysql_waitpid Expected results: mysql_config mysql_install_db mysql_convert_table_format mysql_secure_installation mysql_create_system_tables mysql_setpermission mysql_explain_log mysql_tableinfo mysql_find_rows mysql_tzinfo_to_sql mysql_fix_extensions mysql_waitpid mysql_fix_privilege_tables mysql_za Additional info:
Those executables are in the mysql-server package.