GRANT SELECT、INSERT、UPDATE、DELETE、CREATE、DROP、INDEX,ALTER、CREATE TEMPORARY TABLES、LOCK TABLES
ON databasename.*
TO 'username'@'localhost' IDENTIFIED BY 'password';
where
'databasename' is the name of your database
'username@localhost' is the username of your MySQL account
'password' is the password required for that username
Re: 註冊完第一個使用者後就一直遇到"禁止存取"
詭異...要不要檢查一下伺服器/個人電腦的時間設定是否正確?
沒收到確認信,則可能是因為郵件軟體/服務把來自你的主機的信件,丟到垃圾捅了~
Re: 註冊完第一個使用者後就一直遇到"禁止存取"
有爬了一下討論區
本來以為是時區沒設好的問題
但因為系統一直秀"禁止存取"
沒辦法進去改時區
只好改自己的電腦
但....還是沒用.......
Re: 註冊完第一個使用者後就一直遇到"禁止存取"
不是時區哦,是主機/電腦的時間。
或者,看一下禁止存取的網頁的 url,是不是正確的?
如果不對,設定一下 setting.php裡的 $base_url。
Re: 註冊完第一個使用者後就一直遇到"禁止存取"
謝謝 charlesc 幫忙,
在下是用虛擬主機
剛剛找了半天不知如何去調整主機的時間
Re: 註冊完第一個使用者後就一直遇到"禁止存取"
INSTALL.mysql.txt:
At the MySQL prompt、enter following command:
GRANT SELECT、INSERT、UPDATE、DELETE、CREATE、DROP、INDEX,ALTER、CREATE TEMPORARY TABLES、LOCK TABLES
ON databasename.*
TO 'username'@'localhost' IDENTIFIED BY 'password';
where
'databasename' is the name of your database
'username@localhost' is the username of your MySQL account
'password' is the password required for that username