How to 'Import SQL file to MySQL'

preview_player
Показать описание
In this video you can learn how to import .sql file to mysql database

Description:

1. First you need .sql file to be stored in any drive or directory
2. Then you need to check where database with same name exist or not using command SHOW DATABASES;
3. If exist remove database if no problem using command DROP DATABASE DATABASE_NAME;
4. Then create database again using command CREATE DATABASE DATABASE_NAME;
5. Then enter into database using command USER DATABASE_NAME;
6. Then type command SOURCE F:/DATABASE_FILE_NAME.SQL
7. F:/ is the drive where .sql file is stored.
Рекомендации по теме
Комментарии
Автор

Literally the only good video on this, everyone else always skips steps for some god damn reason.

watariovids
Автор

Very straight to the point.Thank you very much.

henrynnonyelu
Автор

This was exactly the info I was looking for! Thank you so much!

aureliolorenzo
Автор

Was having this difficulty since quite a while. Thank you so much!

mehulchoksi
Автор

Thank You .... Only Solution that seems to be working
Can you please make another video on How to import all databases backup using Source Command

radheshkhanna
Автор

SImple, concise and precise.. THANK YOU :)

MindScape
Автор

Best video as well as easy process. Thank u

harshbardhansingh
Автор

Such A great content. We need more videos.

byeworld
Автор

Good video . It helps to connect python to mysql.thanks lot

k.baskarkkb
Автор

Thank you so much sir, Simple and easy steps :)

rishikandwal
Автор

thanks you gave a simple way to import .sql file

pallavigupta
Автор

Thank you so much for the video. It helps a lot and resolved my issue.

balajikumar
Автор

thank you so much sir, your technique is working fine .

ajinath
Автор

Thank you very much sir it helped me a lot i am so grateful to you

Nagasuhas_M
Автор

Its a good video bro helped me a lot, thanks

DavidHergo
Автор

Thank you very much your video is really helpful.

arnabsaha
Автор

excelent video brow is the best video about it in youtube.... thanks!

sirwrad
Автор

All good but one thing you should say to user to start xampp (mysql apache)

test-bngr
Автор

Hello Sir
Can you please let me know the procedure for migration of stored procedure from SSMS TO MYSQL

ayushsharma-brlc
Автор

If the text file isnt available in database then how I can add this

shubhamsulakhe