Terminal TERM issue
So, I am using Mac OSX(10.9.5) Darwin, when I connect to my server remotely via SSH and then "clear" commands give me error " TERM not set".
I thought this error is from the server side, also then when I connected to MySQL on executing queries/commands i got empty/blank output.
again thought its maybe a bug in debian(server) or MySQL until today.
I logged into server using PuTTY from a windows device and everything worked well. I was able to use clear command, and even MySQL is giving output, again when I logged in using terminal(Mac OSX) I faced same issues.
here is my .profile content:
MacBook-Pro:~$ cat ~/.profile
# MacPorts Installer addition on 2014-11-05_at_22:40:13: adding an appropriate PATH variable for use with MacPorts.
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# Finished adapting your PATH environment variable for use with MacPorts.
Any suggestions? I am not sure why am I facing this issue.
MacBook Pro with Retina display, OS X Mavericks (10.9.5)