Changes between Initial Version and Version 1 of DespoinaLog/2012/08/22


Ignore:
Timestamp:
2012-08-22T13:48:32+02:00 (12 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2012/08/22

    v1 v1  
     1problem starting mysql: 
     2
     3sudo -u root  mysqld
     4
     5120822 12:26:31 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql-5.5.15-osx10.6-x86_64/data/ is case insensitive
     6
     7120822 12:26:31 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
     8
     9http://dev.mysql.com/doc/refman/5.5/en/changing-mysql-user.html: 
     10
     11chown -R root /usr/local/mysql/bin/mysql
     12
     13sudo mysqld -u root