Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 12 de abr. de 2012 · It generally occurs when your default port for localhost is being used by another application (like apache tomcat). Easy fix is to stop the application and simply go to localhost/phpmyadmin . In my case it worked after stopping apache tomcat .

  2. If you are not able to access localhost/phpmyadmin : First of all, add phpmyadmin folder to your working directory. Download it from https://www.phpmyadmin.net and unzip it. Add the folder to your working directory and change the name to phpmyadmin. Now you can access localhost/phpmyadmin.

  3. 26 de ago. de 2014 · @user3334714, you can add your MySQL password to the phpMyAdmin config file (config.inc.php). This file can be opened by pressing [ Config ] on the Apache line and choosing the appropriate option.

  4. 24 de sept. de 2013 · Learn how to access phpMyAdmin on Stack Overflow, a platform for developers to share knowledge and expertise.

  5. 31 de ene. de 2023 · Asegúrate de tener conexión a tu servidor de base de datos Si estás trabajando con XAMPP. Entra al Shell y coloca mysql -u root -p te solicitara la contraseña, si no has configurado ninguna solo da Enter, si puedes acceder quiere decir que el usuario root si existe y tiene conexión, de lo contrario tendrias que ver la configuración de usuarios, o que le hayas asignado una contraseña.

  6. 13 de feb. de 2014 · Xampp version:1.7.7 (installed it on external hard drive), operating system: Windows 8, installed version 4.1.7 of phpMyAdmin and copied config.inc.php from my old version of phpmyadmin to the new

  7. 26 de jun. de 2020 · Normally, localhost is preferred if you are on the same machine. In MySQL Workbench, you need to give the hostname or IP address when selecting "Standard (TCP/IP)" from the "Connection Method" dropdown. This is simply the hostname or IP address, not a complete URL or web site. So you'd set the hostname to "127.0.0.1" or "192.168.9.34" or whatever.

  8. 30 de sept. de 2023 · En el archivo httpd.conf debes buscar la línea que dice Listen 80 y cambiarla por Listen 8080. Por lo general este archivo esta en Apache\conf\

  9. 29 de abr. de 2011 · Unfortunately, I have no idea what my username/password should be. Is that something I need to configure on the MySql side? I tried creating an arbitrary username/password (admin/password), but when I try to log into phpMyAdmin with those credentials, I get an error: (#1045 - Access denied for user 'admin'@'localhost' (using password: YES))

  10. 8 de feb. de 2016 · Im new to php so please explain how to set up wamp amd xampp and get access to phpmyadmin?