Try this:
Code:
-- phpMyAdmin SQL Dump
-- version 2.11.3
-- phpMyAdmin | MySQL Database Administration Tool | www.phpmyadmin.net
--
-- Host: localhost
-- Generatie Tijd: 22 Feb 2008 om 21:55
-- Server versie: 5.0.51
-- PHP Versie: 5.2.5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `game`
--
-- --------------------------------------------------------
--
-- Tabel structuur voor tabel `mailbox_insert_queue`
--
CREATE TABLE IF NOT EXISTS `mailbox_insert_queue` (
`sender_guid` int(30) NOT NULL,
`receiver_guid` int(30) NOT NULL,
`subject` varchar(200) NOT NULL,
`body` varchar(500) NOT NULL,
`stationary` int(30) NOT NULL,
`money` int(30) NOT NULL,
`item_id` int(30) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Gegevens worden uitgevoerd voor tabel `mailbox_insert_queue`
--
Execute this SQL query in your 'game' database