I developed a web application based on the mysql database that stores information about users, site usage, photo uploads (its photo site), etc. I have several databases storing data for different aspects of the site. I want to be able to create reports on some of the issues that I will have about how the site is growing and how it is used. For example, how many new users have uploaded for a certain number of photos this month.
What tools are available for database analysis - I used a trial version of access to Microsoft and exported each database as an XML file and imported it for access, where I created relationships and used the query wizard to create some queries and reports. These are the actions that I want to do, and they prepared the reports that I want to have. I also want to be able to run queries through databases ...
What other tools for people use for this task with mysql databases? Are there any good tips / training materials on the workflow for creating such reports and managing these activities over time - for example, should I export the databases weekly and run queries to create reports?
What do people experience in this type of task?
Any advice, input is welcome.
source
share