Hello:
Thanks for getting back with me. I am new to all this and have never done an "export" so I do not know the best way to do it. Hopefully this is what you requested. I did an export and left all defaults selected and it printed out this:
-- phpMyAdmin SQL Dump
-- version 2.11.11.3
-- http://www.phpmyadmin.net
--
-- Host: 50.63.244.142
-- Generation Time: Jul 29, 2012 at 10:34 PM
-- Server version: 5.0.92
-- PHP Version: 5.1.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `db2012gman`
--
-- --------------------------------------------------------
--
-- Table structure for table `charismos`
--
CREATE TABLE `charismos` (
`userid` int(11) NOT NULL auto_increment,
`username` longtext,
`email` varchar(75) NOT NULL default 'a',
`avatar` varchar(11) default NULL,
`zenscore` varchar(11) NOT NULL default '0',
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=59 ;
--
-- Dumping data for table `charismos`
--
INSERT INTO `charismos` VALUES(1, 'firstuser', '
[email protected]', '1', '1');
INSERT INTO `charismos` VALUES(2, 'second user', '
[email protected]', '2', '23');
INSERT INTO `charismos` VALUES(3, 'gerard is the third', '
[email protected]', '3', '55');
INSERT INTO `charismos` VALUES(4, 'fourhguy', '
[email protected]', '4', '55');
INSERT INTO `charismos` VALUES(5, ' will it work', '
[email protected]', '2', '10');
INSERT INTO `charismos` VALUES(57, ' gerard_again', '
[email protected] ', '3', '2300');
INSERT INTO `charismos` VALUES(58, ' textuser', ' ', '3', '0');