Re: mysql dump help!

2007-07-24 Thread Red Hope
I cut and pasted what you typed and just altered the
password. It didn't like it all. Same error again. If
I put any command in without the ; at the end then
I'll get locked into this - thingy unless I clear
out. I can't guess why it won't take it. 

Lillian

--- Ananda Kumar [EMAIL PROTECTED] wrote:

 try this
 
 mysqldump -u root -ppassword --database test 
 test.sql
 
 On 7/24/07, Red Hope [EMAIL PROTECTED] wrote:
 
  Hey y'all,
  I use charming Windows XP on here. I've taken
 database
  classes but lucky for me we never used *real*
 MySQL.
  Below I typed up exactly what I put into the MySQL
  prompt and this is what it kicks back to me.
 
  Lillian
 
 
 
  mysql
 
  mysql \R shell
  PROMPT set to 'shell'
 
  shell
 
  shellmysqldump -u root -ppassword test 
 test.sql;
  ERROR 1064 4200: You have an error in your SQL
  syntax; checkthe manual that corresponds to your
 MySQL
  server version for the right syntax to use near
  'mysqldump -u root -ppassword test  test.sql' at
 line
  1
 
 
 
  --- Carlos Proal [EMAIL PROTECTED] wrote:
 
  
   Can you email us the complete command and the
 error
   ?
  
   Carlos
  
  
   Red Hope wrote:
Well, that went over my head.  :)  I
 understand
   what
you're telling me, how to get there, but not
 how
   to do
it. bleh.
   
When I start up MySQL Command Line Client, I'm
   always
prompted at mysql. So I told it to switch
 from
   that
prompt to shell prompt. It always starts up
 in
mysql prompt. Once I'm in shell, I tried
 the
   dump
procedure and it kept saying it couldn't
 connect.
   So I
checked what databases it had, it shows them.
 I
   can't
even switch to a database because of no
   connection.
I'm not exactly sure why there's no
 'connection'
   at
all.
   
Thanks for trying so hard, Carlos!
Lillian
   
  
  
   --
   MySQL General Mailing List
   For list archives: http://lists.mysql.com/mysql
   To unsubscribe:
  
 

http://lists.mysql.com/[EMAIL PROTECTED]
  
  
 
 
 
 
 
 


  Got a little couch potato?
  Check out fun summer activities for kids.
 
 

http://search.yahoo.com/search?fr=oni_on_mailp=summer+activities+for+kidscs=bz
 
  --
  MySQL General Mailing List
  For list archives: http://lists.mysql.com/mysql
  To unsubscribe:   
 http://lists.mysql.com/[EMAIL PROTECTED]
 
 
 



   

Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: mysql dump help!

2007-07-24 Thread Red Hope
I'm curious about one thing. When I go into MySQL
folder on the hard drive. I go into the 'bin' folder,
should there be an .exe program called mysqldump? or
not?

Lillian


--- Carlos Proal [EMAIL PROTECTED] wrote:

 
 Yep, good for you, welcome to the real world
 You are changing the prompt but are still inside the
 dbms, you need to 
 get out, because mysqldump is an application (.exe
 file) not a sql 
 command, ie


 Welcome to the MySQL monitor.  Commands end with ;
 or \g.
 Your MySQL connection id is 9
 Server version: 5.0.41-community-nt-log MySQL
 Community Edition (GPL)
 
 Type 'help;' or '\h' for help. Type '\c' to clear
 the buffer.
 
 mysql
 mysql quit
 Bye
 
 D:\lillianmysqldump -u root -ppassword test 
 test.sql;

