Tempfiles,
unlike normal data files are not listed in v$datafile or dba_data_files.
SQL>SELECT * FROM v$tempfile;
SQL>SELECT * FROM dba_temp_files;
Open your terminal and type mysql -u root -p Enter your password. Hopefully your MySQL is logged in now.