怎么进行加密访问phpmyadmin

51次阅读
没有评论

共计 1560 个字符,预计需要花费 4 分钟才能阅读完成。

自动写代码机器人,免费开通

这篇文章给大家分享的是有关怎么进行加密访问 phpmyadmin 的内容。丸趣 TV 小编觉得挺实用的,因此分享给大家做个参考。一起跟随丸趣 TV 小编过来看看吧。

首先建议大家检查一下自己是否设置了一系列的安全账号,进入 linux 系统的命令终端,输入:sudo /opt/lampp/lampp security

然后就会出现一些列的账号设置,大家一路设置下去就行,总体设置如下所示:

XAMPP: Quick security check…

XAMPP: Your XAMPP pages are NOT secured by a password.

XAMPP: Do you want to set a password? [yes] yes (1)

XAMPP: Password: ******

XAMPP: Password (again): ******

XAMPP: Password protection active. Please use lampp as user name!

XAMPP: MySQL is accessable via network.

XAMPP: Normaly that s not recommended. Do you want me to turn it off? [yes] yes

XAMPP: Turned off.

XAMPP: Stopping MySQL…

XAMPP: Starting MySQL…

XAMPP: The MySQL/phpMyAdmin user pma has no password set!!!

XAMPP: Do you want to set a password? [yes] yes

XAMPP: Password: ******

XAMPP: Password (again): ******

XAMPP: Setting new MySQL pma password.

XAMPP: Setting phpMyAdmin s pma password to the new one.

XAMPP: MySQL has no root passwort set!!!

XAMPP: Do you want to set a password? [yes] yes

XAMPP: Write the passworde somewhere down to make sure you won t forget it!!!

XAMPP: Password: ******

XAMPP: Password (again): ******

XAMPP: Setting new MySQL root password.

XAMPP: Setting phpMyAdmin s root password to the new one.

XAMPP: The FTP password for user nobody is still set to lampp .

XAMPP: Do you want to change the password? [yes] yes

XAMPP: Password: ******

XAMPP: Password (again): ******

XAMPP: Reload ProFTPD…

XAMPP: Done.

如果设置完毕之后(最好先重启 lampp 服务),还是不能通过账号和密码访问 phpmyadmin,那么需要修改一个文件。

打开 phpMyAdmin 根目录下的 config.inc.php,按照以下行修改就可以了:

把 $cfgServers[$i][auth_type]= config 修改成:

$cfgServers[$i][auth_type]= cookie

保存文件,重新访问 phpmyadmin 就可以使用账号的密码了。

如下图所示:

怎么进行加密访问 phpmyadmin

感谢各位的阅读!关于怎么进行加密访问 phpmyadmin 就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到吧!

向 AI 问一下细节

丸趣 TV 网 – 提供最优质的资源集合!

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-12-18发表,共计1560字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)