Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › is it possible to import from a text file?
Hi there,
I am curious if I could import my data from my text file. I have my entries look like this: firstname,lastname,password,username,sex
Thus, will it be possible for me to transfer all my data to my mysql database.
Cheers,
Geek
Yes, you need to use the ODBC driver for text files.
You can also try the CSV import option available in SQLyog.