PoorDoggie Soon to be RICHdoggie!VIP Member VIP โ 20 โ Impact 18 May 31, 2005 891 views 4 replies #1 Is there any way of getting the details from a tabbed text database into a mysql database easilly? Thanks Tom
Is there any way of getting the details from a tabbed text database into a mysql database easilly? Thanks Tom
dgaussin VIP Member VIP โ 20 โ Impact 8 May 31, 2005 #2 Sure you can. You'll have to use the LOAD DATA FILE command. See http://dev.mysql.com/doc/mysql/en/load-data.html for reference. It's the most easy way...
Sure you can. You'll have to use the LOAD DATA FILE command. See http://dev.mysql.com/doc/mysql/en/load-data.html for reference. It's the most easy way...
PoorDoggie Soon to be RICHdoggie!VIP Member VIP โ 20 โ Impact 18 Nov 13, 2005 #3 Sorry to bring this old thread up to the top, but I have a problem: Access denied for user: '1112185271@%' (Using password: YES) SQL: LOAD DATA INFILE 'feeds/****/CategoryMappings.txt' INTO TABLE pd_shopping_categories why does this come up?
Sorry to bring this old thread up to the top, but I have a problem: Access denied for user: '1112185271@%' (Using password: YES) SQL: LOAD DATA INFILE 'feeds/****/CategoryMappings.txt' INTO TABLE pd_shopping_categories why does this come up?
MasterB AwesomeรขโยขEstablished Member โ 20 โ Impact 3 Nov 14, 2005 #4 Looks as if you have a permissions problem. Either your username/password is wrong, or you are not allowed to be doing whatever you are doing on that DB.
Looks as if you have a permissions problem. Either your username/password is wrong, or you are not allowed to be doing whatever you are doing on that DB.
PoorDoggie Soon to be RICHdoggie!VIP Member VIP โ 20 โ Impact 18 Nov 22, 2005 #5 sorry for the late reply. Thanks for the help. Is there no other way of getting the data from a tabbed text file to my mysql table? Maybe using fread() or something?
sorry for the late reply. Thanks for the help. Is there no other way of getting the data from a tabbed text file to my mysql table? Maybe using fread() or something?