Skip to main content
Search
analytics
apache
APPs
APT.deb
backup
bind
certbot
dns
docker
dovecot
drupal
dynProxy
firewall
help
hetzner
icecast
jitsi
lxc
MailServer
Modul
MySQL
network
nginx
owncloud
peertube
postfix
PostgreSQL
proxy
py
script
security
spam
ssh
tool
zsh
owncloud mysql
Tags
owncloud
MySQL
mysql_secure_installation
mysql -u root -p
create database ocdb;
grant all on ocdb.* to ocadmin@localhost identified by "PASSWD";
flush privileges;
quit
Log in
or
register
to post comments