2012-07-26 65 views
1

我已經更新我的OSX到山獅和我的MySQL太..所以現在我不能運行任何數據庫耙命令我不能運行耙分貝:創建山獅

[email protected] vanilla (work) $ rake db:create 

(in /Users/diego/Documents/v2v/projects/vanilla) 
Couldn't create database for {"encoding"=>"utf8", "username"=>"root", "adapter"=>"mysql", "database"=>"v2v_vanilla_dev", "password"=>nil}, charset: utf8, collation: utf8_unicode_ci (if you set the charset manually, make sure you have a matching collation) 

我在網上發現了很多解決方案,但沒有解決我的問題。 任何人都可以幫助我嗎?

感謝

一些信息:

服務器版本:5.1.60 MySQL社區服務器(GPL)

mysql (2.8.1) 
    Author: TOMITA Masahiro 
    Rubyforge: http://rubyforge.org/projects/mysql-win 
    Homepage: http://mysql-win.rubyforge.org 
    Installed at: /Users/diego/.rvm/gems/[email protected] 

    This is the MySQL API module for Ruby 

軌(2.3.11)

diego @ diego-imac vanilla(work) $其中MySQL的 在/ usr /本地/ MySQL的/斌/ MySQL的

[email protected] local (master) $ ls -lha | grep mysql 

lrwxr-xr-x 1 root wheel 24B 26 Jul 15:31 mysql -> mysql-5.1.60-osx10.6-x86 
drwxr-xr-x 16 root wheel 544B 29 Out 2011 mysql-5.1.60-osx10.6-x86 

回答

0

MySQL是仍然運行在更新後確認:點擊系統偏好設置 - >其他 - > MySQL或只是在終端中運行:

ps ax|grep mysqld|grep -v grep 

(輸出不應爲空)。

必要時運行它(在首選項中啓動按鈕或終端中的sudo /usr/local/mysql/bin/mysqld_safe)。