Hola a todos. He instalado WAMP en mi maquina para hacer pruebas en local con Wordpress. Aparentemente todo se instal?en.
Puedo ver en mi navegador la pagina index.php :------ "http://s97.photobucket.com/albums/l221/arturopinto/wamp/?action=view&current=captura_03.jpg"----- que est?entro de la carpeta www. En esa misma carpeta puedo ver la pagina testmysql.php que me marca un error ------- "http://s97.photobucket.com/albums/l221/arturopinto/wamp/?action=view&current=captura_01.jpg" -------------
Y cuando trato de accesar phpMyAdmin me aparece el siguiente mensaje:
"Error, MySQL ha dicho:#1130 - Host localhost is not allowed to connect to this MySQL server."
y tambi?
"phpMyAdmin intent?nectarse con el servidor MySQL, y el servidor rechaz?ta conexi?Deber?evisar el host, nombre de usuario y contrase?n config.inc.php y asegurarse que corresponden con la informaci?rovista por el administrador del servidor MySQL." ---------------- "http://s97.photobucket.com/albums/l221/arturopinto/wamp/?action=view&current=captura_02.jpg" --------------------------------
Y esto es lo que viene en mi archivo config.inc.php:
<?php
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg[Servers][$i][verbose] = localhost;
$cfg[Servers][$i][host] = localhost;
$cfg[Servers][$i][port] = ;
$cfg[Servers][$i][socket] = ;
$cfg[Servers][$i][connect_type] = tcp;
$cfg[Servers][$i][extension] = mysqli;
$cfg[Servers][$i][auth_type] = config;
$cfg[Servers][$i][user] = root;
$cfg[Servers][$i][password] = ;
$cfg[Servers][$i][AllowNoPassword] = true;
/* End of servers configuration */
$cfg[DefaultLang] = en-utf-8;
$cfg[ServerDefault] = 1;
$cfg[UploadDir] = ;
$cfg[SaveDir] = ;
/* rajk - for blobstreaming */
$cfg[Servers][$i][bs_garbage_threshold] = 50;
$cfg[Servers][$i][bs_repository_threshold] = 32M;
$cfg[Servers][$i][bs_temp_blob_timeout] = 600;
$cfg[Servers][$i][bs_temp_log_threshold] = 32M;
?>
-----------------
¿Necesito configurar algo aqui?
De antemano muchas gracias por su ayuda.
Pertenece a la categoría:
| |