Advertisement
Advertisement
| 07.06.2008 at 02:46PM PDT, ID: 23542068 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: |
MacBookPro:mysql Cory$ scripts/mysql_install_db --user=mysql mkdir: ./data/mysql: Permission denied chmod: ./data/mysql: Permission denied chown: ./data/mysql: Permission denied mkdir: ./data/test: Permission denied chmod: ./data/test: Permission denied chown: ./data/test: Permission denied Installing MySQL system tables... 080707 0:10:11 [Warning] Ignoring user change to 'mysql' because the user was set to 'cory' earlier on the command line 080707 0:10:11 [Warning] Can't create test file /usr/local/mysql-5.0.51a-osx10.5-x86/data/MacBookPro.lower-test 080707 0:10:11 [Warning] Can't create test file /usr/local/mysql-5.0.51a-osx10.5-x86/data/MacBookPro.lower-test ./bin/mysqld: Can't change dir to '/usr/local/mysql-5.0.51a-osx10.5-x86/data/' (Errcode: 13) 080707 0:10:11 [ERROR] Aborting 080707 0:10:11 [Note] ./bin/mysqld: Shutdown complete Installation of system tables failed! Examine the logs in ./data for more information. You can try to start the mysqld daemon with: ./bin/mysqld --skip-grant & and use the command line tool ./bin/mysql to connect to the mysql database and look at the grant tables: shell> ./bin/mysql -u root mysql mysql> show tables Try 'mysqld --help' if you have problems with paths. Using --log gives you a log in ./data that may be helpful. The latest information about MySQL is available on the web at http://www.mysql.com Please consult the MySQL manual section: 'Problems running mysql_install_db', and the manual section that describes problems on your OS. Another information source is the MySQL email archive. Please check all of the above before mailing us! And if you do mail us, you MUST use the ./bin/mysqlbug script! MacBookPro:mysql Cory$ |