Database
hi welmarie,
i have problems importing your database, i cannot import it in xampp.. it shows me errors. can you help me out of this? this is the error:
Error
SQL query:
--
-- Database: `cj_handgunner`
--
-- --------------------------------------------------------
--
-- Table structure for table `admin_login`
--
CREATE TABLE IF NOT EXISTS `admin_login` (
`admin_id` int( 20 ) NOT NULL AUTO_INCREMENT ,
`user_name` varchar( 20 ) NOT NULL ,
`user_pass` varchar( 20 ) NOT NULL ,
PRIMARY KEY ( `admin_id` )
) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =2;
MySQL said: Documentation
#1046 - No database selected