+ Responder ao Tópico



  1. #1
    juniox
    Visitante

    Padrão Instalação do Moodle

    Estou tentando instalar o moodle mas surge o seguinte erro logo depois que eu especifico o banco de dados:

    An error occurred while loading http://localhost/moodle/install.php:
    Connection to host localhost is broken.

    alguém já passou por isso?
    li a FAQ no site, mas nada consta a respeito
    postei no fórum também, mas não há respostas.

    valeu

  2. #2
    juniox
    Visitante

    Padrão Mysql maldito

    Bom gente, acho que o problema tá no mysql mesmo. Ele está encerrando sozinho:

    --
    ERROR 2013 (HY000): Lost connection to MySQL server during query
    STOPPING server from pid file /var/lib/mysql/host.pid
    --

    fui ver o log do erro:

    --
    050903 19:08:55 InnoDB: Unable to open the first data file
    InnoDB: Error in opening ./ibdata1
    050903 19:08:55 InnoDB: Operating system error number 11 in a file operation.
    InnoDB: Error number 11 means 'Resource temporarily unavailable'.
    InnoDB: Some operating system error numbers are described at
    InnoDB: http://dev.mysql.com/doc/mysql/en/Op...ror_codes.html
    InnoDB: Could not open or create data files.
    InnoDB: If you tried to add new data files, and it failed here,
    InnoDB: you should now edit innodb_data_file_path in my.cnf back
    InnoDB: to what it was, and remove the new ibdata files InnoDB created
    InnoDB: in this failed attempt. InnoDB only wrote those files full of
    InnoDB: zeros, but did not yet use them in any way. But be careful: do not
    InnoDB: remove old data files which contain your precious data!
    050903 19:08:55 [ERROR] Can't init databases
    050903 19:08:55 [ERROR] Aborting

    050903 19:08:55 [Note] /usr/libexec/mysqld: Shutdown complete

    050903 19:08:55 mysqld ended
    --

    não entendi o motivo desse erro.. e também não há o arquivo my.cnf aqui