Para verificar a versão do MySQL instalada, abra o terminal e digite:
mysql -V
O meu é a versão 5.7.18
mysql Ver 14.14 Distrib 5.7.18, for Linux (x86_64) using EditLine wrapper
Para usar o MySQL
Digite mysql -u username -p
Em seguida, informe sua senha que você definiu ao instalar. O nome de usuário geralmente é root
. Então comece a escrever comandos SQL.
Meu:
subroot@subroot:~$ mysql -u root -p
Enter password: ********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 5.7.18-0ubuntu0.16.04.1 (Ubuntu)
Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>