• 0

MySQL ERROR


Question

I'm trying to setup a demon that's using a lot of php files and 1 mysql database and when I try to get to the login page of the demon I got the following error:

A Database Error Occurred

Error Number: 1146

Table 'a9930829_ppv.pd_users' doesn't exist

SELECT * FROM (`pd_users`)

Here's the link: http://fast-profits-now.comoj.com/ppvdemon/ppv/index.php/user/login

What does this mean? How can this be fixed?

Thanks in advanced for any useful replies

Link to comment
https://www.neowin.net/forum/topic/1078543-mysql-error/
Share on other sites

1 answer to this question

Recommended Posts

  • 0

That means you're trying to fetch data from a table that doesn't exist.

It's either crashed or corrupted, or just simply missing for some reason.

Use a software such as PHPMyAdmin or HeidiSQL (My personal fav) to look at your database.

I'm afraid there's no easy fix for this.

Link to comment
https://www.neowin.net/forum/topic/1078543-mysql-error/#findComment-594877765
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.