AW: Can't start server: Bind on TCP/IP port: Address already in use

2004-06-07 Thread Jan Schwingenschlögl
Hi Tobias Got the same problem on my local machine. Try @ps -aux And kill all mysql stuff manually Worked for me Cheers jan -Ursprüngliche Nachricht- Von: Tobias Bohlin [mailto:[EMAIL PROTECTED] Gesendet: Montag, 07. Juni 2004 11:30 An: [EMAIL PROTECTED] Betreff: Can't start server:

AW: mysqldump

2003-07-08 Thread Jan Schwingenschlögl
I have command in the script: mysqldump databasename -u username -p password /to/a/directory/dump.sql When i run the script it asks for a password and takes the password given in the script for a table name. How can I give the password in the script??? Try it like this: --