.phpに
mb_internal_encoding("utf-8");
mysql_query("SET NAMES utf8",$db);
php.ini
260行あたり
output_buffering = 4096
810行あたり
default_charset = "UTF-8"
1870行あたり
;mbstring.http_input = auto
;mbstring.http_output = SJIS
1890行あたり
;mbstring.detect_order =auto
;mbstring.substitute_character = none
と変更
mysql.iniはいじらず。
これで解決しました。