DEV Community

Cover image for Cara Import Dan Export Table Database Mysql
MedanInCode
MedanInCode

Posted on • Originally published at medanincode.com

3 2

Cara Import Dan Export Table Database Mysql

Tutorial ini dibuat karena masih banyak yang tidak tahu cara export dan import table ke database.Padahal caranya sangat mudah.Disini kita akan menggunakan managemen database standart PhpMyAdmin

Cara Import Database

  1. Masuk ke localhost/phpmyadmin
  2. Klik Database yang akan di import.
  3. Klik Tab Import ,lihat gambar dibawah.
  4. Klik Choose dan pilih file .sql yang akan diimport lalu tekan Button GO.Untuk nama button Choose bisa berbeda tergantung bahasa.

Import Database MedanInCode

Setelah itu tunggu sampai import selesai.Untuk catatan saja kita bisa mengimport file berformat .sql ataupun yang sudah dicompress seperti .zip ,untuk .rar tidak support.

Cara Export Database

  1. Masuk ke localhost/phpmyadmin
  2. Klik Database yang akan di export datanya.
  3. Klik Tab Export ,lihat gambar dibawah.
  4. Ada dua tipe Quick dan Custom.Tipe Quick jika ingin mengexport semuanya,tipe Custom jika misalnya hanya ingin beberapa tabel atau hanya tabel tanpa datanya.Jika sudah tekan Go

Export Database MedanInCode

Sekian tutorial kali ini semoga membantu.

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay