Bug #8279 | mysqld_multi doesn't read my.cnf | ||
---|---|---|---|
Submitted: | 3 Feb 2005 9:12 | Modified: | 4 May 2006 16:30 |
Reporter: | Shuichi Tamagawa | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | All | OS: | Linux (SuSE Linux 9.2 (kernel 2.6)) |
Assigned to: | CPU Architecture: | Any |
[3 Feb 2005 9:12]
Shuichi Tamagawa
[4 Feb 2005 13:12]
MySQL Verification Team
I wan't able reproduce it on my linux box. Seems this is SuSe-specific issue.
[26 Apr 2005 15:00]
Jani Tolonen
Tested on SuSE 9.2, works. This could be due to another my.cnf file disturbing. Where is the config file of the example being saved in, and with which name? Are there any other my.cnf files in: /etc/my.cnf ~/.my.cnf or if you have MYSQL_HOME environment variable set, in that location? Check with echo $MYSQL_HOME.
[5 May 2005 0:02]
Shuichi Tamagawa
Hi, >Where is the config file of the example being saved in, and with which name? There are my-huge.cnf, my-innodb-heavy-4G.cnf, my-large.cnf, my-medium.cnf, my-small.cnf in /usr/local/mysql/50020/share/mysql/ and /usr/local/mysql/50020/share/mysql/. >Are there any other my.cnf files in: /etc/my.cnf ~/.my.cnf But no my.cnf other than the one in /etc/my.cnf >if you have MYSQL_HOME environment variable set, in that location? Check with echo $MYSQL_HOME. echo $MYSQL_HOME returns nothing.
[5 Jun 2005 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[20 Jul 2005 3:42]
MySQL Verification Team
Verified on Suse 9.3: miguel@hegel:/usr/local/mysql/bin> ./mysqld_multi --no-log start 41090,50020 mysqld_multi log file version 2.11; run: Wed Jul 20 00:38:08 2005 Starting MySQL servers miguel@hegel:/usr/local/mysql/bin> 050720 0:38:08 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use 050720 0:38:08 [ERROR] Do you already have another mysqld server running on port: 3306 ? 050720 0:38:08 [ERROR] Aborting 050720 0:38:08 [Note] /usr/local/mysql/41090/libexec/mysqld: Shutdown complete InnoDB: The first specified data file ./ibdata1 did not exist: InnoDB: a new database to be created! 050720 0:38:08 InnoDB: Setting file ./ibdata1 size to 10 MB InnoDB: Database physically writes the file full: wait... 050720 0:38:09 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... 050720 0:38:09 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 050720 0:38:10 InnoDB: Started; log sequence number 0 0 /usr/local/mysql/41090/libexec/mysqld: ready for connections. Version: '4.1.14-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution
[4 May 2006 16:30]
MySQL Verification Team
I was unable to repeat this issue anymore in Suse Linux 10: 060505 13:31:07 [Note] /usr/local/mysql/5.0/libexec/mysqld: ready for connections. Version: '5.0.22-debug' socket: '/usr/local/mysql/5.0/mysql.sock' port: 50020 Source distribution /usr/local/mysql/4.1/bin/mysqld: ready for connections. Version: '4.1.19-debug' socket: '/usr/local/mysql/4.1/mysql.sock' port: 41090 Source distribution