Again talking about MySQL, and let’s try MySQL for Excel, an add-on to work inside Microsoft Excel with MySQL data.
Install MySQL for Excel
You can install MySQL for Excel from two sources: download from here, or you can use MySQL Windows Installer (you can see a detailled entrance in a few days!). Let’s use the second option:
Click on Add / Modify, and let’s verify under Applications what you have installed. In my case, versión 1.1:
“Playing” with MySQL for Excel
Once installed, let’s open Excel, and you’ll have a new icno in the data tab:
If you clic on the icno, you can see several options for connecting with MySQL. Let’s connect to out database.
For the connection, you need to provide the user and passwork..
Creating a connection to MySQL
I already had a connection, but … let’s create a new one to my LocalHost. You need to clic on Manage Connections and MySQL WorkBench will open. Clic on New Connection and fill your data before proceed:
Once the connection is created, you will be asked for the password in order to stay connected.
Once connected, you can see the databases of your server (my localhost):
Last step is to select the database you are going to work with. Let’s create a table, on the test database:
Once the data is ready, you need to create a selection of the data to migrate, and clic on Expor Excel data to New Table: all selected data will be migrated in a new table on MySQL.
Next step is prepareing the table that will be created with its names, types, keys, …. and once done, clic on Export. You can see a resume of everything that had happened in the database, even the SQL code executed:
It’s time to move to heidiSQL, a MySQL manager, to verify that the new table have been created!
Conclussion
Although I have this tool installed for some time, I never used it before … until I needed to migrate data from Excel to MySQL, the reason that push me to try it. I must admit I like the tool and the results are great because in other circunstances, I am pretty sure that I had migrated first from Excel to Microsoft Access, and from here to MySQL, a longer process to get the same result as using MySQL for Excel.
A great tool. Have you tried?