AWDwR question

When I run the command mysql_config --socket, I get command not found
error message. Is this
command correct? I am on MacOS. TIA.

On 7/28/06, Bala P. [email protected] wrote:

When I run the command mysql_config --socket, I get command not found
error message. Is this command correct?

Try the full path to mysql_config, go to Terminal and type ‘find / -name
‘mysql*_config’ -print’ to find this path out.