Yes, you have a problem with the database. I have used Wordpress on various version of Windows, but I can't tell you how to fix it unless you let us know the configuration you are using.
Main Topics
Browse All TopicsHello,
I am trying to install Wordpress on a Windows box with PHP and mySQL installed. I have installed several Wordpress blogs on a Linux server, but this is the first time I have tried on a Windows box. I know the recommendation is to use a Linux server, but I currently limited to one Windows server. I have created the correct config file for the database connection. The problem seems to be with the actually installation and the creation of the Wordpress tables.
Below I copied in a few lines of the error I am receiving. Has anyone seen this issue in the past and if so, what would the best way to solve this be?
Thank you
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
looking at this part of the error
hotdealsrss_.wp_options
it looks as though teh db was set uot and then you tried to change the prefix.
open the wp-config.php at teh site root and see what has been defined as the
$table_prefix = ''; // Only numbers, letters, and underscores please!
if it is anything otehr than wp_ change it to wp_ and try again see if you continue to ge the error
also
also what db are you using? check that the tables have been created and what prefix, if any they have been given, if it is not wp_ you need to chant that line in wp-config, did you copy the db diles to teh current DB? that doesn't necessarity work, depends on how you did it.
next
did you modify ANY code, did you insert hotdealsrss_ anywhere in the pages? because in php . is the concatenate operator and you might have missed closing a quote
hotdealsrss_. wp_options <--- see the dot?
i ainstalled WP on windows with no problems, you might want to try a fresh install
>>The key was finding all instances of the libmysql.dll and deleting them.
you had more than one?
there is no need to copy the files to the windows system directory, simply install php to c:\php, or where ever you want and add teh command line to teh windows path variable, never copy php files to the system directory
well why dont you use this easy installer that does it all for you from scratch in just less than 5 mins. You can grab XAMPP from here
http://www.apachefriends.o
If you need help about it, I will love to help!
Business Accounts
Answer for Membership
by: docbluePosted on 2008-01-14 at 16:10:21ID: 20658751
I've nevery tried installing it on a Windows server, but I think your database name is wrong. In Linux at least, the name of the database is usually "<login>_<dbname>.<tablena me>". Is hotdealsrss the login for your account? If so, the reference to the database name is not included so it can't see the table.
Hope this helps.