การใช้งาน MySQL (2)

  • recoverable fatal error: Object of class stdClass could not be converted to string in /home/sothorn/domains/sothorn.org/public_html/linux/modules/relatedlinks/relatedlinks.module on line 1133.
  • recoverable fatal error: Object of class stdClass could not be converted to string in /home/sothorn/domains/sothorn.org/public_html/linux/modules/relatedlinks/relatedlinks.module on line 1133.
  • recoverable fatal error: Object of class stdClass could not be converted to string in /home/sothorn/domains/sothorn.org/public_html/linux/modules/relatedlinks/relatedlinks.module on line 1133.
  • recoverable fatal error: Object of class stdClass could not be converted to string in /home/sothorn/domains/sothorn.org/public_html/linux/modules/relatedlinks/relatedlinks.module on line 1133.

ต้องการสร้างฐานข้อมูลใหม่
shell # mysqladmin create newdb -u root -p
Enter password:

นำเข้าฐานข้อมูลจากไฟล์
shell # mysql newdb /path/to/file.sql -u root -p
Enter password:

Backup ฐานข้อมูล
shell # mysqldump dbname > /path/to/file_backup.sql -u root -p
Enter password: