1 gabriel1980 Oct 05, 2009 20:55
3 johnkeida Oct 06, 2009 20:14
did you get an answer to your question? did you figure it out?
4 tblue Oct 06, 2009 20:54
The answer is directly above your post. ;)
5 gabriel1980 Oct 09, 2009 13:22
Hi, sorry for not anwsering in time! :D I just started doing 
what you said, found every old table, now I could breath 
that I could have the same structure... and as far as I didnt 
test it (yet) due the new tables (a question leads to another 
question! ;-), I know that "its going to work"! :D But... now 
I have a couple of extra doubts, regarding the new scheme 
of tables: I see new tables that there werent in the last version:
At inc/_core/__core.init.php
'T_items__type'         => $tableprefix.'items__type',
'T_users__fielddefs'    => $tableprefix.'users__fielddefs',
'T_users__fields'       => $tableprefix.'users__fields',I guess that the first one should remain as part of the 
particular installation (and therefore, not shared with the 
other installations) But the next two, I guess should be 
shared, right?
And at inc/sessions/_sessions.init.php
$db_config['aliases']['T_track__keyphrase'] = $tableprefix.'track__keyphrase';
$db_config['aliases']['T_track__goal'] = $tableprefix.'track__goal';
$db_config['aliases']['T_track__goalhit'] = $tableprefix.'track__goalhit';I bet these last ones from inc/sessions/_sessions.init.php 
should be shared among different sites with same users, right?
Thanks in advance! :D
6 gabriel1980 Oct 11, 2009 10:10
Hi again! I tried to solve this by my own, 
but... I couldnt! :S I tried to find an up to 
date schema of the db, to figure it out 
which tables should be shared and which 
ones not, but... the schema its not up to 
date! :P So if any could explain to me 
what are this tables for, I would thank it 
(a lot! :-) 'coz that way, I will know for 
sure  if this tables should be shared... 
or not! :P (Im 90% sure so far, but I 
want more accuracy... as its something 
regarding db's!!!) Thanks in advance! :D
PS: Proofs that I've done my homework! :P
http://doc.b2evo.net/DB_schema/b2evo0922.png
7 gabriel1980 Aug 28, 2011 12:42
Tblue wrote:
The DB table aliases are now set in the init file for each module. Currently there are only two modules with init files:
inc/_core/__core.init.php
- [/list:u][/quote] Hi! Did the table aliases in 4.0.5 remain in just those two files? (I decide to upgrade! :D ) Best regards & thanks in advance! :D
 inc/sessions/_sessions.init.php
8 gabriel1980 Aug 28, 2011 14:37
It seems that (at least) the table prefix._global__cache is "somewhere else" quoted! Where??? :D
							
						
The DB table aliases are now set in the init file for each module. Currently there are only two modules with init files:
inc/_core/__core.init.php
inc/sessions/_sessions.init.php