MyBB Community Forums

Full Version: Crear tabla
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hola!, estaba instalando los plugins , correctamente en su sitio, pero a el moment ode activarlo me dice:

MySQL error: 1146
Table 'eshos_1991888_smf.tasks' doesn't exist
Query: INSERT INTO tasks (title, description, file, minute, hour, day, month, weekday, nextrun, lastrun, enabled, logging, locked) VALUES ('Miss You Email', 'Sends out emails to users who have been inactive for X amount of days', 'dailymissyouemail', '0', '0', '*', '*', '*', 'TIME_NOW', '0', '1', '1', '0')

Yo supongo que cuando dice:
Table 'eshos_1991888_smf.tasks' doesn't exist
Es por que falta esa tabla (que ingles que tengo xd jaja)

Lo que queira pregutnarles es como creo esa tabla, itnente crearla desde el php my admin yse me complico xd

Tengo la ultima version del foro Smile

Sldos
Nadie me peude ayudar?
Entra a phpmyadmin
En la pestaƱa SQL ejecute:

Cambiar nombre_campo_1, etc por los campos que dice el error
Create Table eshos_1991888_smf.tasks
(
nombre_campo_1 tipo_1
nombre_campo_2 tipo_2
nombre_campo_n tipo_n
)
Create Table eshos_1991888_smf.tasks
(
INSERT_INTO_tasks tipo_1
VALUES tipo_2
TIME_NOW tipo_n
)

Puse asi y me dice:
Error

consulta SQL:

CREATE TABLE eshos_1991888_smf.tasks(
INSERT_INTO_tasks tipo_1 VALUES tipo_2TIME_NOW tipo_n
)

MySQL ha dicho: DocumentaciĆ³n
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'tipo_1
VALUES tipo_2
TIME_NOW tipo_n
)' at line 3 

Gracias por tu respeusta (Y)