I have a mysql database which contains several tables. At the moment i'm using phpmyadmin to add entries to the database but i'm looking for a more convenient way of updating the database.
Are there any content management systems which integrate with a mysql database?
Many thanks for any suggestions.
Edit:
I forgot to mention that this isn't for a website, it's used as data storage for android and iphone apps.
You won't find a "CMS" for a custom database. If you have a custom database, you will need to make your own custom front-end for managing it.
You can always link tables in MS Access to your MySQL database, but this has a few problems. It is generally best if you just make a web front end to meet your needs.