[19:06:41] [host!root]~#pkg delete -f mysql57-client
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
mysql57-client: 5.7.36
Number of packages to be removed: 1
The operation will free 49 MiB.
Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling mysql57-client-5.7.36...
[1/1] Deleting files for mysql57-client-5.7.36: 100%
[19:06:44] [host!root]~#/usr/local/etc/rc.d/mysql-server stop
Stopping mysql.
Waiting for PIDS: 50129, 50129.
[19:06:58] [host!root]~#mysqladmin -u root -p status^C
[19:07:06] [host!root]~#/usr/local/etc/rc.d/mysql-server start
Starting mysql.
[19:07:11] [host!root]~#pkg install -f mysql57-client
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
mysql57-client: 5.7.36
Number of packages to be installed: 1
The process will require 49 MiB more space.
Proceed with this action? [y/N]: y
[1/1] Installing mysql57-client-5.7.36...
[1/1] Extracting mysql57-client-5.7.36: 100%
=====
Message from mysql57-client-5.7.36:
--
This is the mysql CLIENT without the server.
for complete server and client, please install databases/mysql57-server
[19:07:17] [host!root]~#mysqladmin -u root -p status
Enter password:
Uptime: 15 Threads: 1 Questions: 2 Slow queries: 0 Opens: 108 Flush tables: 1 Open tables: 101 Queries per second avg: 0.133
[19:07:25] [host!root]~#