I have asked how to DBSM and would like to proceed knowing more about MySQL.
When I log into their website, I dont know which one to try.
There are Community Server, Cluster, Workbench and Connector.
Please guide.
Note: I am working on excel database (which I found out on this website that it is not a good way to do it) with size of 1.34GB 63 files and growing. I would like to change and continue working in MySQL. I need the database for calculation, analysis and graph.
To start with, use the Community Server, and the Workbench. Community Server is the actual database, and Workbench is an application you can use to create the database schema (tables and views and users etc.) When you have got up to speed with writing sql queries, and importing your existing data, you can then use ODBC Connector to make the database available to excel as a data source for generating graphs.