The normal login for mysql is:
mysql -u <user> -p<password> <dbname>
Netbackups my sql appears to be nbdbd.
when I do a nbdbd -u <user> -p <password> I get the following message:nbdbd: invalid option -- p
nbdbd Ver 3.23.58-max-nt for NT on i32
Copyright (C) 2000 MySQL AB, by Monty and others
What is the correct syntax for login? Is there a standard user password, or do I use my own?
mysql -u <user> -p<password> <dbname>
Netbackups my sql appears to be nbdbd.
when I do a nbdbd -u <user> -p <password> I get the following message:nbdbd: invalid option -- p
nbdbd Ver 3.23.58-max-nt for NT on i32
Copyright (C) 2000 MySQL AB, by Monty and others
What is the correct syntax for login? Is there a standard user password, or do I use my own?