Page 1 of 1

Gallery help

Posted: Fri Dec 05, 2008 8:08 am
by cpenni
i just installed Gallery all went well. i changed owner and user to apachi and got the welcome page. now i'm stuck. i need help with setup. Thanks chuck

Re: Gallery help

Posted: Sat Dec 06, 2008 9:45 pm
by jfrenc14
is this what you installed http://gallery.menalto.com/

Re: Gallery help

Posted: Mon Dec 08, 2008 7:44 am
by cpenni
yes thats it. i found something about mysql which i don't have installed might be my problem.

Re: Gallery help

Posted: Mon Dec 08, 2008 11:09 am
by jfrenc14
if you are using amahi, then i believe you must have mysql, in a termnal do the following commands when it prompts you for a password it is 'hda'

Code: Select all

mysqladmin -uroot create gallery -p

Code: Select all

mysql gallery -uroot -e"GRANT ALL ON gallery.* TO gallery@localhost IDENTIFIED BY 'hda'" -p
Now in the setup use the following

Code: Select all

Server: localhost Database Name: gallery User: gallery Password: hda
that should be all you need