Foros del Web » Programación para mayores de 30 ;) » Bases de Datos General »

Esto que significa?

Estas en el tema de Esto que significa? en el foro de Bases de Datos General en Foros del Web. Este es mi archivo de conexcion Código PHP: # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_taxi  =  "localhost" ; $database_taxi  =  "taxi" ; $username_taxi  =  "root" ; $password_taxi  =  ...
  #1 (permalink)  
Antiguo 04/03/2005, 17:50
 
Fecha de Ingreso: agosto-2003
Ubicación: Venezuela
Mensajes: 82
Antigüedad: 20 años, 9 meses
Puntos: 0
Pregunta Esto que significa?

Este es mi archivo de conexcion
Código PHP:
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_taxi "localhost";
$database_taxi "taxi";
$username_taxi "root";
$password_taxi "";
$link=mysql_connect("localhost","mt000086_kanzler","password");
mysql_select_db("mt000086_taxi"); 
Y este es el error que me da, alguien podría por favor explicarme que pasó aqui??? no tengo mucha experiencia con estas bases de datos y conexiones!

Código PHP:
Warningmysql_connect(): Access denied for user'root@localhost' (Using passwordYESin 

/home/mt000086/public_html/Connections/taxi.php on line 9

Warning
session_start(): Cannot send session cookie headers already sent by (output started at 

/home/mt000086/public_html/Connections/taxi.php:9in /home/mt000086/public_html/administrador/login_adm.php on line 4

Warning
session_start(): Cannot send session cache limiter headers already sent (output started at 

/home/mt000086/public_html/Connections/taxi.php:9in /home/mt000086/public_html/administrador/login_adm.php on line 4 
Gracias, de antemano por cualquier ayuda!!
__________________
Stand Tall and Shake the Heavens!!
http://www.sprache-language-venezuela.c-f-h.net
  #2 (permalink)  
Antiguo 04/03/2005, 18:41
Avatar de jrp01  
Fecha de Ingreso: mayo-2004
Ubicación: México
Mensajes: 2.702
Antigüedad: 20 años
Puntos: 0
$hostname_taxi = "localhost";
$database_taxi = "taxi";
$username_taxi = "root";
$password_taxi = "";


$link = mysql_connect($hostname_taxi, $username_taxi, $password_taxi);
mysql_select_db($database_taxi, $link);


Creo que es asi
  #3 (permalink)  
Antiguo 05/03/2005, 09:38
 
Fecha de Ingreso: agosto-2003
Ubicación: Venezuela
Mensajes: 82
Antigüedad: 20 años, 9 meses
Puntos: 0
Gracias

Bien mi pana voy a intentar esta solucion tuya, imagino que cualquier cosa me permitirias preguntarte verdad?
__________________
Stand Tall and Shake the Heavens!!
http://www.sprache-language-venezuela.c-f-h.net
  #4 (permalink)  
Antiguo 08/03/2005, 09:01
 
Fecha de Ingreso: agosto-2003
Ubicación: Venezuela
Mensajes: 82
Antigüedad: 20 años, 9 meses
Puntos: 0
Y ahora esto que es?

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/mt000086/public_html/administrador/login_adm.php on line 19

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/mt000086/public_html/administrador/login_adm.php on line 24
Access denied for user: '@localhost' to database 'taxi, Resource id #3'
__________________
Stand Tall and Shake the Heavens!!
http://www.sprache-language-venezuela.c-f-h.net
  #5 (permalink)  
Antiguo 08/03/2005, 09:08
Avatar de jrp01  
Fecha de Ingreso: mayo-2004
Ubicación: México
Mensajes: 2.702
Antigüedad: 20 años
Puntos: 0
Tu base de datos se llama mt000086_taxi o taxi?
  #6 (permalink)  
Antiguo 08/03/2005, 09:09
Avatar de jrp01  
Fecha de Ingreso: mayo-2004
Ubicación: México
Mensajes: 2.702
Antigüedad: 20 años
Puntos: 0
y otra cosa mt000086_kanzler es un usuario?
  #7 (permalink)  
Antiguo 08/03/2005, 09:11
 
Fecha de Ingreso: agosto-2003
Ubicación: Venezuela
Mensajes: 82
Antigüedad: 20 años, 9 meses
Puntos: 0
oye estas online? este es mi msn agregame por favor [email protected] par aque hablemos mejor puedes
__________________
Stand Tall and Shake the Heavens!!
http://www.sprache-language-venezuela.c-f-h.net
  #8 (permalink)  
Antiguo 08/03/2005, 09:14
Avatar de jrp01  
Fecha de Ingreso: mayo-2004
Ubicación: México
Mensajes: 2.702
Antigüedad: 20 años
Puntos: 0
ok, agregame
  #9 (permalink)  
Antiguo 08/03/2005, 09:15
 
Fecha de Ingreso: agosto-2003
Ubicación: Venezuela
Mensajes: 82
Antigüedad: 20 años, 9 meses
Puntos: 0
Mira la base de datos offline se llama taxi, pero el servidor le pone todos esos nombres, el usuario es taxi, explicame una cosa ese error puede ser que como offline la base de datos se llama taxi y online se llama mt000086_taxi me este dando estos problemas??
__________________
Stand Tall and Shake the Heavens!!
http://www.sprache-language-venezuela.c-f-h.net
  #10 (permalink)  
Antiguo 08/03/2005, 09:16
 
Fecha de Ingreso: agosto-2003
Ubicación: Venezuela
Mensajes: 82
Antigüedad: 20 años, 9 meses
Puntos: 0
donde veo tu correo?
__________________
Stand Tall and Shake the Heavens!!
http://www.sprache-language-venezuela.c-f-h.net
  #11 (permalink)  
Antiguo 08/03/2005, 09:18
 
Fecha de Ingreso: agosto-2003
Ubicación: Venezuela
Mensajes: 82
Antigüedad: 20 años, 9 meses
Puntos: 0
ya te agregue pero no te ve online
__________________
Stand Tall and Shake the Heavens!!
http://www.sprache-language-venezuela.c-f-h.net
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:21.