remi
unread,Dec 15, 2009, 1:11:26 AM12/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gtrack
halo,
I got error when try import the gtrack_v0.sql
Anyone can help?
This error :
Error
SQL query:
--
-- Database: `database1`
--
-- --------------------------------------------------------
--
-- Table structure for table `banner`
--
CREATE TABLE IF NOT EXISTS `banner` (
`id_auto` int( 11 ) NOT NULL AUTO_INCREMENT ,
`img` text NOT NULL ,
`clk` text NOT NULL ,
PRIMARY KEY ( `id_auto` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =5;
MySQL said: Documentation
#1046 - No database selected