• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

MySQL Help on Phpbb

Carlosinfl

Loves the juice
Joined
Sep 25, 2002
Messages
6,633
I am trying to setup a forum on "phpbb" which of course requires a MySQL database. I have never used or setup a MySQL databse so please help me out. I was able to read the man pages to discover how to actually get to a mysql > prompt and create a name for the database.

Code:
stormshadow:/etc/init.d# mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 9
Server version: 5.0.32-Debian_2-log Debian etch distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> create database forums;
Query OK, 1 row affected (0.00 sec)

As you can see I created a database called "forums" but in the setup for phpbb, I have no idea how to set a password for the database and what the username should be or how to create a user. Is the user root and my root password because that does not seem to work and I get this error.

I would greatly appreciate any assistance!
 
Back
Top