erroes

erroes

de carlos blanco -
Número de respuestas: 3

al instalar me salen estos otros erroes, cuando se crean las tabalas de la base de datos ¿a qué se debe y como puedeo corregirlos?

1005: Can't create table '.\moodle\adodb_logsql.frm' (errno: 121)

      ADOConnection._Execute(CREATE TABLE `adodb_logsql` ( `created` datetime NOT NULL, `sql0` varchar(250) NOT NULL, `sql1` text NOT NULL, `params` text NOT..., false) % line  837, file: adodb.inc.php
   ADOConnection.Execute(CREATE TABLE `adodb_logsql` ( `created` datetime NOT NULL, `sql0` varchar(250) NOT NULL, `sql1` text NOT NULL, `params` text NOT...) % line   55, file: datalib.php
execute_sql(CREATE TABLE `adodb_logsql` ( `created` datetime NOT NULL, `sql0` varchar(250) NOT NULL, `sql1` text NOT NULL, `params` text NOT...) % line  185, file: datalib.php
modify_database(C:\Inetpub\wwwroot\moodle/lib/db/mysql.sql) % line  114, file: index.php
Error


assignment

--------------------------------------------------------------------------------
(mysql): CREATE TABLE `mdl_assignment` ( `id` int(10) unsigned NOT NULL default '0', `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `format` tinyint(4) unsigned NOT NULL default '0', `assignmenttype` varchar(50) NOT NULL default '', `resubmit` tinyint(2) unsigned NOT NULL default '0', `preventlate` tinyint(2) unsigned NOT NULL default '0', `emailteachers` tinyint(2) unsigned NOT NULL default '0', `var1` int(10) default '0', `var2` int(10) default '0', `var3` int(10) default '0', `var4` int(10) default '0', `var5` int(10) default '0', `maxbytes` int(10) unsigned NOT NULL default '100000', `timedue` int(10) unsigned NOT NULL default '0', `timeavailable` int(10) unsigned NOT NULL default '0', `grade` int(10) NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`)) COMMENT='Defines assignments'  
--------------------------------------------------------------------------------
1005: Can't create table '.\moodle\mdl_assignment.frm' (errno: 121)

         ADOConnection._Execute(CREATE TABLE `mdl_assignment` (  `id` int(10) unsigned NOT NULL default '0',  `course` int(10) unsigned NOT NULL default '0',  `..., false) % line  837, file: adodb.inc.php
      ADOConnection.Execute(CREATE TABLE `mdl_assignment` (  `id` int(10) unsigned NOT NULL default '0',  `course` int(10) unsigned NOT NULL default '0',  `...) % line   55, file: datalib.php
   execute_sql(CREATE TABLE `mdl_assignment` (  `id` int(10) unsigned NOT NULL default '0',  `course` int(10) unsigned NOT NULL default '0',  `...) % line  185, file: datalib.php
modify_database(C:\Inetpub\wwwroot\moodle/mod/assignment/db/mysql.sql) % line  205, file: adminlib.php
upgrade_activity_modules(http://localhost//admin/index.php) % line  236, file: index.php
Error


--------------------------------------------------------------------------------
(mysql): CREATE TABLE `mdl_assignment_submissions` ( `id` int(10) unsigned NOT NULL auto_increment, `assignment` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `numfiles` int(10) unsigned NOT NULL default '0', `data1` text NOT NULL, `data2` text NOT NULL, `grade` int(11) NOT NULL default '0', `comment` text NOT NULL, `format` tinyint(4) unsigned NOT NULL default '0', `teacher` int(10) unsigned NOT NULL default '0', `timemarked` int(10) unsigned NOT NULL default '0', `mailed` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `assignment` (`assignment`), KEY `userid` (`userid`), KEY `mailed` (`mailed`), KEY `timemarked` (`timemarked`)) COMMENT='Info about submitted assignments'  
--------------------------------------------------------------------------------
1005: Can't create table '.\moodle\mdl_assignment_submissions.frm' (errno: 121)

         ADOConnection._Execute(CREATE TABLE `mdl_assignment_submissions` (  `id` int(10) unsigned NOT NULL auto_increment,  `assignment` int(10) unsigned NOT N..., false) % line  837, file: adodb.inc.php
      ADOConnection.Execute(CREATE TABLE `mdl_assignment_submissions` (  `id` int(10) unsigned NOT NULL auto_increment,  `assignment` int(10) unsigned NOT N...) % line   55, file: datalib.php
   execute_sql(CREATE TABLE `mdl_assignment_submissions` (  `id` int(10) unsigned NOT NULL auto_increment,  `assignment` int(10) unsigned NOT N...) % line  185, file: datalib.php
modify_database(C:\Inetpub\wwwroot\moodle/mod/assignment/db/mysql.sql) % line  205, file: adminlib.php
upgrade_activity_modules(http://localhost//admin/index.php) % line  236, file: index.php
Error

Promedio de valoraciones: -
En respuesta a carlos blanco

Re: erroes

de Ariel Antigua -
 El usuario que ususte para realizar la instalación de Moodle tiene permisos para crear esas tablas?
En respuesta a Ariel Antigua

Re: erroes

de carlos blanco -
Yo creo que si, dado que crea todas las tablas sin ningún problema, excepto estas. En la instalación, cuando pide el usuario y contraseña de la base de datos, les indico las del administrador de la base de datos.