Which version of mysql are you exporting from and inserting into?
[EMAIL PROTECTED] wrote:
Hi all,
I am trying to create a table on the remote server from a table I created on my local sever but it never seems to
work
CREATE TABLE `sheet1` (
`id` int(10) NOT NULL auto_increment,
`title` v
Hi all,
Juan Pedro Reyes Molina wrote:
I have been able to create your table in my mysql 4.1.12
I think your remote server is in mysql 4.0 series
I had the same problem some days ago.
I can almost garantee that the local server is running MySQL 4.1.x, and
I can garantee (99.99% sure)
I have been able to create your table in my mysql 4.1.12
I think your remote server is in mysql 4.0 series
[EMAIL PROTECTED] wrote:
- Original Message -
From: [EMAIL PROTECTED]
To: mysql@lists.mysql.com
Sent: Tuesday, July 19, 2005 10:08 PM
Subject: table export problem
Hi all
Hi all,
I am trying to create a table on the remote server from a table I created on my
local sever but it never seems to
work
CREATE TABLE `sheet1` (
`id` int(10) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`fname` varchar(255) NOT NULL default '',
`sname` varcha
- Original Message -
From: [EMAIL PROTECTED]
To: mysql@lists.mysql.com
Sent: Tuesday, July 19, 2005 10:08 PM
Subject: table export problem
Hi all,
I am trying to create a table on the remote server from a table I created on my
local sever but it never seems to
work
CREATE TABLE