How to import Excel CSV file in MySQL Workbench | Fast and simple method | Data Query

preview_player
Показать описание
In this video you will learn two methods to import CSV file in MySQL worbench.
First method is using MySQL workbench GUI with simple clicks useful for small files but not big CSV file.
Second method is by using SQL Commands or queries which is very effficient to load big csv files.
Timcodes
00:00 - Intro
00:47 - Import small CSV files using MySQL GUI
05:27 - Import big CSV files using SQL command
Рекомендации по теме
Комментарии
Автор

perfect, Brazil thank you for your class

curiosidadescomgil
Автор

It was too helpful for me bro....I loved your

Drtanwirhasan
Автор

I am getting error " the mysql server is running with the secure file priv option so it cannot execute this statement"

omkarkapse
Автор

Error code 29 after executing that query.please help me @data query

kanchans
Автор

Bor what If I have dataset for example covid_deaths and it contain columns like new_cases, total_deaths which contain some missing values. Then how we should load this dataset by doing the same method you have explained. I am doing project in which I am facing the issue while loading the file. Please guide me👏

uzeyirktk
Автор

After passing the query show variable "secure-file-priv". I'm getting 0 rows returned

amitmaurya
Автор

Helpful video but i have question: what if i have a big csv file with also a LOT of columns? I have to define manually each of that columns by myself in the CREATE TABLE query or there is a faster way?

RavenFelman
Автор

Error Code: 1366. Incorrect integer value: '"1"' for column 'id' at row 1. I have checked the csv data didn't have ''1''. How should I solve this. Please guide me

uzeyirktk
Автор

I am getting error : “mysql server is running with the secure priv option, so it cannot execute this statement “ . Could you tell me how to resolve this error ??

reshomroy