New to linux. I want to connect to mysql server from ubuntu terminal and execute commands, please help.
Launch terminal and execute following command mysql -h <ipaddress> -u <username> -p for example mysql -h 10.11.12.13 -u john -p This will prompt for the password, once successfully entered will show you the following mysql prompt mysql>