MySQL Forums
Forum List  »  Quality Assurance

Executing SQL from text file starting with a lower case 'g' fails
Posted by: bob dolle
Date: April 29, 2015 01:30PM

I noticed if you try to execute a text file starting with a lower case g it will fail.

This fails

Filename: g_db.sql
Command: mysql --user=root --execute="source C:\g_db.sql"
This works

Filename: g_db.sql
Command: mysql --user=root --execute="source C:\G_db.sql"

Options: ReplyQuote


Subject
Views
Written By
Posted
Executing SQL from text file starting with a lower case 'g' fails
2412
April 29, 2015 01:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.