Błąd zapytanie SQL: -- -- Banco de Dados: `question` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `apps` -- CREATE TABLE IF NOT EXISTS `apps` ( `id` int( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT , `app_name` varchar( 900 ) NOT NULL , `app_description` text NOT NULL , `app_image` text NOT NULL , `app_status` varchar( 1 ) NOT NULL COMMENT '0 = Off, 1 = On', `app_filename` text NOT NULL COMMENT 'The name of app in the apps folder, whith the .php end termination.', PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =2; MySQL zwrócił komunikat: Dokumentacja #1046 - No database selected
Aktualnie instaluje jakiś cms co potrzebuje importu swojej bazy danych.
Ma koś pojęcie co w bazie jest nie tak ? jak to można poprawić ? bardzo proszę o pomoc