Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Что делать ? Выбивает ошибку #1046 - База данных не выбрана Объясните как решить пожалуйста


Artkar

Recommended Posts

---- База данных: gs29752---- ------------------------------------------------------------ Структура таблицы `accounts`--CREATE TABLE `accounts` (  `id` int(11) NOT NULL,  `name` varchar(24) NOT NULL,  `password` varchar(65) NOT NULL,  `salt` varchar(10) CHARACTER SET cp1251 NOT NULL,  `email` varchar(61) NOT NULL DEFAULT 'None',  `confirm_email` int(11) NOT NULL,  `level` int(11) NOT NULL DEFAULT '1',  `exp` int(11) NOT NULL,  `refer` int(11) NOT NULL,  `sex` int(11) NOT NULL,  `skin` int(11) NOT NULL,  `money` int(11) NOT NULL,  `bank` int(11) NOT NULL,  `admin` int(11) NOT NULL,  `a_secret` int(11) NOT NULL,  `prefix` varchar(15) CHARACTER SET cp1251 NOT NULL DEFAULT '[A]',  `a_3d_prefix` int(11) NOT NULL,  `admin_warn` int(11) NOT NULL,  `AdminPass` int(11) NOT NULL,  `driving_lic` int(11) NOT NULL,  `weapon_lic` int(11) NOT NULL,  `suspect` int(11) NOT NULL,  `phone` int(11) NOT NULL,  `phone_balance` int(11) NOT NULL,  `phone_color` int(11) NOT NULL DEFAULT '9',  `law_abiding` int(11) NOT NULL,  `improvements` int(11) NOT NULL,  `power` int(11) NOT NULL,  `drugs` int(11) NOT NULL,  `ammo` int(11) NOT NULL,  `metall` int(11) NOT NULL,  `wife` int(11) NOT NULL,  `team` int(11) NOT NULL,  `subdivison` int(11) NOT NULL,  `wage` int(11) NOT NULL,  `job` int(11) NOT NULL,  `house_type` int(11) NOT NULL DEFAULT '-1',  `house_room` int(11) NOT NULL DEFAULT '-1',  `house` int(11) NOT NULL DEFAULT '-1',  `business` int(11) NOT NULL DEFAULT '-1',  `fuel_st` int(11) NOT NULL DEFAULT '-1',  `reg_time` int(11) NOT NULL,  `reg_ip` varchar(16) NOT NULL,  `last_ip` varchar(16) NOT NULL,  `last_login` int(11) NOT NULL,  `game_for_hour` int(11) NOT NULL,  `game_for_day` int(11) NOT NULL,  `game_for_day_prev` int(11) NOT NULL,  `setting_phone` varchar(13) NOT NULL DEFAULT 'None',  `setting_pin_code` varchar(5) NOT NULL DEFAULT 'None',  `request_phone` int(11) NOT NULL,  `request_pin` int(11) NOT NULL,  `setting1` int(11) NOT NULL DEFAULT '2',  `setting2` int(11) NOT NULL DEFAULT '1',  `setting4` int(11) NOT NULL DEFAULT '1',  `setting5` int(11) NOT NULL DEFAULT '0',  `setting6` int(11) NOT NULL DEFAULT '1',  `warn` int(11) NOT NULL,  `warn_time` int(11) NOT NULL,  `mute` int(11) NOT NULL,  `skill_colt` int(11) NOT NULL,  `skill_sdpistol` int(11) NOT NULL,  `skill_deagle` int(11) NOT NULL,  `skill_shotgun` int(11) NOT NULL,  `skill_mp5` int(11) NOT NULL,  `skill_ak47` int(11) NOT NULL,  `skill_m4` int(11) NOT NULL,  `skill_sniper_rifle` int(11) NOT NULL,  `skill_sawnoff` int(11) NOT NULL,  `skill_combat_sg` int(11) NOT NULL,  `skill_micro_uzi` int(11) NOT NULL,  `donate_current` int(11) NOT NULL,  `donate_total` int(11) NOT NULL,  `org_skin` int(11) NOT NULL,  `setting_spawn` int(11) NOT NULL,  `hospital` int(11) NOT NULL,  `health` float NOT NULL DEFAULT '100',  `car_slots` int(11) NOT NULL DEFAULT '1',  `jail` int(11) NOT NULL,  `premium` int(11) NOT NULL,  `premium_date` int(11) NOT NULL,  `rub` int(11) NOT NULL,  `player` int(11) NOT NULL,  `gifts` int(11) NOT NULL,  `cmdaccess` varchar(32) NOT NULL DEFAULT '000000000000000',  `family` int(11) NOT NULL,  `family_rank` int(11) NOT NULL,  `test` int(11) NOT NULL,  `quest_1` int(11) NOT NULL,  `quest_2` int(11) NOT NULL,  `quest_3` int(11) NOT NULL,  `quest_4` int(11) NOT NULL,  `quest_5` int(11) NOT NULL,  `quest_6` int(11) NOT NULL,  `quest_7` int(11) NOT NULL,  `quest_8` int(11) NOT NULL,  `quest_exp_1` int(11) NOT NULL,  `quest_exp_2` int(11) NOT NULL,  `quest_exp_3` int(11) NOT NULL,  `quest_exp_4` int(11) NOT NULL,  `quest_exp_5` int(11) NOT NULL,  `quest_exp_6` int(11) NOT NULL,  `quest_exp_7` int(11) NOT NULL,  `quest_exp_8` int(11) NOT NULL,  `youtube` int(11) NOT NULL,  `AntiBh` int(11) NOT NULL,  `get_adm_status` int(11) NOT NULL DEFAULT '0',  `get_adm_hour` int(11) NOT NULL DEFAULT '0',  `online` int(11) NOT NULL DEFAULT '0',  `totalhour` int(11) DEFAULT NULL,  `quest231` int(11) NOT NULL DEFAULT '0',  `quest232` int(11) NOT NULL DEFAULT '0',  `quest233` int(11) NOT NULL,  `postcard` int(11) NOT NULL,  `repcarid` int(11) NOT NULL,  `helper` int(11) NOT NULL,  `healme` int(11) NOT NULL,  `QuestBox1` int(11) NOT NULL,  `QuestBox2` int(11) NOT NULL,  `QuestBox3` int(11) NOT NULL,  `QuestBox4` int(11) NOT NULL,  `QuestBox5` int(11) NOT NULL,  `QuestBox6` int(11) NOT NULL,  `repair` int(11) NOT NULL,  `fmute` int(11) NOT NULL,  `fwarn` int(11) NOT NULL,  `owarn` int(11) NOT NULL,  `dmz_kills` int(11) NOT NULL,  `Progress1` int(11) NOT NULL,  `Progress2` int(11) NOT NULL,  `Progress3` int(11) NOT NULL,  `Progress4` int(11) NOT NULL,  `Progress5` int(11) NOT NULL,  `Progress6` int(11) NOT NULL,  `ProgressExp1` int(11) NOT NULL,  `ProgressExp2` int(11) NOT NULL,  `ProgressExp3` int(11) NOT NULL,  `ProgressExp4` int(11) NOT NULL,  `ProgressExp5` int(11) NOT NULL,  `ProgressExp6` int(11) NOT NULL,  `capt_kills` int(11) NOT NULL,  `coins` int(11) NOT NULL,  `ytpromo_activate` int(11) NOT NULL,  `3d_prefix` int(11) NOT NULL,  `loader_skill` int(11) NOT NULL,  `premium_time` int(11) NOT NULL,  `antisliv` int(11) NOT NULL,  `QuestBox` int(11) NOT NULL,  `flower1` int(11) NOT NULL,  `flower2` int(11) NOT NULL,  `flower3` int(11) NOT NULL,  `TakeFlower` int(11) NOT NULL,  `CongratulateWomen` int(11) NOT NULL,  `BuyPerfume` int(11) NOT NULL,  `GivePerfume` int(11) NOT NULL,  `BuyCake` int(11) NOT NULL,  `BuyProducts` int(11) NOT NULL,  `BuyCandle` int(11) NOT NULL,  `EndQuest8marta` int(11) NOT NULL,  `score` int(11) NOT NULL,  `case` int(11) NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 

 

bd.sql

Надіслати
Поділитися на інших сайтах


14.04.2024 в 22:29, Artkar сказал:

помогите пж, умаляю

 

Нужно сначаало выбрать базу данных, а после уже перетаскивать файл для загрузки.

image.png.35bd3e1416c6e95ec4ea66cf07c5bd79.png

Надіслати
Поділитися на інших сайтах

Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку
×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.