小工具      在线工具  汉语词典  dos游戏  css  js  c++  java

localhost账号密码_如何在Localhost上重置WordPress管理员密码

数据库,python,java,wordpress,linux 额外说明

收录于:17天前

本地主机帐户密码

Recently, one of our users asked us how to reset WordPress admin password on localhost? If you are 在本地主机上运行 WordPress and forget your password, then you can’t reset it by email. In this article, we will show you how to reset WordPress admin password on localhost.

最近,我们的一位用户问我们如何在localhost上重置WordPress管理员密码? 如果您在本地主机上运行 WordPress并忘记了密码,则无法通过电子邮件重置密码。 在本文中,我们将向您展示如何在本地主机上重置WordPress管理员密码。

How to reset WordPress admin password on localhost
为什么密码重置在Localhost上不起作用? Why Password Reset Doesn’t Work on Localhost?

The term 本地主机 is used to describe a local server that is not available to the general public. For example: your personal computer.

本地主机一词用于描述本地公众无法使用的本地服务器。 例如:您的个人计算机。

Many WordPress users install WordPress on localhost (in their computer) to test changes, design websites, try out new plugins, and even 学习WordPress.

许多WordPress用户在其本地计算机上的本地主机上安装WordPress,以测试更改,设计网站,试用新插件,甚至学习WordPress

If you haven’t tried it, then see our tutorial on 如何使用 WAMP 在 Windows 计算机上安装 WordPress.

如果您还没有尝试过,请参阅我们的教程, 应该教程如何使用 WAMP 在 Windows 计算机上安装 WordPress

Mac users can follow instructions in our tutorial on 如何使用 MAMP 在 Mac 上本地安装 WordPress.

Mac用户可以按照我们的教程中有关有关如何使用 MAMP 在 Mac 上本地安装 WordPress 的说明

现在这是一些初学者可能会遇到的问题。

这是一些初学者可能会遇到的问题。

If you forget your WordPress admin password while working on localhost, then you will be NOT be able to reset it using the normal WordPress 中的密码重置选项.

如果您在localhost上工作时忘记了WordPress管理员密码,则将无法使用WordPress的常规密码重置选项来重置它。

密码重置选项会通过电子邮件向您发送重置 WordPress 密码的链接。为了发送电子邮件,您的服务器需要启用邮件功能。

密码重置选项会通过电子邮件向您发送重置 WordPress 密码的链接。为了发送电子邮件,您的服务器需要启用邮件。

此功能在本地服务器上默认关闭,这意味着 WordPress 将无法发送密码重置电子邮件。

默认情况下,此功能在本地服务器上处于关闭状态,这意味着 WordPress 将无法发送密码重置电子邮件。

但不用担心,有一种方法可以在本地主机上重置 WordPress 密码。

但不用担心,有一种方法可以在本地主机上重置 WordPress 密码。

准备好?让我们开始吧。

准备?开始吧。

影片教学 Video Tutorial

演示地址

如果您不喜欢该视频或需要更多说明,请继续阅读。

如果您不喜欢该视频或需要更多说明,请继续阅读。

在Localhost上重置WordPress管理员密码 Reset WordPress Admin Password on Localhost

We will be using php我的管理员 to reset password on localhost. Simply visit phpMyAdmin control panel by typing this URL in your browser’s address bar:

我们将使用php我的管理员在本地主机上重置密码。 只需在浏览器的地址栏中输入以下URL,即可访问phpMyAdmin控制面板:

http://localhost/phpmyadmin/

http://localhost/phpmyadmin/

系统会要求您提供 MySQL 用户名和密码。通常,用户名是 root,没有密码。

系统将要求您提供 MySQL 用户名和密码。通常,用户名是 root,没有密码。

登录后,您需要选择您的 WordPress 数据库。

登录后,您需要选择您的 WordPress 数据库。

Select database

选择数据库后,您将看到 WordPress 数据库中的表列表。继续并单击 WordPress 用户表旁边的浏览链接。

选择数据库后,您将看到 WordPress 数据库中的表列表。继续并单击 WordPress 用户表旁边的浏览链接。

Users table in WordPress database

您现在将在用户表中看到条目列表。行数取决于您的 WordPress 网站上注册的用户数量。

现在您将看到用户表中的条目列表。行数取决于您的 WordPress 网站上注册的用户数量。

接下来,您需要单击管理员用户用户名旁边的编辑链接。

接下来,您需要单击管理员用户名旁边的“编辑”链接。

Browsing users table in WordPress DB

这将打开一个表单,您可以在其中编辑该用户存储在 WordPress 数据库中的信息。

这将打开一个表单,您可以在其中编辑该用户的 WordPress 数据库中存储的信息。

Changing user password

Scroll down to 用户密码 field and type a new password in the ‘value’ column. After that you need to select MD5 in the ‘function’ column.

