Re: mysqlbug_ problem with 5016 startup - doesnt work (2 bugs found)

2005-12-07 Thread Gleb Paharenko
Hello. > seems to put the socket file in the wrong place- (should be in /tmp) Your running copy of mysqld has --socket==/var/lib/mysql/mysql.sock argument. Perhaps mysqld_safe puts it by default or reads from [mysqld_safe] or [mysqld] sections of configuration file. Specify the value of so

mysqlbug_ problem with 5016 startup - doesnt work (2 bugs found)

2005-12-07 Thread Dan Gahlinger
Description: mysql will not create /tmp/mysql.sock at first it would not create /var/run/mysql/mysqld.pid - I manually created the /var/run/mysql and set permissions, and it works. now i have problems with the socket file - it wont create it How-To-Repeat: bin/mysqld_safe --user=mysql & ./b

Re: 2 Bugs

2005-10-05 Thread Remo Tex
Philippe HAMEAU wrote: Hi, I noticed 1 bug with 5.0.13rc (win32 msi) : when installing mysql in a custom location (eg c:\program files\easyphp\mysql), 1) the service will not get installed properly 2) mysqld will complain about InnoDB engine not present. Hope this helps. Phil Have you read:

Re: 2 Bugs

2005-10-05 Thread Jigal van Hemert
Remo Tex wrote: 1) that's common problem when doing custom install on PATH containing spaces like "C:\Program Files". Solution - try custom location with short(er) path and without spaces like "C:\mysql5013\". Probably that will solve problem 2. if not then.. Remo Tex, That is not a good exc

Re: 2 Bugs

2005-10-05 Thread Remo Tex
...and 3. Are you running another instance of mysql? Then perhaps both compete for same resource(s) like: port 3306 ;-) Remo Tex wrote: 1) that's common problem when doing custom install on PATH containing spaces like "C:\Program Files". Solution - try custom location with short(er) path and w

Re: 2 Bugs

2005-10-05 Thread Remo Tex
1) that's common problem when doing custom install on PATH containing spaces like "C:\Program Files". Solution - try custom location with short(er) path and without spaces like "C:\mysql5013\". Probably that will solve problem 2. if not then.. 2. Edit my.ini looking for skip-innodb or related o

2 Bugs

2005-10-04 Thread Philippe HAMEAU
Hi, I noticed 1 bug with 5.0.13rc (win32 msi) : when installing mysql in a custom location (eg c:\program files\easyphp\mysql), 1) the service will not get installed properly 2) mysqld will complain about InnoDB engine not present. Hope this helps. Phil -- MySQL General Mailing List For list a

2 bugs in mysqlaccess

2002-08-26 Thread Christian Hammers
Hello First bug: The contact address is no longer existing: "BUGs can be reported by email to [EMAIL PROTECTED]" Second bug: perl does not substitute the '~' char to the home directory: > --- /tmp/mysqlaccess.orig 2002-08-27 08:25:23.0 +0200 > +++ /usr/bin/mysqlaccess