servers:bsd:mariadb
This is an old revision of the document!
- TODO (copy of mysql)
root@Spinesnap:~ # service 'mysql-server' start Installing MariaDB/MySQL system tables in '/var/db/mysql' ... OK To start mariadbd at boot time you have to copy support-files/mariadb.service to the right place for your system Two all-privilege accounts were created. One is root@localhost, it has no password, but you need to be system 'root' user to connect. Use, for example, sudo mysql The second is root@localhost, it has no password either, but you need to be the system 'root' user to connect. After connecting you can set the password, if you would need to be able to connect as any of these users with a password and without sudo See the MariaDB Knowledgebase at https://mariadb.com/kb You can start the MariaDB daemon with: cd '/usr/local' ; /usr/local/bin/mariadbd-safe --datadir='/var/db/mysql' You can test the MariaDB daemon with mariadb-test-run.pl cd '/usr/local/' ; perl mariadb-test-run.pl Please report any problems at https://mariadb.org/jira The latest information about MariaDB is available at https://mariadb.org/. Consider joining MariaDB's strong and vibrant community: https://mariadb.org/get-involved/ Starting mysql.
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/mariadb.1727835889.txt.gz · Last modified: by Sean Rhone