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

para correr mi tabla al localhost esto esta bien??

Estas en el tema de para correr mi tabla al localhost esto esta bien?? en el foro de Mysql en Foros del Web. nose si esto tenga que ver el no poder correr mi archivo configuracion.php [MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = On ; Maximum ...
  #1 (permalink)  
Antiguo 07/06/2008, 15:14
 
Fecha de Ingreso: mayo-2008
Mensajes: 499
Antigüedad: 15 años, 11 meses
Puntos: 1
para correr mi tabla al localhost esto esta bien??

nose si esto tenga que ver el no poder correr mi archivo configuracion.php


[MySQL]
; Allow or prevent persistent links.
mysql.allow_persistent = On

; Maximum number of persistent links. -1 means no limit.
mysql.max_persistent = -1

; Maximum number of links (persistent + non-persistent). -1 means no limit.
mysql.max_links = -1

; Default port number for mysql_connect(). If unset, mysql_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
; at MYSQL_PORT.
mysql.default_port =

; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
mysql.default_socket =

; Default host for mysql_connect() (doesn't apply in safe mode).
mysql.default_host =

; Default user for mysql_connect() (doesn't apply in safe mode).
mysql.default_user =

; Default password for mysql_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
; and reveal this password! And of course, any users with read access to this
; file will be able to reveal the password as well.
mysql.default_password =

; Maximum time (in seconds) for connect timeout. -1 means no limit
mysql.connect_timeout = 60

; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
; SQL-Errors will be displayed.
mysql.trace_mode = Off

esto es lo que tiene mi php.ini
no faltara algo en todo esto???
  #2 (permalink)  
Antiguo 08/06/2008, 07:47
 
Fecha de Ingreso: febrero-2003
Ubicación: Santiago
Mensajes: 220
Antigüedad: 21 años, 2 meses
Puntos: 4
Respuesta: para correr mi tabla al localhost esto esta bien??

y que tiene tu archivo configuracion.php? no es lo mismo que php.ini xD
__________________
Roberto Osses Elgueta
Senior Web Developer
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 04:19.