Database error!?!!

LaTrell Parker

New Member
Nov 11, 2011
10
1
After I finish all of my configuration I log in to phpMyAdmin and when I try to import uberdb.sql for my RevCMS this is the error I get:
"SQL query:
--
-- Datenbank: `uberdb`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur f�r Tabelle `achievements` --
IF NOT EXISTS `achievements` ( `id` int( 10) unsigned NOT NULL AUTO_INCREMENT ,
`levels` int( 11) NOT NULL DEFAULT '1', `dynamic_badgelevel ` enum('0','1') NOT NULL DEFAULT '1', `badge ` varchar(100) NOT NULL, `pixel s_base ` int(11) NOT NULL DEFAULT '50', `pixel s_multiplier ` double NOT NULL DEFAULT '1.25', PRIMARY KEY (`id`) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =12;

MySQL said:
#1046 - No database selected"

Someone please help me?!?!?
 

LaTrell Parker

New Member
Nov 11, 2011
10
1
Ok now when i go to localhost and the ip this is what i get: "
Index of /

Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 Server at 5.184.17.137 Port 80"
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
Ok now when i go to localhost and the ip this is what i get: "
Index of /

Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 Server at 5.184.17.137 Port 80"

Lol. open up htdocs, copy all the files that are in the RevCMS 1.9.9 folder and paste it in the main directory, then delete the RevCMS 1.9.9 folder
 

Users who are viewing this thread

Top