I am trying to use mysql_install_db
I am getting the following error:
FATAL ERROR: Could not find ./bin/my_print_defaults If you compi
FATAL ERROR: Could not find ./bin/my_print_defaults
If you compi
gotta add the path of mysql installation in system path try: sudo path=${PATH}:/usr/local/mysql/bin if you installed mysql in "/usr/local/mysql"
sudo path=${PATH}:/usr/local/mysql/bin
/usr/local/mysql