netbozum
wmaraci reklam

mysql hatası

3 Mesajlar 844 Okunma
Toplam 3 mesaj ve 844 görüntüleme
acebozum
wmaraci reklam

fat32 fat32 WM Aracı Kullanıcı
  • Üyelik 03.02.2015
  • Yaş/Cinsiyet 36 / E
  • Meslek web tasarım
  • Konum İstanbul Avrupa
  • Ad Soyad Y** K**
  • Mesajlar 41
  • Beğeniler 12 / 5
  • Ticaret 1, (%100)
Merhaba arkadaşlar mysql de bi sql dosyasını import ettiğimde böyle bir hata alıyorum nedeni ne olabilir ?



sql kodu:

CREATE TABLE `feed_items` (
id int(11) NOT NULL AUTO_INCREMENT,
parent int(11) NOT NULL,
uid text NOT NULL,
title text NOT NULL,
link text NOT NULL,
content text,
pubDate text,
image text,
PRIMARY KEY (id),
KEY uid (uid)
);

CREATE TABLE `feed_items` (
id int(11) NOT NULL AUTO_INCREMENT,
feedid int(11) NOT NULL,
uid text NOT NULL,
title text NOT NULL,
link text NOT NULL,
description text,
language text,
copyright text,
managingEditor text,
webMaster text,
pubDate int(11),
lastBuildDate text,
category text,
generator text,
docs text,
cloud text,
ttl text,
image text,
textInput text,
skipHours text,
skipDays text,
PRIMARY KEY (id),
KEY pubDate (pubDate),
KEY feedid (feedid),
);

CREATE TABLE `userfeed_items` (
id int(11) NOT NULL AUTO_INCREMENT,
feeditemid int(11) NOT NULL,
read boolean,
favourite boolean,
readlater boolean
)

CREATE TABLE `feeds` (
id int(11) NOT NULL AUTO_INCREMENT,
title text NOT NULL,
uri varchar(767) NOT NULL UNIQUE,
favicon text,
touchicon text,
description text,
last_update int,
update_frequency int,
PRIMARY KEY (id),
KEY last_update (last_update)
);

CREATE TABLE `userfeeds` (
id int(11) NOT NULL AUTO_INCREMENT,
userid int(11) NOT NULL,
feedid int(11) NOT NULL,
groupid int(11),
uipos int(11),
PRIMARY KEY (id),
KEY userid (userid)
);

CREATE TABLE `usergroups` (
id int(11) NOT NULL AUTO_INCREMENT,
userid int(11) NOT NULL,
title text NOT NULL,
uipos int(11),
public boolean
PRIMARY KEY id (id),
KEY userid (userid)
);

CREATE TABLE `userfeed_items` (
id int(11) NOT NULL AUTO_INCREMENT,
userid int(11) NOT NULL,
feeditemid int(11) NOT NULL,
seen boolean,
favourite boolean,
readlater boolean,
PRIMARY KEY id (id),
KEY userid (userid),
KEY feeditemid (feeditemid)
)
 

 

wmaraci
reklam

Jerolin Jerolin WM Aracı Kullanıcı
  • Üyelik 14.01.2014
  • Yaş/Cinsiyet 33 / E
  • Meslek Web Master
  • Konum İstanbul Avrupa
  • Ad Soyad A** Ö**
  • Mesajlar 43
  • Beğeniler 4 / 8
  • Ticaret 0, (%0)
uid den kızıyor int yap
 

 

fat32 fat32 WM Aracı Kullanıcı
  • Üyelik 03.02.2015
  • Yaş/Cinsiyet 36 / E
  • Meslek web tasarım
  • Konum İstanbul Avrupa
  • Ad Soyad Y** K**
  • Mesajlar 41
  • Beğeniler 12 / 5
  • Ticaret 1, (%100)

Jerolin adlı üyeden alıntı

uid den kızıyor int yap


teşekkürler dostum deneyeceğim.
 

 

wmaraci
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al