2016-04-21, 02:39 AM
Is it possible to make new connection to database tables without a prefix on it. I have only one host server (one database "db_company").
The database had different tables:
My forum is using the tables with prefix 'comm' (e.g. comm_users, comm_usertitles, comm_warnings and so on..)
My main website is using the tables without 'comm' prefix (e.g. user, support, user_info and so on.. )
It looks like this:
![[Image: tdDSzuq.jpg]](https://camo.mybb.com/bf5460e1f4a4e6f2bd17e072b7ff96174e774c4f/687474703a2f2f692e696d6775722e636f6d2f746444537a75712e6a7067)
I am able to connect and view all forum users on my main website. But I dont know how to do it in MyBB because of the prefix 'comm' and its connection function. Do I need to make new customize connection again to the database so I can able to access all the tables? If yes, How?
The database had different tables:
My forum is using the tables with prefix 'comm' (e.g. comm_users, comm_usertitles, comm_warnings and so on..)
My main website is using the tables without 'comm' prefix (e.g. user, support, user_info and so on.. )
It looks like this:
I am able to connect and view all forum users on my main website. But I dont know how to do it in MyBB because of the prefix 'comm' and its connection function. Do I need to make new customize connection again to the database so I can able to access all the tables? If yes, How?