Home Database phpMyAdmin What to do if phpmyadmin cannot read the file

What to do if phpmyadmin cannot read the file

Dec 13, 2019 am 11:38 AM
phpmyadmin

What to do if phpmyadmin cannot read the file

When phpmyadmin imports the database file and the file cannot be read, you can directly import it through the command.

Example:

When phpMyAdmin imports database.4.0.mysql, it prompts that the file cannot be read and the database has no tables

Solution:

Do not use phpMyAdmin Import, directly use the command to import

Enter the mysql database console,

mysql -u root -p

mysql>use database

Then use the source command , the following parameters are script files (such as .sql used here)

mysql>source d:\webs\drupal\database\database.4.1.mysql

Recommended learning: phpmyadmin tutorial

The above is the detailed content of What to do if phpmyadmin cannot read the file. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to set primary key in phpmyadmin How to set primary key in phpmyadmin Apr 07, 2024 pm 02:54 PM

How to set primary key in phpmyadmin

Where does the wordpress database exist? Where does the wordpress database exist? Apr 15, 2024 pm 10:39 PM

Where does the wordpress database exist?

How to add foreign keys in phpmyadmin How to add foreign keys in phpmyadmin Apr 07, 2024 pm 02:36 PM

How to add foreign keys in phpmyadmin

What is the password for the phpmyadmin account? What is the password for the phpmyadmin account? Apr 07, 2024 pm 01:09 PM

What is the password for the phpmyadmin account?

How to delete data table in phpmyadmin How to delete data table in phpmyadmin Apr 07, 2024 pm 03:00 PM

How to delete data table in phpmyadmin

Where is the phpmyadmin log? Where is the phpmyadmin log? Apr 07, 2024 pm 12:57 PM

Where is the phpmyadmin log?

why phpmyadmin access denied why phpmyadmin access denied Apr 07, 2024 pm 01:03 PM

why phpmyadmin access denied

Where is the associated view of phpmyadmin Where is the associated view of phpmyadmin Apr 07, 2024 pm 01:00 PM

Where is the associated view of phpmyadmin

See all articles