Home>Article>Operation and Maintenance> phpstudy error logging into phpmyadmin

phpstudy error logging into phpmyadmin

王林
王林 Original
2019-10-12 17:57:52 3774browse

phpstudy error logging into phpmyadmin

1. Open the mysql console of phpStudy, and it will prompt you to enter the password. The password will be blank at first, just press Enter

2. Enter [use mysql], console Prompt【Database changed】

3. Enter update user set password=PASSWORD('password to be modified') where user='root';

Console prompt【Query OK ,XXXXXXXXX]

4. Finally enter [flush privileges;] and submit.

phpstudy error logging into phpmyadmin

Recommended tutorial:phpstudy usage tutorial

The above is the detailed content of phpstudy error logging into phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn