Solution:
sqlplus / as sysdba
SQL>grant execute on dbms_reputil to public;
SQL>exit
sqlplus / as sysdba
SQL>grant execute on dbms_reputil to public;
SQL>exit
Open your terminal and type mysql -u root -p Enter your password. Hopefully your MySQL is logged in now.