当前位置:网站首页>Zen administrator forgets password and retrieves password
Zen administrator forgets password and retrieves password
2022-07-22 17:03:00 【weixin_ forty-seven million fifty-six thousand one hundred and 】
1. Log in to deploy Zen Linux The server
/opt/zbox/run/mysql/mysql -uroot -p
2. Enter the default database password
Zen database root Default password 123456
3. Input : show databases;
It is shown as follows :
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| zentao |
| zentaobiz |
| zentaopro |
+--------------------+
6 rows in set (0.00 sec)
4. Input : use zentao;
MariaDB [(none)]> use zentao;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [zentao]>
5. Query user account and password , perform :select id,account,password from zt_user;
MariaDB [zentao]> select id,account,password from zt_user;
+----+---------------+----------------------------------+
| id | account | password |
+----+---------------+----------------------------------+
| 1 | admin | c0a3d0b20f617a23553dfa361c0e7088 |
| 2 | liujin | c0a3d0b20f617a23553dfa361c0e7088 |
| 3 | wangchengbing | c0a3d0b20f617a23553dfa361c0e7088 |
| 4 | zhaopengwei | c0a3d0b20f617a23553dfa361c0e7088 |
| 5 | gupengfei | c0a3d0b20f617a23553dfa361c0e7088 |
| 6 | liyucai | c0a3d0b20f617a23553dfa361c0e7088 |
| 7 | fujunshen | c0a3d0b20f617a23553dfa361c0e7088 |
| 8 | puchenglin | c0a3d0b20f617a23553dfa361c0e7088 |
+----+---------------+----------------------------------+
8 rows in set (0.000 sec)
MariaDB [zentao]>
You can see the user name and password in the table above , also id, Now we're going to id Change the password
6. modify , perform :update zt_user set password='e10adc3949ba59abbe56e057f20f883e' where id=1;
MariaDB [zentao]> update zt_user set password='e10adc3949ba59abbe56e057f20f883e' where id=1;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
MariaDB [zentao]>
Displaying the above information indicates that the password has been modified successfully
Encrypted string :e10adc3949ba59abbe56e057f20f883e
Indicates that the password is :123456
Now the password of the administrator has been changed to :123456, You can go to the page to log in to Zen
边栏推荐
- numpy.around
- ig,ax = plt.subplots()
- Grasp the development trend of robot education towards AI intelligence
- [ARC116F] Deque Game
- 【Redis】分布式场景下Redis高可用部署方案
- Hande enterprise PAAS platform hzero released version 1.5.0.release
- ES6箭头函数
- Parse numpy.random.get_ State() and numpy.random.set_ state()
- 【MySQL】sql调优实战教学
- Yuanqi Digitalization: existing mode or open source innovation Lixia action
猜你喜欢
【Redis】分布式场景下Redis高可用部署方案
The function and application of tostring() and rewriting
mysql基础+mysql集群复习
汉得企业级PaaS平台 HZERO 发布 1.5.0.RELEASE 版本
5. SSH Remote Service
UE4 地形工具的简单使用
汉得数字平台体系及试用知多少?
汉得企业级PaaS平台HZERO即将重磅开源!
HZERO企业级数字PaaS平台 (二)| 企业级权限体系
Hande enterprise digital PAAS platform hzero version 1.9.0 was officially released!
随机推荐
HIAM细粒度统一授权管理助力企业实现系统权限精细化管控
ES6箭头函数
lvs看这篇就够了
How much do you know about hande digital platform system and trial?
tf.get_ default_ graph
解析numpy.random.get_state()和numpy.random.set_state()
Inventory of e-mail security incidents in China in the first half of 2022
ES6 let and Const
How to connect Youxuan database on this computer
tf.random_normal_initializer
When the win10 system is turned on, the response is slower than usual. How to solve it by turning around and waiting for 1 minute?
UE4 修改默认缓存路径
Model compression, acceleration and mobile deployment
SAP wper (POS interface monitor) idco posting voucher ALV Report
UE4 钥匙开门
ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly
汉得企业级数字化PaaS平台 HZERO 1.9.0 版本正式发布!
AT2336 [ARC069D] Flags
[論文翻譯] Generalized Radiograph Representation Learning via Cross-Supervision Between Images
npm私服发包及使用