|
|
|
|
| |
Suppose that my MySQL username and password are sampadm and secret. If the MySQL server is running on the same host, I can leave out the -h option and the mysql command to connect to the server looks like this:
% mysql -p -u sampadm
Enter password: ******
After I enter the command, mysql prints Enter password: to prompt for my password, and I type it in (the ****** indicates where I type secret).
If all goes well, mysql prints a greeting and a mysql> prompt indicating that it is waiting for me to issue queries. The full startup sequence is as follows:
% mysql -p -u sampadm
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7575 to server version: 4.0.4-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
|
|
|
|
|
|
| Link Partners: Asia florist, Flowers to India, Hong kong flowers, Site submit, Cheap web hosting, China florist, Japan florist |
|