Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingDatabases & MySQL right
  Closed Topic Start new topic
left right
Zantor
post Jun 19 2008, 07:09 PM
Post #1


Newbie
*

Group: Members
Posts: 4
Joined: 19-June 08
Member No.: 37,452



Hello all.
I Try to config some files and geting this

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'galaxypvpbrasil_'@'localhost' (using password: YES) in /www/vndv.com/g/a/l/galaxypvpbrasil/htdocs/db/mysql.php on line 8
mySQL no esta disponible por el momento, sentimos el inconveniente...

Config.php
<?php
if(!defined("INSIDE")){ die("attemp hacking"); }
$dbsettings = Array(
"server" => "localhost", // MySQL server name.
"user" => "galaxypvpbrasil_user", // MySQL username.
"pass" => "mine password is not here", // MySQL password.
"name" => "galaxypvpbrasil_db", // MySQL database name.
"prefix" => "game_", // Tables prefix.
"secretword" => "RageOnline"); // Cookies.
?>

Username Database Name
galaxypvpbrasil_user galaxypvpbrasil_db

address: galaxypvpbrasil.vndv.com

is this configura correctly?
Go to the top of the page 
 
  + Quote Post
Dave
post Jun 19 2008, 08:17 PM
Post #2


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 835
Joined: 10-April 08
From: England
Member No.: 18,404



Common problem.. only reads the first 16 characters of database usernames as you can see from: 'galaxypvpbrasil_'@'localhost'

In your case you can't even resolve the issue by shortening the database user as your site name is 15 characters already! Hope an admin sees this and it should be fixed soon.


*EDIT* This is being fixed. Please be patient and it should work soon.
Go to the top of the page 
 
  + Quote Post
Zantor
post Jun 20 2008, 01:11 AM
Post #3


Newbie
*

Group: Members
Posts: 4
Joined: 19-June 08
Member No.: 37,452



QUOTE(Davey90r @ Jun 19 2008, 08:17 PM) *
Common problem.. only reads the first 16 characters of database usernames as you can see from: 'galaxypvpbrasil_'@'localhost'

In your case you can't even resolve the issue by shortening the database user as your site name is 15 characters already! Hope an admin sees this and it should be fixed soon.
*EDIT* This is being fixed. Please be patient and it should work soon.

thx for asking me, i saw it on another post. and alredy fix
Go to the top of the page 
 
  + Quote Post
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 26th May 2013 - 05:11 AM