Is it possible to install and b3 on the server with cod4 and his database (MySQL) on another hosting?
I mean i have web side with 1 free MySQL slot free, and i want place data base of b3 there.
Sorry for my english
Yes, you can do that. The format of the database line is like this:
mysql://dbusername:dbpassword@serverip/dbname
If the database were on the same server as B3, "serverip" would be localhost. If the database were on a different server than B3, "serverip" would be the IP of the server where the database is hosted.