Używam ubuntu z pulpitem Xubuntu i zainstalowałem serwer mysql i klient mysql za pomocą terminala.
sudo apt-get install mysql-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic linux-headers-4.8.0-54 linux-headers-4.8.0-54-generic
linux-image-4.8.0-36-generic linux-image-4.8.0-54-generic linux-image-extra-4.8.0-36-generic
linux-image-extra-4.8.0-54-generic snap-confine
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
mysql-client
0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded.
Need to get 10,0 kB of archives.
After this operation, 184 kB of additional disk space will be used.
Get:1 http://pl.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-client all 5.7.18-0ubuntu0.16.04.1 [10,0 kB]
Fetched 10,0 kB in 0s (24,9 kB/s)
Selecting previously unselected package mysql-client.
(Reading database ... 315234 files and directories currently installed.)
Preparing to unpack .../mysql-client_5.7.18-0ubuntu0.16.04.1_all.deb ...
Unpacking mysql-client (5.7.18-0ubuntu0.16.04.1) ...
Setting up mysql-client (5.7.18-0ubuntu0.16.04.1) ...
A teraz nie wiem, jak mogę uruchomić klienta mysql i gdzie klient został zainstalowany.
mysql -u username -p
Odpowiedzi:
Aby sprawdzić zainstalowaną wersję MySQL, otwórz terminal i wpisz:
Mój to wersja 5.7.18
Aby korzystać z MySQL
Wpisz
mysql -u username -p
Następnie podaj hasło ustawione podczas instalacji. Nazwa użytkownika to zazwyczajroot
. Następnie zacznij pisać polecenia SQL.Moje:
źródło