Bug #12409 | compiling mysql-4.0.25 with the option --with-tcp-port=3307 not functional | ||
---|---|---|---|
Submitted: | 6 Aug 2005 4:50 | Modified: | 25 Oct 2005 17:29 |
Reporter: | Yashesh Bhatia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.25 | OS: | Linux (Linux) |
Assigned to: | Bugs System | CPU Architecture: | Any |
[6 Aug 2005 4:50]
Yashesh Bhatia
[7 Aug 2005 11:14]
Aleksey Kishkin
after configure with --with-tcp-port=3307, built and checked: hnt02951:/tmp/mysql-4.0.25 # libexec/mysqld --no-defaults --user=mysql InnoDB: The first specified data file ./ibdata1 did not exist: InnoDB: a new database to be created! 050807 15:11:18 InnoDB: Setting file ./ibdata1 size to 10 MB InnoDB: Database physically writes the file full: wait... 050807 15:11:18 InnoDB: Log file ./ib_logfile0 did not exist: new to be created InnoDB: Setting log file ./ib_logfile0 size to 5 MB InnoDB: Database physically writes the file full: wait... 050807 15:11:18 InnoDB: Log file ./ib_logfile1 did not exist: new to be created InnoDB: Setting log file ./ib_logfile1 size to 5 MB InnoDB: Database physically writes the file full: wait... InnoDB: Doublewrite buffer not found: creating new InnoDB: Doublewrite buffer created InnoDB: Creating foreign key constraint system tables InnoDB: Foreign key constraint system tables created 050807 15:11:20 InnoDB: Started libexec/mysqld: ready for connections. Version: '4.0.25' socket: '/tmp/mysql-4.0.25.sock' port: 3306 Source distribution So, with option --no-defaults (do not read any .cnf files) mysql listens 3306 port.
[25 Oct 2005 17:29]
Patrick Galbraith
Upgrade to 4.1. This works in 4.1, and 4.0 is in maintenance mode, only high priority fixes will be fixed.