--
 
 but maybe after the quit, the window will close, if
 that happens, open a 
 new command prompt from start - programs -
 accesories -- command 
 prompt and then run mysqldump
 
 Carlos
 
 
 Red Hope wrote:
  Hey y'all,
  I use charming Windows XP on here. I've taken
 database
  classes but lucky for me we never used *real*
 MySQL.
  Below I typed up exactly what I put into the MySQL
  prompt and this is what it kicks back to me.
 
  Lillian
 
 
 
  mysql 
 
  mysql \R shell
  PROMPT set to 'shell'
 
  shell 
 
  shellmysqldump -u root -ppassword test 
 test.sql;
  ERROR 1064 4200: You have an error in your SQL
  syntax; checkthe manual that corresponds to your
 MySQL
  server version for the right syntax to use near
  'mysqldump -u root -ppassword test  test.sql' at
 line
  1
 
 
 
  --- Carlos Proal [EMAIL PROTECTED] wrote:
 

  Can you email us the complete command and the
 error
  ?
 
  Carlos
 
 
  Red Hope wrote:
  
  Well, that went over my head.  :)  I understand

  what
  
  you're telling me, how to get there, but not how

  to do
  
  it. bleh. 
 
  When I start up MySQL Command Line Client, I'm

  always
  
  prompted at mysql. So I told it to switch
 from

  that
  
  prompt to shell prompt. It always starts up
 in
  mysql prompt. Once I'm in shell, I tried the

  dump
  
  procedure and it kept saying it couldn't
 connect.

  So I
  
  checked what databases it had, it shows them. I

  can't
  
  even switch to a database because of no

  connection.
  
  I'm not exactly sure why there's no 'connection'

  at
  
  all.
 
  Thanks for trying so hard, Carlos!
  Lillian  


  -- 
  MySQL General Mailing List
  For list archives: http://lists.mysql.com/mysql
  To unsubscribe:   
 
  
 

http://lists.mysql.com/[EMAIL PROTECTED]

  
 
 
 
 
 


  Got a little couch potato? 
  Check out fun summer activities for kids.
 

http://search.yahoo.com/search?fr=oni_on_mailp=summer+activities+for+kidscs=bz
 
 

 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 
 



  

Luggage? GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mailp=graduation+giftscs=bz

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: mysql dump help!

2007-07-24 Thread Red Hope
I did have some luck, y'all after several hours.
Originally  there wasn't a mysqldump.exe in the bin
folder so I redid everything. I went through regular
ole ms-dos and was able to run it through fine. 

I just needed it to get converted to a .sql file so I
can upload it to my web server. I discovered my web
server only takes .sql files for the database in the
PHPadmin thing.  So I'm hoping it'll work out.

Thank you all for the help. I'd never figured out if
everybody didn't provide the steps to get there! :)

Lillian


--- Gary Josack [EMAIL PROTECTED] wrote:

 Red Hope wrote:
  I'm curious about one thing. When I go into MySQL
  folder on the hard drive. I go into the 'bin'
 folder,
  should there be an .exe program called mysqldump?
 or
  not?
 
  Lillian
 
 
  --- Carlos Proal [EMAIL PROTECTED] wrote:
 

  Yep, good for you, welcome to the real world
  You are changing the prompt but are still inside
 the
  dbms, you need to 
  get out, because mysqldump is an application
 (.exe
  file) not a sql 
  command, ie
 
  
 



  Welcome to the MySQL monitor.  Commands end with
 ;
  or \g.
  Your MySQL connection id is 9
  Server version: 5.0.41-community-nt-log MySQL
  Community Edition (GPL)
 
  Type 'help;' or '\h' for help. Type '\c' to clear
  the buffer.
 
  mysql
  mysql quit
  Bye
 
  D:\lillianmysqldump -u root -ppassword test 
  test.sql;
 
  
 

