Do you have a database user called ilias@localhost ? It doesn't sound like it, you will have to create that user.
CREATE USER 'ilias'@'localhost' IDENTIFIED BY 'YOURPASSWORDHERE';
CREATE USER 'ilias'@'localhost' IDENTIFIED BY 'YOURPASSWORDHERE';