Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. Z:\>e: E:\>mysql ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: N O) E:\>mysql -u root -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 to server version: 4.1.15-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create database ssatm45 -> ; Query OK, 1 row affected (0.00 sec) mysql> show databases -> ; +----------+ | Database | +----------+ | mysql | | ssatm45 | | test | +----------+ 3 rows in set (0.00 sec) mysql> exit Bye E:\>ftp ftp> open inhyubon1 Connected to inhyubon1.ssainternal.net. 220 inhyubon1 FTP server (SunOS 5.8) ready. User (inhyubon1.ssainternal.net:(none)): root 331 Password required for root. Password: 230 User root logged in. ftp> cd /export/spare/boniva 250 CWD command successful. ftp> I Invalid command. ftp> binary 200 Type set to I. ftp> get rk.sql 200 PORT command successful. 150 Binary data connection for rk.sql (10.91.20.117,3494) (9374825 bytes). 226 Binary Transfer complete. ftp: 9374825 bytes received in 159.08Seconds 58.93Kbytes/sec. ftp> bye 221 Goodbye. E:\>cd my* E:\mysql-4.1.14>cd.. E:\>dir Volume in drive E is New Volume Volume Serial Number is 1C8A-20E8 Directory of E:\ 12/06/2005 10:32 AM Downloads 12/06/2005 03:13 PM mysql-4.1.14 12/06/2005 03:42 PM Program Files 12/06/2005 03:53 PM 9,374,825 rk.sql 1 File(s) 9,374,825 bytes 3 Dir(s) 31,158,943,744 bytes free E:\>cd prog* E:\Program Files>cd my* E:\Program Files\MySQL>cd bin The system cannot find the path specified. E:\Program Files\MySQL>cd my* E:\Program Files\MySQL\MySQL Server 4.1>cd bin E:\Program Files\MySQL\MySQL Server 4.1\bin>mysql -C --default-character-set=utf 8 -u root -p ssatm45mysql -u root -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5 to server version: 4.1.15-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use ssatm45 Database changed mysql> select * from corp_users; mysql>