我最近安裝了Windows Web Matrix以使用Joomla,但後來我被指示下載wamp。然而,我安裝時遇到了問題,然後我發現這是因爲Web Matrix仍然安裝。因此,我卸載了它以及它添加的所有組件。wamp mySQL錯誤
然後,我試着重新安裝wamp,它工作。但是,我有問題。
我可以進入本地主機,但我不能進入phpMyAdmin的:
http://www.speedyshare.com/files/29980627/Wamp_errors.docx
(點擊文件wamperrors.docx看到圖像)
我有一種感覺,我可能已經刪除當我通過WebMatrix刪除程序時與mySQL有關,但我不確定。
有沒有人有任何線索,我可以如何讓phpMyAdmin爲我工作?
謝謝:)
我做了這些改變,但我仍然得到了同樣的錯誤:/這是我config.inc/PHP文件:
<?php
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'root';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
/* End of servers configuration */
$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
/* rajk - for blobstreaming */
$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;
$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';
$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;
$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';
?>
同時添加您的圖像到計算器,以便它不會在幾個月內被刪除。其他人(與你同樣的問題)可能想在未來閱讀這個問題。使用CTRL + G添加圖像 – Rob
我無法添加圖像cos我需要10聲望:/ – user861059
可能重複的[wamp mySQL錯誤](http://stackoverflow.com/questions/7121390/wamp-mysql-error ) –