use mysql;
update user set password=password('변경할 비밀번호') where user='root';
flush privileges;
'프로그래밍 > Web' 카테고리의 다른 글
SQL Injection 필터링 - substr,ascii,infromation_schema (0) | 2013.12.19 |
---|---|
set character set gbk 취약점 (0) | 2013.12.18 |
[PHP] textarea (0) | 2013.12.09 |
javascript 로 POST값 넘겨주기 (0) | 2013.12.05 |
WebShell 우회 등록 (0) | 2013.12.05 |