Anlegen der datenbank - Fehler über Fehler

Anlegen der datenbank - Fehler über Fehler

von Jost Kastanavius -
Anzahl Antworten: 1
(mysql): CREATE UNIQUE INDEX mdl_conf_nam_uix ON mdl_config (name)
1142: INDEX command denied to user 'web135'@'localhost' for table 'mdl_config'
 
 
 

 

CREATE UNIQUE INDEX mdl_confplug_plunam_uix ON mdl_config_plugins (plugin, name)
1142: INDEX command denied to user 'web135'@'localhost' for table 'mdl_config_plugins'
 
 
 

CREATE INDEX mdl_cour_cat_ix ON mdl_course (category)

1142: INDEX command denied to user 'web135'@'localhost' for table 'mdl_course'
ADOConnection._Execute(CREATE INDEX mdl_cour_cat_ix ON mdl_course (category), false) % line 891, file: adodb.inc.php ADOConnection.Execute(CREATE INDEX mdl_cour_cat_ix ON mdl_course (category)) % line 89, file: dmllib.php execute_sql(CREATE INDEX mdl_cour_cat_ix ON mdl_course (category), true) % line 2196, file: dmllib.php execute_sql_arr(Array[388]) % line 635, file: ddllib.php install_from_xmldb_file(/var/www/web135/html/moodle/lib/db/install.xml) % line 186, file: index.php

CREATE INDEX mdl_cour_idn_ix ON mdl_course (idnumber)
1142: INDEX command denied to user 'web135'@'localhost' for table 'mdl_course'
 
 
 

CREATE INDEX mdl_cour_sho_ix ON mdl_course (shortname)

1142: INDEX command denied to user 'web135'@'localhost' for table 'mdl_course'
ADOConnection._Execute(CREATE INDEX mdl_cour_sho_ix ON mdl_course (shortname), false) % line 891, file: adodb.inc.php ADOConnection.Execute(CREATE INDEX mdl_cour_sho_ix ON mdl_course (shortname)) % line 89, file: dmllib.php execute_sql(CREATE INDEX mdl_cour_sho_ix ON mdl_course (shortname), true) % line 2196, file: dmllib.php execute_sql_arr(Array[388]) % line 635, file: ddllib.php install_from_xmldb_file(/var/www/web135/html/moodle/lib/db/install.xml) % line 186, file: index.php

CREATE INDEX mdl_courcate_par_ix ON mdl_course_categories (parent)
1142: INDEX command denied to user 'web135'@'localhost' for table 'mdl_course_categories'
 
 
 



 

 

Mittelwert:  -
Als Antwort auf Jost Kastanavius

Re: Anlegen der datenbank - Fehler über Fehler

von Sylvio Runge -
> INDEX command denied to user 'web135'@'localhost' for table 'mdl_config'...

Trete Deinen Admin; RTFM ... zwinkernd
-> http://dev.mysql.com/doc/refman/5.1/de/adding-users.html
Er hat keine Index-Permisson dem dentspr. mysql-account (ich gehe jetzt mal davon aus das das hier verwendet wird) vergeben :/
Einige "Spezialisten" im hosting-bereich möchten wohl neuerdings dafür extra Geld sehen...

S.