I actually thought I could do this until I tried. I installed MySQL server on one PC in the Local network IP Address (192.168.1.4) and now I am trying to access it from anot
This is connecting to the intended host as you require it to. t is just stating who is connecting. and where from.
USER@DOMAIN
user : your user running the mysql command domain : name of the system you are connecting from.
Log into mysql via the server using -u root, ensure the user 'domico' is created and has sufficient access.