17-05-2009, 04:46
|
|
\dev\null
|
|
חבר מתאריך: 08.11.02
הודעות: 11,379
|
|
שגיאת " 1102: Incorrect database name" בניסיון לגבות עם mysqldump
אני מעוניין לגבות את כל ה-DB-ים על שרת מסויים ואני מריץ את הפקודה
קוד:
mysqldump --all-databases --host=127.0.0.1 > file.sql
ואני מקבל באמצע הגיבוי את השגיאה:
קוד:
mysqldump: Got error: 1102: Incorrect database name 'jtt_2008.09.14' when
אם אני משתמש באופציה -f כך שהגיבוי ימשיך למרות התקלה אני מקבל עוד שגיאות
קוד:
mysqldump: Got error: 1102: Incorrect database name 'jtt_2008.09.14' when selecting the database
mysqldump: Got error: 1102: Incorrect database name 'jtt_dev_2008.09.14' when selecting the database
mysqldump: Got error: 1102: Incorrect database name 'phpnuke.copy' when selecting the database
mysqldump: Got error: 1102: Incorrect database name 'portal.bak' when selecting the database
mysqldump: Got error: 1102: Incorrect database name 'portal.bak2' when selecting the database
mysqldump: Can't get CREATE TABLE for table `servers` (Can't open file: 'servers.MYD'. (errno: 145))
האם יש ל-mysqldump בעיה עם DB עם נקודות ?
למשהו יש רעיון ?
|