Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Problema activacion https

  • Problema activacion https

    Posted by BANDIT on October 28, 2010 at 14:09

    Buenos dias, active por error el protocolo SSL (https) en la consola de Pandora sin haber configurado el Apache y ahora no puedo acceder.Encontre en el wiki que habia que ejecutar una query que era:
    update tconfig set value = 0 WHERE token = ‘https’;
    el caso es que pese a que he entrado usando PUTTY en mysql no encuentro la tabla tconfig, es mas solo me encuentra las BBDD, usando el comando show databases desde >mysql:
    information_schema
    test
    y entrando a test no me enseña ninguna tabla y en information_schema me muestra:

    Welcome to the MySQL monitor.  Commands end with ; or g.
    Your MySQL connection id is 51
    Server version: 5.0.67-Max SUSE MySQL RPM

    Type ‘help;’ or ‘h’ for help. Type ‘c’ to clear the buffer.

    mysql> show databases;
    +——————–+
    | Database          |
    +——————–+
    | information_schema |
    | test              |
    +——————–+
    2 rows in set (0.00 sec)

    mysql> show tables;
    +—————————————+
    | Tables_in_information_schema          |
    +—————————————+
    | CHARACTER_SETS                        |
    | COLLATIONS                            |
    | COLLATION_CHARACTER_SET_APPLICABILITY |
    | COLUMNS                              |
    | COLUMN_PRIVILEGES                    |
    | KEY_COLUMN_USAGE                      |
    | PROFILING                            |
    | ROUTINES                              |
    | SCHEMATA                              |
    | SCHEMA_PRIVILEGES                    |
    | STATISTICS                            |
    | TABLES                                |
    | TABLE_CONSTRAINTS                    |
    | TABLE_PRIVILEGES                      |
    | TRIGGERS                              |
    | USER_PRIVILEGES                      |
    | VIEWS                                |
    +—————————————+
    17 rows in set (0.00 sec)

    me podeis decir en que tabla ejecuta esta query???
    Gracias
    Saludos

    miguel replied 14 years, 3 months ago 2 Members · 1 Reply
  • 1 Reply
  • miguel

    Member
    November 5, 2010 at 14:28
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Buenos días.

    Por lo que comentas, de alguna manera no se ha instalado la BD. Puedes contarnos los pasos que has seguido.

    Saludos.