Not that I know of.
What is this for anyway? Just for local computer? It’s so easy to install mysql to your computer.
I specifically would like to use the blog for discussions and information about specific mountains. The lists (involving thousands of names) are in excel format. It would be easier for me to tweak the data in an Access RELATIONAL database and then use a program such as AccessDump to generate the .sql to insert the data into my WordPress mysql FLAT file. WordPress offers an excellent format for handling this.
I surely can’t be the first person to think of doing this. That’s why I was wondering if somebody had already done it. Even if you do convert mysql to Access via a local install it still does not show how the tables are related and in what manner (e.g., one to many, etc.).
You probably are the first to use WordPress for such purpose.
Is there some hack for MS Access. I would like to install a WordPress on a server, that only has MS Access and the admin doesn´t want to install MySQL 🙁
And Access is a relational db ? 🙂
@vido : Move to a proper host.
Word of warning Vido: Access is an extremely poor choice for running any sort of concurrent access system i.e. a web page where you will have more than one reader at any given time.
Because of the atrocious way it handles locks and concurrency, you are likely to see abysmal performance. Access is not very scaleable. It’s fine for a few users but it quickly bottlenecks which is why nobody builds online systems based on Access.
americasroof, why don’t you export the excel file as csv and import that (via PHPMyAdmin or such like)?