--

  but maybe after the quit, the window will close,
 if
  that happens, open a 
  new command prompt from start - programs -
  accesories -- command 
  prompt and then run mysqldump
 
  Carlos
 
 
  Red Hope wrote:
  
  Hey y'all,
  I use charming Windows XP on here. I've taken

  database
  
  classes but lucky for me we never used *real*

  MySQL.
  
  Below I typed up exactly what I put into the
 MySQL
  prompt and this is what it kicks back to me.
 
  Lillian
 
 
 
  mysql 
 
  mysql \R shell
  PROMPT set to 'shell'
 
  shell 
 
  shellmysqldump -u root -ppassword test 

  test.sql;
  
  ERROR 1064 4200: You have an error in your SQL
  syntax; checkthe manual that corresponds to your

  MySQL
  
  server version for the right syntax to use near
  'mysqldump -u root -ppassword test  test.sql'
 at

  line
  
  1
 
 
 
  --- Carlos Proal [EMAIL PROTECTED] wrote:
 


  Can you email us the complete command and the
  
  error
  
  ?
 
  Carlos
 
 
  Red Hope wrote:
  
  
  Well, that went over my head.  :)  I
 understand


  what
  
  
  you're telling me, how to get there, but not
 how


  to do
  
  
  it. bleh. 
 
  When I start up MySQL Command Line Client, I'm


  always
  
  
  prompted at mysql. So I told it to switch

  from
  


  that
  
  
  prompt to shell prompt. It always starts up

  in
  
  mysql prompt. Once I'm in shell, I tried
 the


  dump
  
  
  procedure and it kept saying it couldn't

  connect.
  


  So I
  
  
  checked what databases it had, it shows them.
 I


  can't
  
  
  even switch to a database because of no


  connection.
  
  
  I'm not exactly sure why there's no
 'connection'


  at
  
  
  all.
 
  Thanks for trying so hard, Carlos!
  Lillian  



  -- 
  MySQL General Mailing List
  For list archives: http://lists.mysql.com/mysql
  To unsubscribe:   
 
=== message truncated ===



  

Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



mysql dump help!

2007-07-23 Thread Red Hope
Hey y'all,
I've been fussing with the MySQL dump procedure to
backup my stuff. I'm on MySQL 5.0.41 and I have tried
so hard to get it to dump my files into .sql format
but my syntax is wrong, wrong, wrong.  lol  

I put below examples what I've been entering to get my
databases backed up. I always get an error or I get
locked into the - thing if I don't use the
semicolons. 

Any help would be awesome!
Thank you,
Lillian

Tried  Wrong
mysqldump -u root -ppassword test  test.sql
mysqldump -u root -ppassword test  test.sql;
mysqldump -u root -ppassword -databases test 
test.sql;





   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: mysql dump help!

2007-07-23 Thread Red Hope
Oh boy, and here's the big stupid question. How do I
get to the shell prompt? Sorry! Yea, I'm that newbie. 
:)

Thank you,
Lillian


--- Carlos Proal [EMAIL PROTECTED] wrote:

 
 One common error is trying to do this inside the
 mysql console, instead 
 of the shell prompt, i think thats your problem
 because at least the 
 first one is correct.
 
 Carlos
 
 
 Red Hope wrote:
  Hey y'all,
  I've been fussing with the MySQL dump procedure to
  backup my stuff. I'm on MySQL 5.0.41 and I have
 tried
  so hard to get it to dump my files into .sql
 format
  but my syntax is wrong, wrong, wrong.  lol  
 
  I put below examples what I've been entering to
 get my
  databases backed up. I always get an error or I
 get
  locked into the - thing if I don't use the
  semicolons. 
 
  Any help would be awesome!
  Thank you,
  Lillian
 
  Tried  Wrong
  mysqldump -u root -ppassword test  test.sql
  mysqldump -u root -ppassword test  test.sql;
  mysqldump -u root -ppassword -databases test 
  test.sql;
 
 
 
 
 
 
 


  Yahoo! oneSearch: Finally, mobile search 
  that gives answers, not web links. 
 

http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
 

 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 
 



   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: mysql dump help!

2007-07-23 Thread Red Hope
Well, that went over my head.  :)  I understand what
you're telling me, how to get there, but not how to do
it. bleh. 

When I start up MySQL Command Line Client, I'm always
prompted at mysql. So I told it to switch from that
prompt to shell prompt. It always starts up in
mysql prompt. Once I'm in shell, I tried the dump
procedure and it kept saying it couldn't connect. So I
checked what databases it had, it shows them. I can't
even switch to a database because of no connection.
I'm not exactly sure why there's no 'connection' at
all.

