If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
intallation error  XML
Forum Index » Support Forum
Author Message
psyb0rg
Newbie

Joined: 23/03/2006 10:47:05
Messages: 4
Offline

this is what i get at step 2 of the installation:

MySQL Error : Query Error
Error Number: 1050 Table 'poll_config' already exists
Date : Thu, March 23, 2006 14:50:15
IP : 127.0.0.1
Browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Referer : http://localhost/advancedpoll/db/install.php?action=step_2
PHP Version : 5.1.2
OS : WINNT
Server : Apache/2.0.44 (Win32) PHP/5.1.2
Server Name : localhost
Script Name : /advancedpoll/db/install.php


Im using PHP5 and mySQL 4.1. Any help would be greatly appreciated
psyb0rg
Newbie

Joined: 23/03/2006 10:47:05
Messages: 4
Offline

OK. I deleted my already created database and then ran the script. Now i get this error:
MySQL Error : Query Error
Error Number: 1005 Can't create table '.\poll\poll_config.frm' (errno: 121)
Date : Thu, March 23, 2006 16:26:31
IP : 127.0.0.1
Browser : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Referer : http://localhost/advancedpoll/db/install.php?action=step_2
PHP Version : 5.1.2
OS : WINNT
Server : Apache/2.0.44 (Win32) PHP/5.1.2
Server Name : localhost
Script Name : /advancedpoll/db/install.php
phpuser3
Graduate
[Avatar]

Joined: 16/11/2004 12:46:44
Messages: 110
Offline

did you removed the mysql db files from your hard disk?

use:

mysql -uroot
>drop table poll_config;
>exit;

mysqladmin -uroot reload

to delete the table
psyb0rg
Newbie

Joined: 23/03/2006 10:47:05
Messages: 4
Offline

It just gives an 'Unknown table 'poll_config' ' error.
phpuser3
Graduate
[Avatar]

Joined: 16/11/2004 12:46:44
Messages: 110
Offline

the user who's being used to connect to the mysql db needs create, insert, update, select and delete privileges
psyb0rg
Newbie

Joined: 23/03/2006 10:47:05
Messages: 4
Offline

I am the only user and have put the right info in the config file.
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum