View Single Post
  #3 (permalink)  
Old 12-06-2003, 12:03 PM
cyanide cyanide is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Toronto, Canada
Posts: 2,193
cyanide RepRank 0
Default

The name of the database doesn't really matter.
There is a config file in the program that points to the database, you just have to re-name it.

Now, what I would suggest when moving a program from one domain(server) to another, is:
On the new server, install phpbb as a new install. Because it has an auto-installer it will make the connections (username/password/database name) automatically.

Then go into phpMyAdmin of the new install and dump the data of all tables. Not the structure, just the data.
Then on the old domain, go into phpMyAdmin and export only the data of all tables and import that into the new database.

does that make sense?
__________________
|
Web Hosting Guru
| Need Help For Your Forum?
Reply With Quote