ขั้นตอนสุดท้าย
Houston, we have a problem!
Looks like you need to create your new db's! If you're lucky, this link still works - click me
Database Error: Access denied for user 'xxxx'@'localhost' to database 'xxxxxglobal'
เหนื่อยมากเลย
ไหงมีว่า ถ้าโชคดีด้วย
เกียวกะโชคด้วยแฮะ
ติดเหมือนผมเลยยยย แก้ยังไงดีเนี้ยย
อาการนี้ move blog ผิดชัวๆ
///DB Settings
$dbname = "admin_wpmu"; //This is your current database
- DB ที่ลง wpmu ไว้
$blog_table_prefix = 'wp_'; //Prefix of your wpmu blog tables, most likely this won't need to be changed
- ไม่ต้องแก้
$newdb_prefix = 'wp_'; //This is the prefix of the db's you're moving your tables into - we assume they are all the same, if not, you're in trouble
- ใส่เป็น wp_
//We need info to connect to the databases
$dbhost = 'localhost';
$dbuname = 'admin_user';
$dbpass = 'user';
User พาส สําหรับเข้าถึงทั้ง 16 DB
//How many db's are you moving into (16, 256, or 4096)?
$db_scaling = '16';