1
Report Exchange / ขอรายงานแบบฟอร์มครับผม ( report UE-Rrom-11)
« เมื่อ: กันยายน 30, 2016, 14:14:53 PM »
ขอรายงานในแผนกห้องผ่าตัดครับ ชื่อตัวนี้ครับ ( report UE-Rrom-11)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
แต่ละภาพ บรรยากาศ สวยจริงๆครับ
คนถ่ายฝีมือเยี่ยม คมชัด
พักอยู่กัสซันครับ
อยากอยู่อัลไพน์ จะได้ไม่ต้องตื่นเช้า
ตอนนี้ได้แต่เดินเข้าห้องน้านาญ หาของกินครับ
เล่นแรงนะเฮียmade in Rayong?
ยิ้มนี้หมายถึง...................
................................แป่วววววววววววววววววววว
งั้นผมคงต้องไประยองบ้างแล้ว แต่ไปคนเดียวนะ
// ว่าแต่มาระยองคนเดียวจะ work ฤ น้า.........................
made in Rayong?
ของผมเป็นแบบบนี้ครับ เป็นกับเครื่องสำรองครับก็ที่ลบข้อมูล ib0 ออก ก็ทำตามที่ อ.บอยบอกแหละครับทำผิดขั้นตอน
ไม่รู้ทำผิดขั้นตอนตรงไหนเปล่า
ต้อง back up ฃ้อมูลก่อนทำ
แล้วทำตามขั้นตอนที่ให้ลองลง server ใหม่เฉพาะ mysql ดีกว่าแล้วน่าจะหาย
ถ้า ลบ ib* แล้วมีข้อมูล ต้องระวัง
1.back up ข้อมูล
2.ใช้คำสั่งประมาณนี้
copy my.cnf กับ rc.local ก่อน
service mysql stop
export TMP=/tmp
export TMPDIR=/tmp
rm -fr /var/lib/mysql
rm -f /etc/init.d/mysql*
chmod 744 /etc/my.cnf
chmod 744 /etc/rc.d/rc.local
rpm -Uvh perl-DBI-1.605-1.el5.rf.x86_64.rpm --nodeps --force
rpm -Uvh MySQL-shared-5.1.30-0.glibc23.x86_64.rpm --nodeps --force
rpm -Uvh MySQL-client-5.1.30-0.glibc23.x86_64.rpm --nodeps --force
rpm -Uvh MySQL-server-5.1.30-0.glibc23.x86_64.rpm --nodeps --force
mysql -e "drop database if exists hos"
mysql -e "create database hos"
mysql -e "grant all on hos.* to sa@'%' identified by 'sa'"
mysql -e "grant all privileges on *.* to sa@'%' identified by 'sa' with grant option"
เสร็จแล้ว จึง Restore ข้อมูล
ช่วงบ่ายเริ่มดีขึ้นครับ อ. อ๊อด แต่ยังไม่รู้สาเหตุครับ รบกวนด้วยครับ
อาการเดียวกันเลยครับ ลองแก้ตามวิธีที่ให้มาก้ยังไม่หายครับพอจะมีวิธีแก้อย่างอื่นไหมครับ
MySQLDump To a Remote Server
Posted Thu, 2009-04-16 13:15 by Are Casilla
I was running out of disk space on a server today. The server had a large database table that was no longer used, so I wanted to archive it and then drop the table. But the server didn’t have enough disk space to dump it out to disk before copying it off to a remote server for archiving.
The first thought was to run mysqldump dump on the destination machine, and to access the database over the network. That however, doesn’t compress or encrypt the data. Plus I would have had to create a mysql user with permission to access the database remotely.
The solution I came up with worked out well: mysqldump directly to the remote host with this command:
mysqldump [mysqldump options] | gzip -c | ssh user@remotehost "cat > /path/to/some-file.sql.gz"
That pipes the mysqldump command through gzip, then to through and SSH connection. SSH on the remote side runs the ‘cat’ command to read the stdin, then redirects that to the actual file where I want it saved.
By Brandon Checketts
http://www.brandonchecketts.com/archives/mysqldump-to-a-remote-server
// อ่านคร่าวๆ เข้าใจว่าเป็นการแก้ปัญหา disk space ของ server ไม่พอ ด้วยการ dump ข้อมูลไปยัง host ตัวอื่น
รบกวนอาจารย์ช่วยทานข้อมูลว่าใช่และน่าจะใช้ได้หรือไม่ครับ
ทดสอบดูครับพี่
ปัญหาอยู่ที่ว่าเรามันใจได้ขนาดไหน ข้อมูลไปหมดเท่านั้น
ลองดู .err
ก้อคิดว่าแก้แค่ table_cache ---> table_open_cache กับ key_buffer ---> key_buffer_size แค่นี้เอง..............
เลยลง centos 4.7 ซะเลย.....................
ลองเพิ่มเข้าก่อน โดยค่าเดิมยังไม่ต้องทำอะไรเลย
ลง centos 5.3 ตั้งเป็น textmode ไว้ครับ เช้านี้เจอข้อความ
Re: INIT: version 2.86 reloading
- (cursur กระพริบ)
แต่ login เข้าได้ปกติ startx ได้
ไม่ทราบว่าเกิดอะไรกับ server ครับ......................
HD มี ลูกเดียวหรือเปล่าครับ
สงสัย ท่านต้อง ทำเครื่อง server สำรองไว้ลูกหนึ่งนะ
เวลาserver แฮ้ง ... จะได้ส่งระบบชั่วคราวไปก่อนนะ
XtraBackup จะดีกว่าครับ
ลองอ่านวิธีดูแล้วครับ แต่ฝีมือยังไม่ถึงพอ................
ไม่ยากเลย ถ้ารอได้
หลังสงกรานต์
http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=14741.msg115257#new
XtraBackup จะดีกว่าครับ
ผมจะทำ server ใหม่ ตอนที่จะ restore ข้อมูลเข้า server อยากใช้การ restore hos.sql เข้าฐานเลยนะครับ (เพราะ slave ช้ามาก ไม่อยาก init import) ผมสงสัยว่าหลังจาก restore ได้แล้ว ผมสามารถ run replicate จาก slave --->server ข้อมูลจะเชื่อมต่อกันไหมครับ..............master to slave replication เลย ถ้าไม่ใช้ระบบ LIS ก็ไม่มีปัญหา
// คุยกับ อ.นาจ แล้ว อ.นาจไม่แน่ใจว่าตอน dump ข้อมูลมา replicate id ตามมาด้วยหรือไม่
// อยากคำสั่ง restore ผ่าน command มาทดสอบครับ (ที่จริงขอ อ.นาจ แล้ว แต่ผมใจร้อน อยากลองเล่นเลย..... )
restore ผ่าน command ผมทำอย่างนี้ครับ
-สมมุติ hos.sql อยู่ที่ /root/setup โดยใช้ winscp copy เข้า server
-ที่ server เข้า mysql ใช้คำสั่งดังนี้
mysql>use hos;
mysql>\. /root/setup/hos.sql
ได้เลย
เจอเหมือนกันครับ แต่เป็นอยู่เครื่องเดียว น่าจะเกี่ยวกับ windows ไหมครับ?
เป็นไปได้ครับ
ลอง uninstall HOSXP ออก ลบ Folder Hosxp ออกจาก program file แล้วลองติดตั้งใหม่่ดูครับ
ศุกร์ที่แล้วเข้าไปหาพี่มาว่าจะเข้าไปดูให้ ลืมเลย ....
สนุกดีเหมือนกัน ยังไม่ได้ส่งเลยครับ ตั้งแต่ 52/10-53/02 วันนี้ว่าจะเริ่มทยอยส่ง