f4shionablecha0s
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: “The Best” Hosting, Hands DownI use Lunarpages (http://www.lunarpages.com/). I’ve never been anything but happy with the service they’ve provided me. It sure as hell beats running a server in my closet off a cable internet connection.
Forum: Fixing WordPress
In reply to: Moving Servers – DB Import/Export ProblemI can’t really figure out a way to do the tables one by one, the data file is much too big for me to really hand edit.
Still no blog….
Is there any other way of exporting the data?
Forum: Fixing WordPress
In reply to: Moving Servers – DB Import/Export ProblemThat is the first line. I try removing everything before USE alexblog; but it still finds that strange ‘ thing, even if there’s nothing before it.
The error I get is:
#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 ‘USE alexblog’ at line 1
and the first part of the data .sql file is:
USE alexblog;
—
— Dumping data for tablewp_categories
—INSERT INTO
wp_categoriesand so on.
As far as I can tell that stupid character doesn’t exist anymore, yet it’s still bitching about it.
I’ll try doing the tables one by one, but if it’s finding an error on the USE alexblog; part, I doubt it will work.
Forum: Fixing WordPress
In reply to: Moving Servers – DB Import/Export ProblemOkay. I made two different .sql files and edited out everything that related to character sets. It imported the structure one.
The data one is still being rejected.
#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 ‘– phpMyAdmin SQL Dump
— version 2.6.2-pl1
— http://www.ph