You can use mysql_config within a command
line to include the value that it displays for a particular
option. For example, to compile a MySQL client program, use
mysql_config as follows:
When you use mysql_config this way, be sure
to invoke it within backtick ('`')
characters. That tells the shell to execute it and substitute
its output into the surrounding command.