wilna Posted July 27, 2011 Share Posted July 27, 2011 I hope I'm in the correct forum this time. I am trying to create a linked table in phpmyadmin to an external file / ms access database? The file will change continuously so it will be to much hassle to import it into phpmyadmin table every time it changes. Is that at all possible? Link to comment https://forums.phpfreaks.com/topic/242948-phpmyadmin-link-table-to-external-file/ Share on other sites More sharing options...
gristoi Posted July 27, 2011 Share Posted July 27, 2011 Mysql has the abitiy to use replication. So what ever is actioned on the master database is instantly replilcated on x amount of slaves. I know you can use the ODBC connector to communicate between access and mysql, but not too sure about the replication. Link to comment https://forums.phpfreaks.com/topic/242948-phpmyadmin-link-table-to-external-file/#findComment-1247946 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.