ORA - 39087 Directory Name is invalid

This error occurs because of Directory permissions in Oracle Data Pump during Export / Import

Resolution

SQL> grant read, write on directory <Directory_Name> to <Schema_Name>;

How to fix: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)

Open your terminal and type mysql -u root -p Enter your password. Hopefully your MySQL is logged in now.