<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.
|
||||

Posts: 32509
drop the database, delete g2data, then try again.
you chose to reinstall, this will delete all data...
Posts: 8
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
Posts: 8
After creating another database named diffrently.
the installation succeeded.
I apprecaite the help!
-Guy