As I understand in mariadb two users with same username and different hostnames are considered two different accounts?
create user employee@192.168.1.2;
create user employee@192.168.1.3;
Does it create two different accounts? And what is the rationale behind this?