Freebsd mysql

Aus xinux.net
Zur Navigation springen Zur Suche springen

Install

  • pkg install -y mysql56-server

Enable

  • sysrc mysql_enable=yes

Start

  • service mysql-server start

Set more security

  • mysql_secure_installation

Login

  • mysql -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 15
Server version: 5.6.37 Source distribution