I've a site on test server. Its finished and I'm moving it over to the live server.
I can install and get an old version of my site from a database. Any of the new backups I've made
return the following in phpmyadmin when I upload.
It weird that an old version of my site works fine but not the recent back ups.
Code: Select all
SQL query:
-- phpMyAdmin SQL Dump -- version 2.7.0-pl2 -- http://www.phpmyadmin.net -- -- Host: 82.195.146.249 -- Generation Time: Mar 30, 2006 at 04:20 PM -- Server version: 4.0.24 -- PHP Version: 4.4.0 -- -- Database: `galwayr_database` -- -- -------------------------------------------------------- -- -- Table structure for table `cms_additional_htmlblob_users` -- CREATE TABLE `cms_additional_htmlblob_users` ( `additional_htmlblob_users_id` int(11) NOT NULL default '0', `user_id` int(11) default NULL, `htmlblob_id` int(11) default NULL, PRIMARY KEY (`additional_htmlblob_users_id`) ) TYPE=MyISAM;
MySQL said: Documentation
#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 '
CREATE TABLE `cms_additional_htmlblob_users` (
`additio
If anyonehas any ideas then please please let me know
