Changes for page MySQL Installation

Last modified by Thomas Mortagne on 2023/04/19

<
From version < 1.15 >
edited by Vincent Massol
on 2007/09/30
To version < 1.16 >
edited by Vincent Massol
on 2007/11/11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,3 +35,22 @@
35 35  mysqld --console --max_allowed_packet=32M
36 36  {code}
37 37  
38 +1.1 Troubleshooting
39 +
40 +1.1.1 Can't create test file
41 +
42 +When running <tt>mysqld --console</tt> you may get the following (especially if you're on Mac):
43 +
44 +{code}
45 +071111 17:20:53 [Warning] Can't create test file /usr/local/mysql-5.0.45-osx10.4-i686/data/Vincent.lower-test
46 +071111 17:20:53 [Warning] Can't create test file /usr/local/mysql-5.0.45-osx10.4-i686/data/Vincent.lower-test
47 +mysqld: Can't change dir to '/usr/local/mysql-5.0.45-osx10.4-i686/data/' (Errcode: 13)
48 +071111 17:20:53 [ERROR] Aborting
49 +{code}
50 +
51 +To start MySQL run the following instead:
52 +
53 +{code}
54 +sudo /usr/local/mysql/bin/mysqld_safe --user=mysql
55 +{code}
56 +
XWiki.XWikiComments[3]
Date
... ... @@ -1,1 +1,1 @@
1 -2007-09-30 01:45:34.285
1 +2007-09-30 01:45:34.0

Get Connected