This is a discussion on building tables with script files in mac os x within the MySQL Database forums, part of the Database Forums category; I'm trying to figure out how to run scripts against MySQL to create tables, insert data into tables, etc. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm trying to figure out how to run scripts against MySQL to create
tables, insert data into tables, etc. I've created a folder within my 'Documents' folder for all of my MySQL scripts. However, when I issue the command: source /Panther/Users/xxxxxxxx/Documents/MySQL/Invoices.txt' or \. /Panther/Users/xxxxxxx/Documents/MySQL/Invoices.txt I get the error message: ERROR: Failed to open file '/Panther/Users/xxxxxxxx/Documents/MySQL/ Invoices.txt/', error: 2 What am I doing wrong? |