Ad Widget

Collapse

Mysql default root password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabbix_user84
    Junior Member
    • Jan 2021
    • 25

    #1

    Mysql default root password

    Hi everybody,

    I installed Zabbix 6 on an Ubuntu 20.04 based on the official documentation: https://www.zabbix.com/download?zabb...ysql&ws=apache
    Could you please remind me of the default root password of mysql which must be entered in order to go further in the tutorial:
    # mysql -uroot -p
    password
    mysql> create database zabbix character set utf8mb4 collate utf8mb4_bin;
    mysql> create user zabbix@localhost identified by 'password';
    mysql> grant all privileges on zabbix.* to zabbix@localhost;
    mysql> quit;

    Thanks in advance.
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    Zabbix 6 hasn't been released. What you installed was a beta pre-release. I wouldn't recommend using that for a production environment.

    There may not be a default root password, but whether there is one or not, the safest thing to do is to reset it to something secure: https://www.digitalocean.com/communi...n-ubuntu-20-04

    Comment

    • zabbix_user84
      Junior Member
      • Jan 2021
      • 25

      #3
      Hi, Thank you I would like to test it.

      Comment

      Working...