Author |
Message |
23/03/2006 10:52:22
|
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
|
|
23/03/2006 12:28:39
|
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
|
|
23/03/2006 22:01:16
|
phpuser3
Graduate
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
|
|
24/03/2006 10:09:36
|
psyb0rg
Newbie
Joined: 23/03/2006 10:47:05
Messages: 4
Offline
|
It just gives an 'Unknown table 'poll_config' ' error.
|
|
26/03/2006 00:24:46
|
phpuser3
Graduate
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
|
|
27/03/2006 10:10:22
|
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.
|
|
|