I am trying to use DDL scripts in mySQL but I get the following error, which is related to not being able to find the file path.
mysql> source filename
"Failed to open file 'filename', error: 2"
I am working in OS X. Is there a mySQL directory somewhere? Please help!
Additionally, any resources to understand OS X file paths/hierarchy would be much appreciated!