79081647

Date: 2024-10-12 18:32:53
Score: 1.5
Natty:
Report link

What you want to do is APPEND the path where MySQL is installed (ex: /opt/mysql/bin) to your PATH variable:

PATH="$PATH:/opt/mysql/bin"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: Carlo Arenas