<SOLVED> re-install went arrie. hereis the install.log

Guy shepperd

Joined: 2006-01-27
Posts: 8
Posted: Fri, 2006-01-27 22:45

here is the file that was created when I tried to re-install.

It makes it to Install gallery core then errors out.


Gallery version (not just "2"): Gallery 2.0.2
PHP version (e.g. 4.3.11): PHP 4.4.2
PHPInfo Link (see FAQ):
Webserver (e.g. Apache 1.3.33): IIS 6.0
Database (e.g. MySql 4.0.11): Mysql 5.0.18
Activated toolkits (e.g. NetPbm, GD):
Operating system (e.g. Linux): Windows 2003 standard server
Browser (e.g. Firefox 1.0): IE 6

AttachmentSize
install.log.zip2.55 KB
 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2006-01-28 15:14

drop the database, delete g2data, then try again.
you chose to reinstall, this will delete all data...

 
Guy shepperd

Joined: 2006-01-27
Posts: 8
Posted: Mon, 2006-01-30 23:20

ok. I went in and deleted teh database gallery2 and started from scratch.

the only thing i can figure is that when I do permsision on the database it is a two step process.

mysqladmin -u root -p create gallery2 #creates the database

mysql gallery2 -uroot -p # takee me into Mysql

GRANT ALL ON gallery2.* TO
root@localhost IDENTIFIED BY 'april2000'; # grants rights to all gallery2.*

Relies bakc with Query OK. 0 rows affected (0.03sec)

*****note there wasnt the -e, I could not get it to work, with the -e in place and the qoutes it would come back to a -> prompt.

I am by no means a mysql person,nor a database person.

COuld the -e be the issue?

-Guy

 
Guy shepperd

Joined: 2006-01-27
Posts: 8
Posted: Mon, 2006-02-06 15:10

After creating another database named diffrently.

the installation succeeded.

I apprecaite the help!

-Guy