Ugh. Ok, so I uninstalled XAMPP and re-installed the version with php 5.6.
Imported the database again (took way longer this time, about 1 hour).
Finally got the phpBB installation page working. Everything went fine until it asked for the database/username info. No matter what I did, I kept getting this error message:
Could not connect to the database, see error message below.
Access denied for user 'screamin'@'localhost' (using password: YES)
Yes, the database name and username AND password are correct. I checked it multiple, multiple times. Still would not connect. Then, after Googling, I saw someone mention that with XAMPP, you have to use ROOT for the username, and ROOT has to have a password. So, I went into phpmyadmin, gave ROOT a password, and tried it. It was able to finish the installation, but it was a blank forum (wasn't using my imported database). AND, now I can't get into phpmyadmin and get this message:
Error
MySQL said: Documentation
Cannot connect: invalid settings.
mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Any ideas?
EDIT: Ok, I got back into phpmyadmin by editing the file and setting 'using password' to "YES"
But still, the forum is a fresh install, it's not reflecting the database. I checked the config file in phpBB3 folder, and it has the correct name of the database its supposed to be connected to.
Any ideas?