Wampserver does not install Wordpress

2

I installed Wampserver on my Windows 10, but localhost did not work because of IIS Windows , so I configured Apache to use localhost: 8080 .

So far so good, I can access the local install of my wordpress, until I accessed PhpMtAdmin to create the bank, but when I get to the part of the wordpress installation that has to put in the name of DB, User, Password ... it does not go beyond this page, or rather it always goes to the screen "Unable to select the database"

  • In the DB name I put the name of the Bank.
  • Username, put root
  • Password, I leave it blank because it is in the file
  • Database server I put localhost: 8080
  • Table Prefix the default wp _
  • Follows some information from wampserver

    • MySQL Version: 5.7.19 - Port defined for MySQL: 3308
    • MariaDB Version: 10.2.8 - Port defined for MariaDB: 3306
    • Apache Version: 2.4.27
    • PHP Version: 7.0.23
    • Server Software: Apache / 2.4.27 (Win64) PHP / 7.0.23 - Port defined for Apache: 8080

    What can be blocking the installation? Or rather, from what I understand the installation of Wordpress can not connect to the bank.

        
    asked by anonymous 31.10.2017 / 22:28

    1 answer

    0

    Resolved, I put localhost with the MySQL port that was 3308, so it was localhost: 3308 . I was putting localhost: 8080

        
    31.10.2017 / 22:57