Thread: PHP or MySQL
View Single Post
  #8  
Old 04-02-2008, 05:44 PM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,640
Default Re: PHP or MySQL

Chances are your databases are not setup correctly. Make sure that for these they are something like

<login>your-cpanel-username_the-name-you-gave-your-db-username</login>
<password>the-name-you-gave-your-db-password</password>
<default>your-cpanel-username_the-name-you-gave-your-database</default>

When you imported the db.sql file into phpMyAdmin that was coping the tables to the database. phpMyAdmin is a database managing utility, when you view your database in that you should see all of the tables listed on the left, if you don't then you didn't import them.
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Reply With Quote