ขอไฟล์ wpmu 256 db หน่อยครับ

เริ่มโดย rawat2543, 22 ตุลาคม 2010, 16:42:39

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

xmen256k

อ้างถึงจาก: rawat2543 ใน 23 ตุลาคม 2010, 00:13:57
ขั้นตอนสุดท้าย
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'


เหนื่อยมากเลย  

ไหงมีว่า  ถ้าโชคดีด้วย

เกียวกะโชคด้วยแฮะ

ติดเหมือนผมเลยยยย แก้ยังไงดีเนี้ยย

kanokk

ถ้าใช้ 256DB
ต้งสร้างตารางใหม่ทั้งหมด 257 อันครับ
รวม xxxglobal ด้วย
[direct=http://www.photonvps.com/billing/aff.php?aff=540]PhotonVPS.com : VPS แรงๆ SSD Cluod ราคา $5.95[/direct]
[direct=http://myvirpus.com/aff.php?aff=243]Virpus.com VPS ดีๆ ราคาถูก XEN VPS ลด 10% โค้ด 20OFF012014 และ SSD Cloud VPS [/direct]
[direct=http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=kanokk5]HostGator ใช้คูปอง bigsavergator เหลือ 0.01$[/direct]

jeak

wpmu 256 db มันคืออะไรหรอครับ ลงแค่ wpmu อย่างเดียวไม่ได้หรอครับ :wanwan044:

SerBeSt

งั้นผมขอ 1024 หน่อยได้ไหม

ทำหาย

th0i

ขอบคุณครับ ขอลองติดตั้งก่อน

tenzamak

อ้างถึงจาก: xmen256k ใน 07 พฤศจิกายน 2010, 17:31:34
อ้างถึงจาก: rawat2543 ใน 23 ตุลาคม 2010, 00:13:57
ขั้นตอนสุดท้าย
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';

perng