you can either use the MySQL command client or a visual client such as MySQL Workbench, HeidiSQL, PHPMyAdmin or the host of others out there
as far as I can see your MySQL command line client is working fine. I don't know what the stuff above the last 9 lines is.. but from e:\ptogram files.... everything seems fine.
I don't know what you mean by 'unmannered' or distorted in this context
however Id suggest you reopen your MySQL command line client and then issue a few SQL statements
eg
show databases;
select * from mydatabase.mytable;
replacing mydatabase and mytable with valid names within your schema
if you are struggling with that then consider downloading somethign like MySQL Workbench from the MySQL site