CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
30 stars 16 forks source link

Install using non-standard mysql port #20

Closed rene-paq closed 2 years ago

rene-paq commented 3 years ago

Describe the bug A clear and concise description of what the bug is. Installing the app using an offloaded mysql server with non standard port To Reproduce Steps to reproduce the behavior:

  1. Go to ' installer'
  2. under MySql Database Parameters
  3. MySQL Server IP/FQDN: fqdn:3308 also tried fpdn,3308
  4. Error 'MySQL Error: (1049) Unknown database '3308'

Expected behavior I would expect that the installer would accept the port number to configure the instance of mysql

Screenshots If applicable, add screenshots to help explain your problem.

Server : ipsk app

Additional context Add any other context about the problem here. As stated above attempting to install the ipsk app using an external MySql server using a non-standard port

Thanks, Rene

cisco-garyoppel commented 3 years ago

@rene-paq While investigating this issue, I was not able to reproduce the error. I was successfully able to use both FQDN and IP with the host:port format on the installer page, as well as within the configuration file after installation.

Please let me know your findings.

Regards, Gary