|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
on the command line:
mysqldump -h hostname -u myname -p databasename > backup.sql mysqldump: mysql error: Can't connect to mysql server on hostname (146) Do a make a mistake? |
|
#2
|
|||
|
|||
|
Sounds like the mysql daemon hasn't been started.
|
|
#3
|
|||
|
|||
|
what can i do about it? Is it my provider's problem?
|
|
#4
|
|||
|
|||
|
Can you access the regular MySQL client using
mysql -u myname -h hostname -p? Your hostname might be wrong. Sometimes when you are telnetting into a server to access MySQL, you still need to use a hostname of 'localhost' to access mysql. |
|
#5
|
|||
|
|||
|
I use telnet often to access mysql so it should be no problem.
i do not first have to access mysql and then ask for a dump? [This message has been edited by pepweb (edited September 14, 2000).] |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > mysqldump problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|