向下滚动到用户密码字段,然后在“值”列中输入新密码。 之后,您需要在“功能”列中选择MD5

Don’t forget to click on the button at the bottom to save your changes.

不要忘记单击底部的“ 去”按钮以保存更改。

就这样,您现在可以使用新密码在本地主机上登录 WordPress 站点。

就是这样,您现在可以使用新密码登录到本地主机上的 WordPress 站点。

If for some reason you’re having a hard time following the phpMyAdmin method, then please look at our guide on 如何使用functions.php文件创建WordPress管理员用户. Simply open your theme’s functions.php file and paste the code in the article above, and you’ll be good to go.

如果由于某些原因您在使用phpMyAdmin方法时遇到麻烦,请查看我们的指南, 应该指南介绍如何使用functions.php文件创建WordPress管理员用户 。 只需打开您主题的functions.php文件,然后将代码粘贴到上面的文章中,就可以了。

We hope this article, helped you learn how to reset WordPress admin password on localhost. You may also want to see our guide on how to 如何将 WordPress 从本地服务器移动到实时站点.

我们希望本文能帮助您学习如何在localhost上重置WordPress管理员密码。 您可能还想查看有关如何将 WordPress 从本地服务器移动到实时站点的指南

If you liked this article, then please subscribe to our YouTube 频道 for WordPress video tutorials. You can also find us on 推特 and Facebook.

如果您喜欢这篇文章,请订阅我们的YouTube 频道 WordPress视频教程。 您也可以在推特Facebook上找到我们。

翻译自: https://www.wpbeginner.com/wp-tutorials/how-to-reset-wordpress-admin-password-on-localhost/

本地主机帐户密码

. . .

相关推荐

额外说明

linux环境 gson日期格式问题

今天遇到一个问题: 在本地window环境下就很正常,丢linux环境就出错!!!!! FaultRecord event = null; try{ Gson gson = new

额外说明

C# 36.DataGridView 行号

1. 选择一行触发一个事件 private System.Windows.Forms.DataGridView dataGridView1; private void dataGridView1_RowHeaderMouseClick(objec

额外说明

商城项目02_环境搭建、安装VAGRANT、DOCKER、MYSQL、REDIS、从零开始搭建各种微服务项目、数据库初始化、NGINX安装

文章目录 ①. virtualBox - 管理虚拟机 ②. vagrant - 安装虚拟机 ③. 虚拟机安装 - docker ④. docker上安装mysql ⑤. docker上安装redis ⑥. 从gitee初始化一个微服务 ⑦. 从0搭建各个

额外说明

反射Reflection(Java基础)

1>.Java反射机制概述 2>.理解Class类并获取Class实例 3>.类的加载与ClassLoader的理解 4>.创建运行时类的对象 5>.获取运行时类的Constructor 5>.获取运行时类的Field 6>.获取运行时类的M

额外说明

企业级实战——畅购商城SpringCloud-微服务网关鉴权&限流解决方案-JWT+nginx——添加商品组合对象构建

QQ 1274510382 Wechat JNZ_aming 商业联盟 QQ群538250800 技术搞事 QQ群599020441 解决方案 QQ群152889761 加入我们 QQ群649347320 共享学习 QQ群674240731 纪年科技am

额外说明

SpringSecurity自动登录详解

前言 使用SpringSecurity管理用户的登录退出功能时,其底层就会按照SpringSecurity的机制进行会话的管理,有这么一种场景,登录的用户信息需要保留10天,这样的需求该怎么实现呢? 1、SpringSecurity登出功能 沿用之前的案

额外说明

Windows 终端 Terminal 配置

文章目录 Windows 终端 Terminal 配置 修改默认启动的命令 添加 cmder 到 Windows Terminal 添加 git bash 到 Windows Terminal 为Windows PowerShell 配置别名 Alias

额外说明

无心剑英译林清玄《永恒》

永恒 Eternity 林清玄 By Lin Qingxuan 有一次,她告诉他一个故事。 She once told him a story. 说是有一对情侣一起去登喜马拉雅山,恰好遇到雪崩,他被滚落的雪卷走,到一个不知名的地方,而她则站在那滚去的雪堆

额外说明

SQLCLR(二)存储过程和自定义函数

SQLCLR(二)存储过程和自定义函数 自定义函数和存储过程在.net里其实都是方法。只是方法上方标注[Microsoft.SqlServer.Server.SqlProcedure] 和[Microsoft.SqlServer.Server.SqlFu

额外说明

wordpress安装插件_您应该安装未经WordPress版本测试的插件吗?

WordPress安装插件 我们的用户经常询问我们有关插件未使用其 WordPress 版本进行测试的警告。你应该安装那个插件吗?或者找到另一个插件?在本文中,我们将讨论为什么您应该安装未经您的 WordPress 版本测试的插件?这意味着什么?您可以如

ads via 小工具