I have a host account at GoDaddy and I would like to connect two databases.So I would like to create an empty database. In this database I would like to import a csv file with products then I would like to pass these columns of the csv file to a second database automatically every 8 hours for example.Is this possible through GoDaddy? Do I need to do something extra? Thanks in advance!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There should be nothing specific to GoDaddy to prevent you from from utilizing two databases in the manner you suggest. You probably just need to better familiarize yourself with how to move data around in MySQL. Likely the best approach is to use database dumps, or possibly |
|||||
|