Search results

  1. J

    Database error

    Ok sir thank you very much for the support
  2. J

    Database error

    thank you sir for the concern.
  3. J

    Database error

    Sir is this correct? <?php /// Moodle Configuration File unset($CFG); $CFG->dbtype = 'mysql'; $CFG->dbhost = 'localhost'; $CFG->dbname = 'projman_moodledb'; $CFG->dbuser = '**********'; $CFG->dbpass = '***********'; $CFG->dbpersist = false; $CFG->prefix = 'mdl_'...
  4. J

    Database error

    I have a problem with my account it says: Error: Database connection failed. It is possible that the database is overloaded or otherwise not running properly. The site administrator should also check that the database details have been correctly specified in config.php I've Installed moodle on...
Top