What to do if phpmyadmin cannot read the file
Dec 13, 2019 am 11:38 AMWhen 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!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Where does the wordpress database exist?

How to add foreign keys in phpmyadmin

What is the password for the phpmyadmin account?

How to delete data table in phpmyadmin

Where is the associated view of phpmyadmin