Thanks for trying so hard, Carlos!
Lillian  


--- Carlos Proal [EMAIL PROTECTED] wrote:

 
 Well hopefully, typing quit at the mysql console
 get you back to the 
 shell.
 
 Otherwise, you need to open a Gnome Console, KDE
 Konsole or Windows 
 CommandPrompt from the different menus on your
 operating system
 
 If the mysql directory is on your PATH you can use
 mysqldump anywhere, 
 if not, move to the mysql/bin directory and then you
 can run it without 
 any problem.
 
 Hope that help.
 
 Carlos
 
 
 Red Hope wrote:
  Oh boy, and here's the big stupid question. How do
 I
  get to the shell prompt? Sorry! Yea, I'm that
 newbie. 
  :)
 
  Thank you,
  Lillian
 
 
  --- Carlos Proal [EMAIL PROTECTED] wrote:
 

  One common error is trying to do this inside the
  mysql console, instead 
  of the shell prompt, i think thats your problem
  because at least the 
  first one is correct.
 
  Carlos
 
 
  Red Hope wrote:
  
  Hey y'all,
  I've been fussing with the MySQL dump procedure
 to
  backup my stuff. I'm on MySQL 5.0.41 and I have

  tried
  
  so hard to get it to dump my files into .sql

  format
  
  but my syntax is wrong, wrong, wrong.  lol  
 
  I put below examples what I've been entering to

  get my
  
  databases backed up. I always get an error or I

  get
  
  locked into the - thing if I don't use the
  semicolons. 
 
  Any help would be awesome!
  Thank you,
  Lillian
 
  Tried  Wrong
  mysqldump -u root -ppassword test  test.sql
  mysqldump -u root -ppassword test  test.sql;
  mysqldump -u root -ppassword -databases test 
  test.sql;
 
 
 
 
 
 
 

 



  Yahoo! oneSearch: Finally, mobile search 
  that gives answers, not web links. 
 

 

http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC



  -- 
  MySQL General Mailing List
  For list archives: http://lists.mysql.com/mysql
  To unsubscribe:   
 
  
 

http://lists.mysql.com/[EMAIL PROTECTED]

  
 
 
 
 
 


  Take the Internet to Go: Yahoo!Go puts the
 Internet in your pocket: mail, news, photos  more. 
  http://mobile.yahoo.com/go?refer=1GNXIC
 

 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 
 



  

Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: mysql dump help!

2007-07-23 Thread Red Hope
Hey y'all,
I use charming Windows XP on here. I've taken database
classes but lucky for me we never used *real* MySQL.
Below I typed up exactly what I put into the MySQL
prompt and this is what it kicks back to me.

Lillian



mysql 

mysql \R shell
PROMPT set to 'shell'

shell 

shellmysqldump -u root -ppassword test  test.sql;
ERROR 1064 4200: You have an error in your SQL
syntax; checkthe manual that corresponds to your MySQL
server version for the right syntax to use near
'mysqldump -u root -ppassword test  test.sql' at line
1



--- Carlos Proal [EMAIL PROTECTED] wrote:

 
 Can you email us the complete command and the error
 ?
 
 Carlos
 
 
 Red Hope wrote:
  Well, that went over my head.  :)  I understand
 what
  you're telling me, how to get there, but not how
 to do
  it. bleh. 
 
  When I start up MySQL Command Line Client, I'm
 always
  prompted at mysql. So I told it to switch from
 that
  prompt to shell prompt. It always starts up in
  mysql prompt. Once I'm in shell, I tried the
 dump
  procedure and it kept saying it couldn't connect.
 So I
  checked what databases it had, it shows them. I
 can't
  even switch to a database because of no
 connection.
  I'm not exactly sure why there's no 'connection'
 at
  all.
 
  Thanks for trying so hard, Carlos!
  Lillian  

 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 
 



   

Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mailp=summer+activities+for+kidscs=bz
 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]