Title: brian-score's Replies | WordPress.org

---

# brian-score

  [  ](https://wordpress.org/support/users/brian-score/)

 *   [Profile](https://wordpress.org/support/users/brian-score/)
 *   [Topics Started](https://wordpress.org/support/users/brian-score/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brian-score/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brian-score/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brian-score/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brian-score/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brian-score/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Overide page meta title?](https://wordpress.org/support/topic/overide-page-meta-title/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/overide-page-meta-title/#post-1294733)
 * The code in the theme header is as follows:
 * <title><?php wp_title(); ?> <?php bloginfo(‘name’); ?></title>
 * What I want to do is get it to import the meta title which the plug allows me
   to add for each page. Any ideas?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Side Bars have moved down under page](https://wordpress.org/support/topic/side-bars-have-moved-down-under-page/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/side-bars-have-moved-down-under-page/#post-1274636)
 * Hello again!
 * I manged to solve the problem, I checked a back up copy of the page.php I made
   a couple of weeks ago and found an error.
 * For those that might have the same problem read this:
 * <?php comments_template(); ?>
 * </div>
    </div>
 * <?php endwhile; ?>
 * The two div tags were missing but I have no idea why that should have cause the
   problem. Inserting them worked for me.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problems using phpmyadmin to transfer WP databases](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/#post-1262689)
 * Thank you so much, sometimes you cannot see the wood from the trees.
 * In fact I did not alter the sql files, they dropped straight away without mods.
   Sorry to miss a fundamantal and waste your time.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problems using phpmyadmin to transfer WP databases](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/#post-1262685)
 * The dbs are quite light, only about 100 posts.
 * No I did not do it that way, I exported and then renamed before importing using
   phpmyadmin.
 * Can I import text, csv, or other files, will it still work?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problems using phpmyadmin to transfer WP databases](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/#post-1262676)
 * Hi tried both options, the message was
 * MySQL said:
 * #1046 – No database selected
 * I was uploading an …..sql.zip file.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problems using phpmyadmin to transfer WP databases](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/#post-1262663)
 * Hi, it looks like this:
 * — phpMyAdmin SQL Dump
    — version 2.11.9.5 — [http://www.phpmyadmin.net](http://www.phpmyadmin.net)——
   Host: localhost — Generation Time: Oct 31, 2009 at 01:12 PM — Server version:
   5.0.81 — PHP Version: 5.2.9
 * SET SQL_MODE=”NO_AUTO_VALUE_ON_ZERO”;
 * /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET
   @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION
   =@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */;
 * —
    — Database: `tenerif6_wrd01` —
 * — ——————————————————–
 * —
    — Table structure for table `wp_comments` —
 * DROP TABLE IF EXISTS `wp_comments`;
    CREATE TABLE `wp_comments` ( `comment_ID`
   bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned
   NOT NULL default ‘0’, `comment_author` tinytext NOT NULL, `comment_author_email`
   varchar(100) NOT NULL default ”, `comment_author_url` varchar(200) NOT NULL default”,`
   comment_author_IP` varchar(100) NOT NULL default ”, `comment_date` datetime NOT
   NULL default ‘0000-00-00 00:00:00’, `comment_date_gmt` datetime NOT NULL default‘
   0000-00-00 00:00:00’, `comment_content` text NOT NULL, `comment_karma` int(11)
   NOT NULL default ‘0’, `comment_approved` varchar(20) NOT NULL default ‘1’, `comment_agent`
   varchar(255) NOT NULL default ”, `comment_type` varchar(20) NOT NULL default ”,`
   comment_parent` bigint(20)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problems using phpmyadmin to transfer WP databases](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/#post-1262656)
 * What it starts with is this:
 * Table structure for table `wp_comments`
    —
 * DROP TABLE IF EXISTS `wp_comments`
 * I deleted everything before the header line stops
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problems using phpmyadmin to transfer WP databases](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/#post-1262651)
 * I tried that and got the following error message:
 * MySQL said:
 * #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 ‘Table structure
   for table `wp_comments`
 * DROP TABLE IF EXISTS `wp_comments`‘ at line 1
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [How to have 2 wordpress installations on one domain?](https://wordpress.org/support/topic/how-to-have-2-wordpress-installations-on-one-domain/)
 *  [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/how-to-have-2-wordpress-installations-on-one-domain/#post-1262642)
 * I only modified the names to suite the new server
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Problems using phpmyadmin to transfer WP databases](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/problems-using-phpmyadmin-to-transfer-wp-databases/#post-1262641)
 * Thank you for your reply. Sorry I am not that proficient with code, how do I 
   access that?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blog Stats Widget](https://wordpress.org/support/topic/blog-stats-widget/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/blog-stats-widget/#post-1246029)
 * Hello is anybody there?
 * If anyone has an answer I would be very grateful.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidebars neo-sapien 3 column theme](https://wordpress.org/support/topic/sidebars-neo-sapien-3-column-theme/)
 *  Thread Starter [brian-score](https://wordpress.org/support/users/brian-score/)
 * (@brian-score)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sidebars-neo-sapien-3-column-theme/#post-1244413)
 * My nightmare appears ot be over, some experimentation has worked. Good night.

Viewing 12 replies - 1 through 12 (of 12 total)