Ad Widget

Collapse

Zabbix migration 1.6 -> 1.8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zapienl
    Junior Member
    • Apr 2009
    • 3

    #1

    Zabbix migration 1.6 -> 1.8

    Hi all ,


    I'm trying to upgrade my zabbix database from 1.6 to 1.8, right now my problem is the data base migration. Zabbix documentation explains that I need yo execute an script in order to convert the database to UTF-8.

    When I execute the <upgrade> script, I got the following error :

    Acces denied for user 'root'@'localhost' (using password: NO)

    Any idea??? ... do I need to modify something in the <upgrade> script ???


    Regards





    Jedi knight,
    Leonel
  • exkg
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified Specialist
    • Mar 2007
    • 718

    #2
    You need pas the same credencials to mysql client:

    Code:
    ./upgrade -uroot -p <SOME PASS> zabbix

    []s,
    Luciano
    --
    Luciano Alves
    www.zabbix.com
    Brazil | México | Argentina | Colômbia | Chile
    Zabbix Performance Tuning

    Comment

    • zapienl
      Junior Member
      • Apr 2009
      • 3

      #3
      thanks a lot Luciano, I really appreciate it


      I'm going to try it as soon as possible. I'm sure it will work this way.




      Regards,

      Comment

      Working...