-- Veritabanı: `ss_x` -- Tablo için tablo yapısı `x_events` CREATE TABLE `x_events` ( `id` int(11) NOT NULL, `errorx` tinyint(1) NOT NULL DEFAULT 0, `match_id` int(11) DEFAULT NULL, `country_id` int(11) DEFAULT NULL, `country_name` varchar(255) DEFAULT NULL, `league_id` int(11) DEFAULT NULL, `league_name` varchar(255) DEFAULT NULL, `match_date` date DEFAULT NULL, `match_time` time DEFAULT NULL, `match_status` varchar(10) DEFAULT NULL, `match_hometeam_name` varchar(255) DEFAULT NULL, `match_hometeam_score` int(11) DEFAULT NULL, `match_awayteam_name` varchar(255) DEFAULT NULL, `match_awayteam_score` int(11) DEFAULT NULL, `match_hometeam_halftime_score` int(11) DEFAULT NULL, `match_awayteam_halftime_score` int(11) DEFAULT NULL, `match_live` int(11) DEFAULT NULL, `goalscorer` longtext DEFAULT NULL, `cards` longtext DEFAULT NULL, `lastrun` datetime DEFAULT NULL, `md5x` varcha[...]
Bu DB hatasını çözebilecek var mı? (Ücretli-ACİL)
6
●157
- 18-08-2019, 15:18:20Arkadaşlar siteyi taşıdım. Her şey tamam ama bir tane tabloyu taşırken hata alıyorum. Bu hatayı bi türlü çözemedim. Eğer yardım edebilirseniz sevinirim.
- 18-08-2019, 15:27:57-- Veritabanı: `ss_x`
-- Tablo için tablo yapısı `x_events`
CREATE TABLE `x_events` (
`id` int(11) NOT NULL,
`errorx` tinyint(1) NOT NULL DEFAULT 0,
`match_id` int(11) DEFAULT NULL,
`country_id` int(11) DEFAULT NULL,
`country_name` varchar(255) DEFAULT NULL,
`league_id` int(11) DEFAULT NULL,
`league_name` varchar(255) DEFAULT NULL,
`match_date` date DEFAULT NULL,
`match_time` time DEFAULT NULL,
`match_status` varchar(10) DEFAULT NULL,
`match_hometeam_name` varchar(255) DEFAULT NULL,
`match_hometeam_score` int(11) DEFAULT NULL,
`match_awayteam_name` varchar(255) DEFAULT NULL,
`match_awayteam_score` int(11) DEFAULT NULL,
`match_hometeam_halftime_score` int(11) DEFAULT NULL,
`match_awayteam_halftime_score` int(11) DEFAULT NULL,
`match_live` int(11) DEFAULT NULL,
`goalscorer` longtext DEFAULT NULL,
`cards` longtext DEFAULT NULL,
`lastrun` datetime DEFAULT NULL,
`md5x` varcha[...]
hepsini yazdım düzenledim.mertkilic0111 adlı üyeden alıntı: mesajı görüntüle - 18-08-2019, 16:22:21@ismai1; Misafir; arkadaşlar başka hiçbir hata yok sadece bu yazdıklarım çıkıyor.
https://i.imgyukle.com/2019/08/18/orSDQh.jpg - 18-08-2019, 16:33:09Merhaba ozgunozakyildiz,ozgunozakyildiz adlı üyeden alıntı: mesajı görüntüle
x_events tablosunun zaten var olduğunu ifade eden bir hata. Mevcut veritabanınızı yedekleyip x_events mevcut tabloyu silip tekrar sorguyu çalıştırınız.
İyi çalışmalar.