installation probs

D3style

Joined: 2005-03-06
Posts: 2
Posted: Sun, 2005-03-06 17:18

Hi,
I've seen the gallery in aktion ,.....and i love it!

The problem is, that im a total noob with these things; i've been trying for 2 days now and i can't get it to run :oops:
the problem is that i never created a database and i don't know where to put the codes i got from the help file in the gallery :oops: ive been trying it true phpmyadmin but thats new to me 2. and didn't succeeded in creating one

but i will not give up!.... ive you guys can give me a little update on where to put the codes. I would love ya for it :P

sorry for the noobish questions.
Grts D3style

----
The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):not yet oporational
Gallery version: 2.0 beta
Apache version: 1.3.33 (Unix)
PHP version (don't just say PHP 4, please):4.3.10
Graphics Toolkit: dunno
Operating system: on server linux on my pc windows
Web browser/version (if applicable):internet explorer (on my pc)

 
D3style

Joined: 2005-03-06
Posts: 2
Posted: Sun, 2005-03-06 22:10

the codes i have to put in are:

mysqladmin -uroot create gallery2
mysql gallery2 -uroot -e"GRANT ALL ON gallery2.* TO username@localhost IDENTIFIED BY 'password'"

and this is the error line:

#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysqladmin -uroot create gallery2
mysql gallery2 -uroot -e"GR

and i tryed it with the "-p" like in the manual 2

Found where i have 2 put the codes, sorry for asking that stupid question :oops:

Grts D3

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Sun, 2005-03-06 22:20

[Moved to G2 support]

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2005-03-06 22:23

the items in bold in the README you should replace with the correct values for your system.. ie, I don't think your username is 'username'
also those are two separate commands to run from the command line.. you're not putting that whole thing into phpmyadmin are you?