📜  xampp mysql 用户名和密码 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:09.947000             🧑  作者: Mango

代码示例1
You want to edit this file: "\xampp\phpMyAdmin\config.inc.php"

change this line:

$cfg['Servers'][$i]['password'] = 'WhateverPassword';
to whatever your password is. If you don't remember your password, then run this command within the Shell:

mysqladmin.exe -u root password WhateverPassword
where WhateverPassword is your new password.