hi im new here btw everytime i import that b3.sql file it always have a error i already try the renaming ENGINE=MyISAM thingy still having an error
Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.6.0-pl2
--
http://www.phpmyadmin.net--
-- Host: localhost
-- Generation Time: Apr 20, 2005 at 12:55 PM
-- Server version: 3.23.58
-- PHP Version: 4.3.2
--
-- Database: `b3`
--
-- --------------------------------------------------------
--
-- Table structure for table `aliases`
--
CREATE TABLE IF NOT EXISTS aliases(
id int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
num_used int( 10 ) unsigned NOT NULL default '0',
alias varchar( 32 ) NOT NULL default '',
client_id int( 10 ) unsigned NOT NULL default '0',
time_add int( 10 ) unsigned NOT NULL default '0',
time_edit int( 10 ) unsigned NOT NULL default '0',
PRIMARY KEY ( id ) ,
UNIQUE KEY alias( alias, client_id ) ,
KEY client_id( client_id )
) ENGINE = MYISAM ;
MySQL said: Documentation
#1046 - No database selected
how can i fix this thanks!