User Tools

Site Tools


servers:bsd:mysql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
servers:bsd:mysql [2025/08/28 22:22] – removed Sean Rhoneservers:bsd:mysql [2025/09/11 06:43] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +<code>
 +Checking integrity... done (0 conflicting)
 +[1/1] Installing mysql84-server-8.4.0...
 +===> Creating groups
 +Using existing group 'mysql'
 +===> Creating users
 +Using existing user 'mysql'
 +===> Creating homedir(s)
 +[1/1] Extracting mysql84-server-8.4.0: 100%
 +=====
 +Message from mysql84-server-8.4.0:
 +
 +--
 +There is no initial password for first time use of MySQL.
 +Keep in mind to reset it to a secure password.
 +
 +MySQL 8.4 has a default /usr/local/etc/mysql/my.cnf,
 +remember to replace it with your own
 +or set `mysql_optfile="$YOUR_CNF_FILE` in rc.conf.
 +</code>
 +
 +  service 'mysql-server' status
 +
 +  sysrc mysql_enable="YES"
 +
 +  service 'mysql-server' start
 +
 +  mysql_secure_installation
 +
 +  mysqladmin
 +
 +  mysqlcheck -u 'root' -p -o -A -f -e --auto-repair
 +
 +  mysqladmin -u 'root' -p variables | egrep 'utf8|networking|socket'
 +
 +  /tmp/mysql.sock
 +
 +  /tmp/mysqlx.sock
  
/srv/www/wiki/data/attic/servers/bsd/mysql.1756434154.txt.gz · Last modified: by Sean Rhone