Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
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. 2851 +2007-09-30 01:45:34.0