0
新手在這裏WAMP重新安裝,但登錄錯誤#1045
安裝Wampserver2.4-64在Windows 7 的MySQL訴32年5月5日 的FatCow主機 器火狐瀏覽器
我以前WAMP的安裝卸載了一年前。隨着新的WAMP安裝,以及使用登錄名和密碼在我的主機服務器上創建的新數據庫,我仍然無法登錄。舊的用戶名仍然被我的瀏覽器記住,但我認爲不重要。我在堆棧溢出和其他地方找到的答案顯示配置文件中的php代碼與我所看到的不匹配。我不知道PHP,也不想搞亂任何東西。 如何獲取我在localhost/phpmyadmin接受的新登錄信息?
我config.inc文件包含:
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
我該怎麼辦?