Help - Search - Members - Calendar
Full Version: Erro Using Mysql
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
Zantor
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?
Dave
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.
Zantor
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.