Click here to Skip to main content
15,917,616 members
Home / Discussions / Database
   

Database

 
QuestionThe syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
BobClarkSQL20-Jan-09 6:44
BobClarkSQL20-Jan-09 6:44 
AnswerRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
Wendelius20-Jan-09 7:04
mentorWendelius20-Jan-09 7:04 
GeneralRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
BobClarkSQL20-Jan-09 7:09
BobClarkSQL20-Jan-09 7:09 
GeneralRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
Wendelius20-Jan-09 7:52
mentorWendelius20-Jan-09 7:52 
GeneralRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
BobClarkSQL20-Jan-09 8:23
BobClarkSQL20-Jan-09 8:23 
GeneralRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
Wendelius20-Jan-09 8:39
mentorWendelius20-Jan-09 8:39 
GeneralRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
BobClarkSQL20-Jan-09 8:51
BobClarkSQL20-Jan-09 8:51 
GeneralRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
Wendelius20-Jan-09 8:58
mentorWendelius20-Jan-09 8:58 
GeneralRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
BobClarkSQL20-Jan-09 9:02
BobClarkSQL20-Jan-09 9:02 
GeneralRe: The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. Pin
Wendelius20-Jan-09 9:47
mentorWendelius20-Jan-09 9:47 
QuestionI have Seven Separate MySQL Servers that Have The Same Local Databases on Each Platform that need to update each other at the completion of a run (or test). Each Server will Retain its local results and also update the other 6 Servers when it complet Pin
BobClarkSQL20-Jan-09 6:01
BobClarkSQL20-Jan-09 6:01 
AnswerRe: I have Seven Separate MySQL Servers that Have The Same Local Databases on Each Platform that need to update each other at the completion of a run (or test). Each Server will Retain its local results and also update the other 6 Servers when it com Pin
Ashfield21-Jan-09 0:41
Ashfield21-Jan-09 0:41 
QuestionHow to use DBI Module Pin
sk8te32019-Jan-09 22:49
sk8te32019-Jan-09 22:49 
AnswerRe: How to use DBI Module Pin
Reza Raad20-Jan-09 0:32
Reza Raad20-Jan-09 0:32 
AnswerRe: How to use DBI Module [modified] Pin
Wendelius20-Jan-09 6:50
mentorWendelius20-Jan-09 6:50 
QuestionTable Date Migration Pin
faizurrahman19-Jan-09 20:49
faizurrahman19-Jan-09 20:49 
AnswerRe: Table Date Migration Pin
Wendelius20-Jan-09 7:08
mentorWendelius20-Jan-09 7:08 
QuestionBackup & Restore. Pin
Nanda_MR19-Jan-09 20:15
Nanda_MR19-Jan-09 20:15 
AnswerRe: Backup & Restore. [modified] Pin
Wendelius20-Jan-09 6:36
mentorWendelius20-Jan-09 6:36 
GeneralRe: Backup & Restore. Pin
Nanda_MR20-Jan-09 19:38
Nanda_MR20-Jan-09 19:38 
GeneralRe: Backup & Restore. Pin
Wendelius20-Jan-09 21:13
mentorWendelius20-Jan-09 21:13 
GeneralRe: Backup & Restore. [modified] Pin
Nanda_MR20-Jan-09 22:36
Nanda_MR20-Jan-09 22:36 
samp=# SELECT pg_dump -Fc -b -v -f "C:\std1.backup" samp;
ERROR: syntax error a or near ""C:\std1.backup""
LINE 1: SELECT pg_dump -Fc -b -v -f "C:\std1.backup" samp;
                                    ^ 


I am using above code one more thing.
1. I used SELECT and without SELECT.
2. I used different Quoted ex=",',` and empty also.
3. and other method also tried but not working. Cry | :(( Cry | :(( Cry | :(( Cry | :(( Cry | :((

if i use this code o/p come like this but i didn't got backup file.

samp=# pg_dump samp -f user\db1.dump;
       List of tablespaces
    Name    |  Owner   | Location
------------+----------+----------
 pg_default | postgres |
 pg_global  | postgres |
(2 rows)


thanx's for reply
thanx's in advance.

modified on Wednesday, January 21, 2009 4:56 AM

GeneralRe: Backup & Restore. Pin
Wendelius21-Jan-09 5:07
mentorWendelius21-Jan-09 5:07 
GeneralRe: Backup & Restore. Pin
Nanda_MR21-Jan-09 20:01
Nanda_MR21-Jan-09 20:01 
GeneralRe: Backup & Restore. Pin
Wendelius21-Jan-09 20:08
mentorWendelius21-Jan-09 20:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.