Coggle requires JavaScript to display documents.
SELECT VERSION(); SELECT NOW();
use mysql
select database();
shell> mysql -h host -u user -p Enter password: ********
Method 1: mysql -u user -p Method 2: mysql -p