标签: php
如何使用exec()方法在php中导入.sql文件? 它的输出是什么?
答案 0 :(得分:0)
您需要使用命令行客户端。例如,使用mysql:
exec('mysql db_name < script.sql > results')