About 9,270,000 results
Open links in new tab
  1. How to Import a MySQL Database using phpMyAdmin

    Dec 17, 2021 · In this tutorial, we will show you how to import a MySQL Database using phpMyAdmin in cPanel. Advanced users can create and import the database using SSH. We’ll …

  2. Import and export — phpMyAdmin 5.2.4-dev documentation

    To import data into a specific database or table, open the database or table before going to the “Import” tab. In addition to the standard Import and Export tab, you can also import an SQL file …

  3. How to import large sql file in phpmyadmin - Stack Overflow

    Jul 3, 2012 · Take that large .sql file that you’re trying to import, and put it in that new upload folder. Now, the next time you go to import a database into phpMyAdmin, you’ll see a new …

  4. How To Import Large SQL File In PHPMyadmin - PHP Dev Zone

    Feb 11, 2023 · Learn how to import large SQL files in phpMyAdmin without errors. Step-by-step tutorial for increasing upload size, avoiding timeouts, and using command line for faster …

  5. phpMyAdmin – How to Import a Database? - Phppot

    Feb 24, 2024 · Go to the “Import” tab in the phpMyAdmin and upload a file (SQL, CSV …) source that contains the database dumb. Choose a database and drag and drop the import file to the …

  6. 3 Ways To Import SQL File In MySQL (Step-By-Step Guide)

    Nov 11, 2023 · This tutorial will walk through how to import SQL files in MySQL - By using the command line, MySQL workbench, or phpMyAdmin.

  7. How to import database to phpmyadmin - YouTube

    In this comprehensive video tutorial, we will guide you step-by-step through the process of importing a database into phpMyAdmin. Whether you're a beginner or an experienced …

  8. How to import and export databases via phpMyAdmin

    Apr 6, 2025 · To begin importing a database using phpMyAdmin, you first need to ensure that you have the database file (usually a .sql file) ready to import. Here’s how you can do it: Log in to …

  9. How To: Import an SQL Database using PHPMyAdmin - Medium

    Dec 2, 2023 · In this tutorial, you will learn how to import a MySQL database through PHPMyAdmin — this will be the same for localhost and live servers. Throughout this tutorial, I …

  10. How to Import Large SQL file in phpMyAdmin? - Host IT Smart

    With the right approach and some optimizations, it is possible to import large SQL files into phpMyAdmin successfully. In this article, we will discuss the solutions with which you can …