File: /home/purecell-18/.mariadb_history
_HiStOrY_V2_
show\040databases;
use\040mysql;
show\040tables;
select\040*\040from\040user;
select\040*\040from\040user\040limit\0400,1;
select\040host,user,password\040from\040user;
flush\040priviliges;
flush\040privileges;
use\040mysql;
ALTER\040USER\040'bumhan'@'localhost'\040IDENTIFIED\040BY\040'W05Ari21MpS';
CREATE\040USER\040'bumhan'@'localhost'\040IDENTIFIED\040BY\040'W05Ari21MpS';
select\040*\040from\040where\040user\040=\040'bumhan'
;
select\040*\040from\040where\040user\040=\040'bumhan';
select\040*\040from\040user\040where\040user\040=\040'bumhan';
CREATE\040USER\040'bumhan'@'127.0.0.1'\040IDENTIFIED\040BY\040'W05Ari21MpS';
ALTER\040USER\040'bumhan'@'127.0.0.1'\040IDENTIFIED\040BY\040'W05Ari21MpS';
flush\040privileges;
show\040databases;
use\040mysql;
select\040user,host\040from\040user;
DROP\040USER\040'bumhan'@'localhost';
show\040databases;