Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 08-15-2006, 06:05 AM   #1 (permalink)
Inactive
 
Join Date: 05-08-06
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

sovereign6 is liked by many
Error Message MySql - Please help

Table 'touchof_automall1blue.re2_agents' doesn't exist

I am reasonably new to MySql dbases.

I have uploaded a php website template to my host server.

Created a mySql dbase in Cpanel.

But still getting an error message that says:

Table 'touchof_automall1blue.re2_agents' doesn't exist.

Any help would be most grateful.

Will let you have my Cpanel details, if anybody can take a look.

Thanks

Cheers
sovereign6 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 08-15-2006, 06:27 AM   #2 (permalink)
Inactive
 
Mrblogs's Avatar
 
Join Date: 03-29-06
Posts: 548
iTrader: 0 / 0%
Mrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really nice
Send a message via MSN to Mrblogs Send a message via Yahoo to Mrblogs
IT is saying that a Table named "re2_agents" does not exist in the database "touchof_automaill1blue"
Mrblogs is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-15-2006, 06:55 AM   #3 (permalink)
Inactive
 
Join Date: 05-08-06
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

sovereign6 is liked by many
Hi MrBlogs

Thanks for your reply.

Still don't understand as I did not create a Table named "re2_agents...

If I give you the Cpanel log in info.

Would you be able to have a look?

Thanks for your advice.

Cheers
sovereign6 is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-15-2006, 08:08 AM   #4 (permalink)
Inactive
 
Mrblogs's Avatar
 
Join Date: 03-29-06
Posts: 548
iTrader: 0 / 0%
Mrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really nice
Send a message via MSN to Mrblogs Send a message via Yahoo to Mrblogs
Where are you getting that error message?
Mrblogs is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-16-2006, 05:36 AM   #5 (permalink)
Inactive
 
Join Date: 03-15-06
Posts: 111
iTrader: 0 / 0%
Latest Blog:
None

minbak is a jewel in the roughminbak is a jewel in the roughminbak is a jewel in the roughminbak is a jewel in the roughminbak is a jewel in the roughminbak is a jewel in the rough
I think I know what the problem.

You need to restore the backup file from the original database into your new database.

Then, change the login details in conn.php
minbak is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-16-2006, 11:47 AM   #6 (permalink)
Inactive
 
littleFella's Avatar
 
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
iTrader: 0 / 0%
Latest Blog:
None

littleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to behold
When you create a table as admin or a user with admin rights then it may be necessary to grant rights to other users to allow them read access (and/or other rights) to that table.
littleFella is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-16-2006, 12:27 PM   #7 (permalink)
Contributing Member
 
FGTH's Avatar
 
Join Date: 03-06-04
Location: NY, CT, CA, AZ
Posts: 522
iTrader: 0 / 0%
Latest Blog:
None

FGTH is a name known to allFGTH is a name known to allFGTH is a name known to allFGTH is a name known to allFGTH is a name known to allFGTH is a name known to allFGTH is a name known to allFGTH is a name known to allFGTH is a name known to allFGTH is a name known to allFGTH is a name known to all
I don't think the single quotes are necessay unless you've got dashes in your database name or table name... if you do use single quotes, make sure you're using ` and not '
__________________
"90% of the game is half mental."
--Yogi Berra
Elizabeth Arden Blog
FGTH is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-16-2006, 12:58 PM   #8 (permalink)
Potato Monster
 
Immo's Avatar
 
Join Date: 03-26-04
Location: Chester, England
Posts: 3,894
iTrader: 0 / 0%
Immo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest order
Send a message via ICQ to Immo Send a message via AIM to Immo Send a message via MSN to Immo Send a message via Yahoo to Immo Send a message via Skype™ to Immo
Quote:
touchof_automall1blue.re2_agents
Remove the fullstop and replace with an underscore, if its cpanel then re2_agents should be your username.


If that doesnt work goto the mysql page in Cpanel and look under the database, it should show you a connection string that you can copy and paste wherever you need it.
__________________
I have become death, destroyer of worlds.
Immo is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help - Template Parse Error Message photocrats.com Coding Forum 3 11-20-2007 11:02 PM
copying error message ronan_2007 Computers & Internet 5 10-17-2007 10:09 AM
Help getting error message when I go to my site fredpeters Blogging Forum 1 09-28-2007 10:45 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 06:52 PM.
© Copyright 2008 V7 Inc