Hi,
I have just signed up for a new server and am having a few problems transferring my files and database accross.
Database
I used the following command
mysqldump -u tdba -p --opt townsend > backup.sql
( i have also tried this without the --opt command)
I then transferred the file over to the new server and used the following command to import it
mysql -u root -p townsend < backup.sql
This is the error i am getting
ERROR 1064 at line 12: 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 'desc text NOT NULL,
PRIMARY KEY (ID),
FULLTEXT KEY image (
Files
I used the following command to tar/zip my directory
tar -czvf htdocs.tar htdocs
again transferred it over via ftp and tried to untar with
tar -xzvf htdocs.tar
All the files list but come up with Cannot open: No such file or directory on every file.
P.S. this file is approx 4GB.
Any help would be very gratefully recieved.
Thanks
Alban Horrocks
I have just signed up for a new server and am having a few problems transferring my files and database accross.
Database
I used the following command
mysqldump -u tdba -p --opt townsend > backup.sql
( i have also tried this without the --opt command)
I then transferred the file over to the new server and used the following command to import it
mysql -u root -p townsend < backup.sql
This is the error i am getting
ERROR 1064 at line 12: 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 'desc text NOT NULL,
PRIMARY KEY (ID),
FULLTEXT KEY image (
Files
I used the following command to tar/zip my directory
tar -czvf htdocs.tar htdocs
again transferred it over via ftp and tried to untar with
tar -xzvf htdocs.tar
All the files list but come up with Cannot open: No such file or directory on every file.
P.S. this file is approx 4GB.
Any help would be very gratefully recieved.
Thanks
Alban Horrocks