Solution to the inability to import sql files in PhpMyAdmin
In the command window:
mysql>source d:/datafilename.sql
The above introduces the solution to the problem that phpmyadmin cannot import sql files in PhpMyAdmin, including the content of phpmyadmin. I hope it will be helpful to friends who are interested in PHP tutorials.