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
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
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:
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
...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
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
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
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