Facing issue while using SQL

while using mysql command getting following error
" ERROR 1226 (42000): User ‘Ana0nash’ has exceeded the ‘max_user_connections’ resource (

current value: 1)"

Hi @Ana0nash It says ‘max_user_connection’ reached. Seems like your previous mysql is still active. Can you try killing all your process with command like pkill -u <yourusername> then check again?