Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Text File Import Problem : Bad Name?
The problem is that the table name 'brthdate.txt' in not valid wilt MySQL before version 5.1.
You will have to use the mapping option to rename the table to something that is supported.
Oracle, SQL server etc. conform to standard SQL in respect to table naming. MySQL only does from version 5.1.
Great, thanks!