please help about this problem , i can t import my old database into x10hosting when i want to do so i get this error below
CREATE DATABASE `asduskun` DEFAULT CHARACTER SET latin1 COLLATE latin1_german2_ci; then i removed this line and i got this error below
-- Tablo için tablo yapısı `backup_smf_admin_info_files`
--
CREATE TABLE `backup_smf_admin_info_files` (
`id_file` tinyint( 4 ) unsigned NOT NULL AUTO_INCREMENT ,
`filename` varchar( 255 ) COLLATE latin1_german2_ci NOT NULL DEFAULT '',
`path` varchar( 255 ) COLLATE latin1_german2_ci NOT NULL DEFAULT '',
`parameters` varchar( 255 ) COLLATE latin1_german2_ci NOT NULL DEFAULT '',
`data` text COLLATE latin1_german2_ci NOT NULL ,
`filetype` varchar( 255 ) COLLATE latin1_german2_ci NOT NULL DEFAULT '',
PRIMARY KEY ( `id_file` ) ,
KEY `filename` ( `filename` ( 30 ) )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_german2_ci AUTO_INCREMENT =8;
MySQL çıktısı: Belgeler
#1050 - Table 'backup_smf_admin_info_files' already exists
so what is wrong? i also have this error at the bottom of my database "additional feature working with related tables have been disabled. click here to see why" when i click there i see these below
Code:$cfg['Servers'][$i]['pmadb'] ... Not ok [ documents ] $cfg['Servers'][$i]['relation'] ... Not ok [ documents] General relation specs: inactive $cfg['Servers'][$i]['table_info'] ... Not ok [ documents] show specs: inactive $cfg['Servers'][$i]['table_coords'] ... Not ok [ documents] $cfg['Servers'][$i]['pdf_pages'] ... Not ok [ documents] creating pdf s: inactive $cfg['Servers'][$i]['column_info'] ... Not ok [ documents] showing column comments: inactive SQL query signed: inactive Browser mappings: inactive $cfg['Servers'][$i]['history'] ... Not ok [ documents] SQL history: inactive $cfg['Servers'][$i]['designer_coords'] ... Not ok [ documents] designer: inactive


LinkBack URL
About LinkBacks

