【已解答】未安装phpMyAdmin,请到【软件商店】页面安装!
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:系统版本:
问题描述:未安装phpMyAdmin,请到【软件商店】页面安装!
相关截图(日志、错误):
您好,您到面板---软件商店内安装PHPmyadmin服务,不然您那边无法正常使用数据库管理功能的 商店已经显示安装成功啦但是打开依然还是显示请到商店安装PHPmyadmin
谢花郎 发表于 2023-4-18 16:49
您好,您到面板---软件商店内安装PHPmyadmin服务,不然您那边无法正常使用数据库管理功能的 ...
商店已经显示安装成功啦但是打开依然还是显示请到商店安装PHPmyadmin
宝塔用_6745 发表于 2023-4-29 13:48
商店已经显示安装成功啦但是打开依然还是显示请到商店安装PHPmyadmin
麻烦您根据截图提供下执行日志,看下具体安装过程中有无其他错误
本帖最后由 宝塔用户_jkqbdt 于 2023-8-20 10:54 编辑
谢花郎 发表于 2023-5-4 09:45
麻烦您根据截图提供下执行日志,看下具体安装过程中有无其他错误
Connecting to na1-node.bt.cn (na1-node.bt.cn)|128.1.164.196|:443... connected.
ERROR: cannot verify na1-node.bt.cn's certificate, issued by ‘CN=sslTrus (RSA) OV CA,O=sslTrus,C=CN’:
Unable to locally verify the issuer's authority.
To connect to na1-node.bt.cn insecurely, use `--no-check-certificate'.
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of phpMyAdmin.zip or
phpMyAdmin.zip.zip, and cannot find phpMyAdmin.zip.ZIP, period.
mv: cannot stat '/www/server/phpmyadmin/databaseAdmin': No such file or directory
chmod: cannot access '/www/server/phpmyadmin/phpmyadmin_554b1a7a80600237': No such file or directory
chown: cannot access '/www/server/phpmyadmin/phpmyadmin_554b1a7a80600237': No such file or directory
cp: cannot stat '/www/server/phpmyadmin/phpmyadmin_554b1a7a80600237/config.sample.inc.php': No such file or directory
sed: can't read /www/server/phpmyadmin/phpmyadmin_554b1a7a80600237/config.inc.php: No such file or directory
sed: can't read /www/server/phpmyadmin/phpmyadmin_554b1a7a80600237/libraries/config.default.php: No such file or directory
Reload service nginx... done
phpmyadmin.sh: line 90: firewall-cmd: command not found
phpmyadmin.sh: line 91: firewall-cmd: command not found
|-Successify --- 命令已执行! ---
宝塔用户_jkqbdt 发表于 2023-8-20 10:51
Connecting to na1-node.bt.cn (na1-node.bt.cn)|128.1.164.196|:443... connected.
ERROR: cannot verify ...
提示--no-check-certificate错误问题,您可以尝试下面方法处理:
1.替换服务器系统根证书
curl --etag-compare etag.txt --etag-save etag.txt --remote-name https://curl.se/ca/cacert.pem
如果提示不支持 etag,则使用这条命令
curl --remote-name --time-cond cacert.pem https://curl.se/ca/cacert.pem
2.更新指定SSL路径变量
update-ca-certificates --verbose --fresh
export SSL_CERT_DIR=/etc/ssl/certs
如需永久添加,则修改~/.bashrc
添加:export SSL_CERT_DIR=/etc/ssl/certs
执行source ~/.bashrc生效 谢花郎 发表于 2023-8-21 09:23
提示--no-check-certificate错误问题,您可以尝试下面方法处理:
1.替换服务器系统根证书
我这个怎么解决啊
宝塔用户_vieupu 发表于 2024-7-6 21:02
我这个怎么解决啊
2024-07-06 20:54:12 (584 KB/s) - ‘phpMyAdmin.zip’ saved
chown: warning: '.' should be ':': ‘www.www’
Reload service nginx... done
phpmyadmin.sh: line 95: firewall-cmd: command not found
phpmyadmin.sh: line 96: firewall-cmd: command not found
|-Successify --- 命令已执行! ---
页:
[1]