Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 492
    • Issues 492
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 32
    • Merge Requests 32
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #4932

Closed
Open
Opened Jan 25, 2018 by Andy Stallard@craigfanman

mysql port not used in installation

short description

on installation it asks for a mysql port, however this is not used

correct behaviour

the mysql command needs something like this adding: -P $port I'm testing an installation and mysql is on a custom port which I've never used before, I enter port 3030 and the sql installation failed. I opened install/lib/installer_base.lip.php and hard coded ' -P 3030 ' into the query, this then ran properly.

environment

centos 7.4 define('ISPC_APP_VERSION', '3.1.11');

proposed fix

just add into the query starting on line 259: -P $conf['mysql']['admin_port']

Assignee
Assign to
3.1.12
Milestone
3.1.12
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#4932