I am using navicat since I find it more flexible. But back on topic, whenever i try to execute the main b3.sql, it says this is the log:
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 29
[Err] -- 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)
) TYPE=MyISAM;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
I have the most recent B3, and yes this is my first time installing it
