I run a football (soccer) website and on it there is quite a bit of data and quite a few statistics such as league tables, goalscorers, appearance totals etc. which can change on a daily basis. Rather than change each page each day, the data is fed in to the website using PHP and MySQL.
I currently use about ten Excel and Access files to colllate the various data items but they all feed in to one Excel file to upload to mySQL on my hosting company’s mySQL Server. Here is my problem. The hosting company only accepts SQL files to upload to the mySQL server. So at the moment, I have quite a laborious task of uploading the Excel file in XSLX format to my local mySQL Server using XAMPP HPmyadmin on my local machine. I then export that in SQL format to a file on my local machine and then upload that to the MySQL on the remote server where my website is hosted.
Ideally, I would like to know if there is an easy way of linking my excel file to that remote mySQL server so that when I make changes to the excel file, those changes are reflected on the mySQL database on the remote server.
Failing that, is there a straightforward way of saving an Excel file in SQL format so I don’t have to convert it each time using mySQL on my local machine?
Appologies if this question isn’t appropriate for an excel forum but I am really stuck.
I use current versions of mySQL Server with XAMPP, Dreamweaver to edit my website and my local machine runs Excel 2010 on Vista.
Thanks.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I currently use about ten Excel and Access files to colllate the various data items but they all feed in to one Excel file to upload to mySQL on my hosting company’s mySQL Server. Here is my problem. The hosting company only accepts SQL files to upload to the mySQL server. So at the moment, I have quite a laborious task of uploading the Excel file in XSLX format to my local mySQL Server using XAMPP HPmyadmin on my local machine. I then export that in SQL format to a file on my local machine and then upload that to the MySQL on the remote server where my website is hosted.
Ideally, I would like to know if there is an easy way of linking my excel file to that remote mySQL server so that when I make changes to the excel file, those changes are reflected on the mySQL database on the remote server.
Failing that, is there a straightforward way of saving an Excel file in SQL format so I don’t have to convert it each time using mySQL on my local machine?
Appologies if this question isn’t appropriate for an excel forum but I am really stuck.
I use current versions of mySQL Server with XAMPP, Dreamweaver to edit my website and my local machine runs Excel 2010 on Vista.
Thanks.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>