Thread: connection.php
View Single Post
  #3 (permalink)  
Old 21-01-2008, 05:51 PM
jwade_m's Avatar
jwade_m jwade_m is offline
Graphic/Web Designer
 
Join Date: Aug 2007
Location: Indiana, United States
Posts: 196
Default

ok. This is a bit of info from the .sql file in the db folder that the programmer sent.

-- phpMyAdmin SQL Dump
-- version 2.11.0
-- phpMyAdmin | MySQL Database Administration Tool | www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 10, 2008 at 09:10 AM
-- Server version: 5.0.45
-- PHP Version: 5.2.3

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `funchill_heartlandmeds`
--

-- --------------------------------------------------------

--
-- Table structure for table `admin`
--

CREATE TABLE `admin` (
`userid` int(11) NOT NULL auto_increment,
`username` varchar(50) default NULL,
`password` varchar(50) default NULL,
`status` int(11) default NULL,
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;



I noticed that it still has this information:
Host: localhost
Database: `funchill_heartlandmeds`


funchill_heartlandmeds is not the name of my database. Does this need changed?
Reply With Quote