answersLogoWhite

0


Best Answer

1. For every sheet you have in Excel, create a matching table in MySQL database

2. Export excel data to a CSV file

3. Load the CSV files into MySQL database using one of the following:

3.1 mysqlimport - Loads tables from text files in various formats

3.2 LOAD DATA INFILE command

3.3 Create the tables with CSV storage engine, replace the CSV file in the database directory

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert an Excel database to a Mysql database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can Excel be used as a database successfully?

Yes, Excel can be used as a database but not to the same extent as other applications. It is primarily a spreadsheet application, so it does not have all the facilities you might want if you are creating a database. Something like Oracle or MySQL or Microsoft Access are better suited to be used as a database.


How can you convert an Access database to an Excel spreadsheet?

To export the Access database to an Excel sheet in an easy way and for a detailed explanation, see the related links.


How do you create a new database in MySQL?

The MySQL command is "CREATE DATABASE [dbname]" with "[dbname]" replaced with your desired database name.


How to upload excel sheet data into a MySQL database using JSP and Servlets?

It is very easy to upload excel spreadsheet data into a MySQL database using JSP and servlets. Within Java there is a tool where you can designate the name and location of the file you would like to import. Once you furnish the file name Java server pages will do the work for you.


How do you convert Florida Lotto prior winnings to an Excel spreadsheet?

Copy database from florida lotto to excel.


What type of database is used in Friendster?

MYSQL database


What is MyISAM in MySQL?

MyISAM is the default table engine in the MySQL database.


What database does the WAMP server refer to when it?

WAMP stands for Windows Apache Mysql PHP. Mysql is the default database in WAMP


How do you create data base?

You use the appropriate tools from your database's system or third-party tools. For MySQL, you can use PhpMyAdmin to create a database. For Oracle, or Microsoft SQL Server, or other applications, they have tools for this purpose.


What is wikipedia's database website?

Wikipedia uses MySQL as its database.


How do you copy a database of mysql in wamp server from one computer to another?

You have several options: * copy the database files from mysql/data/<database_name> to a new mysql Installation * use mysqldump utility to export the data from your database and load it into the new mysql installation * setup replication


What company is the developer of the MySQL database?

The developer of the MySQL database software was MySQL AB, which was bought by Sun 2008 for one billion dollars. Oracle then acquire sun and hence MySQL and is currently responsible for the continuing development.