我在 vultr 上有一个带有 phpmyadmin 的新 Centos 8 服务器:
Server: Localhost via UNIX socket
Tipo di server: MariaDB
Connessione Server: SSL inattivo
Versione del server: 10.3.17-MariaDB - MariaDB Server
Versione protocollo: 10
Apache/2.4.37 (centos) OpenSSL/1.1.1c
Versione del client del database: libmysql - mysqlnd 7.4.3
Estensione PHP: mysqli curl mbstring
Versione PHP: 7.4.3
Informazioni sulla versione: 4.9.2, versione stabile piú recente: 4.9.4
我尝试导入的任何文件,即使是很小的 (5Mb)、.zip 或 .sql,最终都会出现在:
Gateway Timeout The gateway did not receive a timely response from the upstream server or application.
我还尝试在 php.ini 上将上传和超时时间设置为 10 分钟,并将上传大小设置为 512Mbs,但没有任何改变。
我可以毫无问题地从终端加载 .sql 文件
mysql -u username -p database < /var/www/html/sql_file.sql
但是我能做些什么来了解什么在 phpmyadmin 中不起作用并使导入到 phpmyadmin 中起作用?
- - - - - - - - - - - 更新 - - - - - - -
我尝试升级到 phpmyadmin 5.0.1,没有任何变化,还有 2 个新错误:“$cfg['TempDir'] (./tmp/) is not access”和“need a blowfish_secret”