Skip the username and password part too. On the toolserver, mysqldump  
should be pulling your username & password from the config file.  
Specify the host (as by default, it won't connect to the local machine  
which is running no db). The standard format is listing the database  
as an argument, then all tables as following arguments.

$ mysqldump -h sql u_fuzkabir university > ~/public_html/university.sql

That was verified with my own table / db names.

-Jeff

On Oct 4, 2009, at 1:57 PM, Platonides wrote:

> Tim Alder wrote:
>> Hello,
>> try "/home/fuzkabir/public_html" instead of
>> "/$home/fuzkabir/public_html" .
>>
>> What works for me is:
>> mysqldump u_kolossos_databaseX tableXXX > XXX.sql
>>
>> Greetings Kolossos
>>
>>>> mysqldump u- username -p password `u_fuzkabir`.`university` >  / 
>>>> $home/fuzkabir/public_html;
>>>>
>
>
> and those ` would be interpreted by the shell.
>
> Try mysqldump -u username -p password '`u_fuzkabir`.`university`' >
> /$HOME/public_html/university.sql
>
> _______________________________________________
> Toolserver-l mailing list ([email protected])
> https://lists.wikimedia.org/mailman/listinfo/toolserver-l
> Posting guidelines for this list: 
> https://wiki.toolserver.org/view/Mailing_list_etiquette


_______________________________________________
Toolserver-l mailing list ([email protected])
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Reply via email to