mysql教程 administrator 彈出"could not find settings"錯誤
解決:就是將注冊表中的hkey_local_machinesystemcurrentcontrolsetservicesmysqlimagepath
值由c:mysqlbinmysqld.exe mysql 改成"c:mysqlbinmysqld.exe" --defaults-file="c:windowsmy.ini" mysql
問題:php教程5 fatal error: call to undefined function mysql_connect() in
解決:我過早地將php.ini從php目錄下復制到系統windows目錄下,導致了我改了phpphp.ini,而沒有改windowsphp.ini的文件,只需要將php.ini再從php文件夾復制到windows目錄下
問題二
使用mysql administrator 登錄,報錯: either the server service or the configuration file could not be found.startup variable and service section are there for disabled.
使用root 登錄進去以後看到管理功能都是禁止掉的,提示: this section is only avaliable when connected to localhost solution: 點開mysql administrator時候,不要點擊登錄,按住ctrl 鍵可以看到 最右邊的cancel鍵變成skip 字樣。 點擊,進入安全配置模式 ,這裡可以啟動服務或者創建服務。這裡可以gui配置my.ini的參數,可以選擇my.ini相對應的參數,注意:如果有紅色參數表示錯誤,應該調整。 如果修改後重啟mysql administrator還是不行的話,需要重啟系統。
mysql administrator錯誤,1045
root用戶在安裝的時候要輸入一個密碼,你這裡的密碼123456和安裝時設置的不一樣
telnet 127.0.0.1 3306
如果不能連接,檢查mysql服務是不是啟動,或者是防火牆不允許訪問3306端口。