Not sure if the title actually describes my question. I have mysql working a message board using mybb 1.411. I have a script with a data base( also mysql) that I would like to use in conjunction with mybb. The situation is that I am not sure how to use both databases so that only one log in is required of my users to access both the board and the script. Thank you
its not difficult to create tables of mybb in your previous database . just give the database name of your previous db while installing it. the later issue will be the session handling and thats where php will come into action.