Category: phpMyAdmin

在 phpMyAdmin 中提示:检测到了一个错误,错误报告已生成但发送失败。 如果您遇到问题,请手动提交漏洞报告。 您需要刷新当前页面。 0

In phpMyAdmin : An error was detected and the error report was generated but failed to send. If you are having problems, please submit vulnerability reports manually. You need to refresh the current page.

Post Views: 17 1. In phpMyAdmin, it prompts: An error was detected, the error report has been generated but failed to send. If you are having problems, please submit vulnerability reports manually. You need...

在 phpMyAdmin 中登录时,提示:mysqli::real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]。 0

When logging in in phpMyAdmin, the prompt: mysqli::real_connect(): the server requested authentication method unknown to the client[caching_sha2_password]

Post Views: 17 1. When logging in in phpMyAdmin, prompt: mysqli::real_connect(): The server requested authentication method unknown to the client[caching_sha2_password]. as shown in Figure 1 2. Starting with MySQL 8.0, the default authentication method...

WordPress更新,您使用的WordPress是最新版本。 将来的安全更新将被自动安装。插件、主题、翻译均为最新版本。 0

Based on Alibaba Cloud’s ECS and RDS, the personal blog migration is upgraded to: Docker (based on budget considerations, ultimately not realized), LNMP (CentOS 7.7, Nginx 1.16, MySQL 5.7, PHP 7.4), the process of HTTPS

Post Views: 19 1. Enter the CentOS server based on Xshell 6, compress and package the website program directory, execute the compression command, and the execution result is shown in Figure 1 2. Connect...

之前很长一段时间内皆是未出现 html 转义字符的,不确定是因为升级还是什么原因导致的了,之前发布的文章也出现了 html 转义字符 0

The solution to the html escape character in SyntaxHighlighter 3.x of WordPress 4.9.8 is rooted in the Gutenberg editor

Post Views: 12 1. HTML escape characters appear in SyntaxHighlighter 3.x of WordPress 4.9.8, and newline tags are automatically added, etc., as shown in Figure 1 2. The expected format should not appear HTML...

下载配置文件:config.inc.php,复制 config.inc.php 至 \phpmyadmin-localhost\config.inc.php,打开网址:http://localhost/phpmyadmin-localhost ,登录时,选择服务器已经存在2个,可以自行选择登录哪个服务器 0

Install phpMyAdmin 4.8 in Windows 10, and upgrade based on Composer to avoid the trouble of subsequent manual installation and upgrade

Post Views: 15 1. Reference URL:https://docs.phpmyadmin.net/zh_CN/latest/setup.html#installing-using-composer 2. Install and run the command based on composer, as shown in Figure 1 3. Enter the phpmyadmin-localhost directory, update phpmyadmin to the latest version, and run the...

在 Postman 中,GET http://api.github-shuijingwan-yii2-app-advanced.localhost/v1/logs?filter[level]=4&filter[category][like]=api\behaviors\RequestLogBehavior&filter[prefix][like]=app-api&filter[log_time][gte]=1528090828&filter[log_time][lte]=1529564924.6648 ,200响应,空数组已经被自动转换为空对象,以保证字段格式的统一,GET http://api.github-shuijingwan-yii2-app-advanced.localhost/v1/logs/3 0

Based on yiisoft/yii2-app-advanced, create a new repository yii2-app-advanced on github, and create a new interface application (implement RESTful-style web service services. API), adjust the default character set to: utf8mb4, the adjustment of the interface response format, the empty array is automatically converted to empty objects, and the request log message is collected in the interface application (1 request corresponds to 1 log message) to the database, and the corresponding interface to implement the log function: log list (set data filter to enable filter processing), log details

Post Views: 37 1. Set the default collation of the database as: utf8mb4_unicode_ci, as shown in Figure 1 2. Modify the default character set for database connections: utf8mb4, edit the configuration file in the...