when i first upload MU, I upload everything, including .htaccess.dis and wp-config.php. i also add database name, username, password in wp-config.php.
i got a error that said i did not install correctly and have no database table name. Then i delete .htaccess and delete wp-config. After I delete these two files, somehow in index.php in browser, i am able to see a page that ask me to input the domain name and database username. i follow the flow in that index.php page, and it said i have no .htaccess. So I upload .htaccess.dist again. But then it said I don't have database table again.
I check database and I don't see database tables are added. The database is still empty. My question is, why my databse has no tables inserted after I ftp all files? In WordPress, it seems the files add tables to databse. But in MU, the problem is it doesn't add tables to databse. Besides, my another question is in this forum, people said you should not ftp wp-config.php. but if i dont' ftp wp-confit.php, how do files know what is my database name and add tables to it?
right now, in line 38-44 in my wp-confi.php, it is
define('DB_COLLATE', '');
define('VHOST', 'no');
$base = '/';
define('DOMAIN_CURRENT_SITE', 'mycompanyname.com' );
define('PATH_CURRENT_SITE', 'blogs' );
define('SITE_ID_CURRENT_SITE', 1);
define('BLOGID_CURRENT_SITE', '1' );
(p.s. domain_current_site i put my domain name. i don't disclose it here so i change it to mycompanyname.com)
so, if i am going to re-install again, what do i do? do i have to remove all files in remote server and re-ftp it again in order to add tables?