- 论坛徽章:
- 0
|
我在安装phpbb的时候遇到了这个问题
Sorry I'm in Malaysia netbar, so couldn't input the Chinese here. If you could understanding the following reply, I think it's no need to use the BBS which wrote in php and need mysql, for most material about PHP and mysql was written in English.
I've met the same problem. And I solved it by configure the mysql in right way.
In fact the error message shows you the problem is about that the login need password, but your mysql server refused the passwd. So you need re-config the mysql as the INSTALL file in the /usr/local/mysql folder very carefully. If I am not wrong you need to run './bin/mysql -u root newpasswd' to change the initial passwd and make the mysql ask passwd ervry time when some user login, which the way php or perl need to be. The './bin/mysql -u root newpasswd' was runing after the
shell>; ./scripts/mysql_install_db
shell>; ./bin/mysqld_safe &
I think you could find the detail information in INSTALL file, do exactly as it describ.
And maybe it's same to the mysql Windows version.
Try it and good luck. |
|