Hi
Last night i try to use multi-db.
I installing fresh new server using ubuntu 14.04
Than i installing nginx using easyengine and also test it with apache2.
Wordpress latest version with subdirectory configuration.
When i implement multi-db, everything is look find.
Script move-blogs.php also look good.
But when i try to create a new site, something weird start happening.
Every site i create is actually go to the main site.
Let said, a main site is main.com
So in a site list i create beta.main.com
When i want to go to dashboard of beta, it going to main.com, the link in site list still said there is beta there. But i i mouse over to dashboard link, it look like a link go to main.com.
I try to change also in wp-config.php to poin my database to main-global with same condition when i create a new site. So i can not delete a site since it not actually exist.
I try to examine an error log that it said, a database is never created.
Something such this error tell me that a table in database not created.
I examine a database and see there is no table there.
WordPress database error Table 'main_e4.wp_5_options' doesn't exist for query SELECT option_value FROM wp_5_options WHERE option_name = 'upload_url_path' LIMIT 1 made by wpmu_delete_blog, wp_upload_dir, get_option, m_wpdb->query,
So any one can help me to solve this ?
Regards