ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

need some data base helps folks!!!



  See My Clio? Tell Me
hey ive just bought some webspace and im trying to upload a gallery to it and its saying i need to put in my database settings now im a complete idiot,novice and ive no idea what its asking for can any one help?

database.jpg
 
Last edited:
  MINI Cooper S
My dads a whizz on databases, ill see if i can ask him this evening when hes home from work.
 

sn00p

ClioSport Club Member
  A blue one.
Just enter the username & password you want for your database along with the name of it, that's what you'll use to access it.
 
  See My Clio? Tell Me
it dont create one ive tried that

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /home/sites/insomniauk.co.uk/public_html/gallery2/lib/adodb/drivers/adodb-mysql.inc.php on line 366
localhost: Access denied for user 'root'@'localhost' (using password: NO)
 
  See My Clio? Tell Me
if provide some one with a ftp account can any one sort it for me???

im trying to install gallery2 on there
 

sn00p

ClioSport Club Member
  A blue one.
right, I see, the screenshot you've put from above is from the gallery software....

...on your hosting providers control panel you need to create a:

database (call it gallery2)

and create a user for the database.

Then in the gallery screen above, type in that information. The mysql hostname will probably be shown in the hosting control panel or on some help page.
 

KDF

  Audi TT Stronic
You wont be able to do it with ftp.. you really need either ssh access to the box.. or remote mysql access to create the gallery table !

I have set up gallery2 a few times now.. its a peice of piss !

Is this a new install ? have you setup your root password for the database or have you not touched the mysql server since it was installed ?
 
  See My Clio? Tell Me
dam it time for work will have to have a look tonyt i new at all this it seems harder than i thought

thanks for ya help sn00p
 
  See My Clio? Tell Me
You wont be able to do it with ftp.. you really need either ssh access to the box.. or remote mysql access to create the gallery table !

I have set up gallery2 a few times now.. its a peice of piss !

Is this a new install ? have you setup your root password for the database or have you not touched the mysql server since it was installed ?

its a new install aint set jack s**t lol and ive no idea what your talking about !!!
 

KDF

  Audi TT Stronic
You wont be able to do it with ftp.. you really need either ssh access to the box.. or remote mysql access to create the gallery table !

I have set up gallery2 a few times now.. its a peice of piss !

Is this a new install ? have you setup your root password for the database or have you not touched the mysql server since it was installed ?

its a new install aint set jack s**t lol and ive no idea what your talking about !!!

Your gonna need to give more details.. is this your own system you've set this up on or a server your paying for ? if its your own system I can run you through how to get it working no probs.

If its a server your paying for then you need to find out what sort of access you have to it. Ideally if you have SSH access you can easily set it up, but even remote connections to the mySQL server will suffice ! Failing that I could write a php script that you would upload to the server and run that would create the database for you..

Give as much info as you can !
 
  Rav4
basically, you should have a kind of control panel for the web space you have bought.

One of the panels should be sql admin, or something along them lines.

You will need to create an account i.e user name and password and give it the rights you would like it to have. Then on the gallery interface put in those user details and it should work.

At the moment you are using the root credentials and you do not know them.
 

KDF

  Audi TT Stronic
^^ not quite.

He has to also create the gallery table as the install scripts wont do that for you !
 
  See My Clio? Tell Me
r8 ome from work need to get this thing sorted can any one talk me throught what ive gotta do ?

its webspace ive bought with internet runner
the gallery in gallery 2
ive only just got the site ive not changed any setting
ive never used a database before

so i need a idiot guide
 

KDF

  Audi TT Stronic
Hi, glad you got it sorted.. sort of ;)

You need to set the dirs and scripts to 755.

with ssh access you would

Code:
chmod -R 755 /path/to/gallery2dir

I think you can set file permissions through some ftp clients aswell. ideally your looking for

-rwxr-x-r-x as the file permissions ;) directorys should show up as
drwxr-x-r-x

Good luck !
 


Top