After uploading database to live site. I get all this information on the homepage and not the actual website it self. Can someone please help so that I can get my website running?

-- phpMyAdmin SQL Dump -- version 2.9.1.1 -- http://www.phpmyadmin.net -- -- Host: 85.44.32.133 -- Generation Time: Jan 05, 2009 at 10:24 PM -- Server version: 4.1.22 -- PHP Version: 5.2.6 -- -- Database: `Name` -- CREATE DATABASE `Name` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE Name; -- -------------------------------------------------------- -- -- Table structure for table `access` -- DROP TABLE IF EXISTS `access`; CREATE TABLE IF NOT EXISTS

Comments

Help in this matter would be

Help in this matter would be appreciated .

=-=

patience if a virtue. a wait of 45 minutes isn't very long.

same MySQL version on both ?
are you sure the export of the dev database is good?

I think i know what you are

I think i know what you are talking about here. The version on my host only as mysql 4.1 and 5.0. The phpmyadmin if i am correct don't have anything that match that in the sql export compatibility.

Perhaps explain the process

Perhaps explain the process you used to upload the database.

I have some theories on why it hasn't worked, but more information would be very helpful to your cause.

I just export my database

I just export my database off the phpmyadmin by selecting sql and select the all the options for structure. I also checked the data box along with checking the use hexadecimal for binary fields leaving everything else the same. For the host mysql im using 5.0.

Personally I don't recommend

Personally I don't recommend to use phpMyAdmin for such process. I would recommend using SQLyog or Navicat.

yeah, I came across using

yeah, I came across using phpmyadmin for the drupal install, since it came with a huge bundel of other things.

You may also try backup &

You may also try backup & migrate module

try this
1- install module on your localhost
2- export db with module
3- copy whole file structure to live server (I believe you already did this step but you may need to place backup and migrate module)
4- clean install of drupal
5- activate backup & migrate module
6- import existing backup file
7- uninstall module

nobody click here