- http://java.sun.com/docs/books/tutorial/2d/basic2d/index.html
- http://www.realapplets.com/tutorial/DrawExample.html
- http://java.sun.com/docs/books/tutorial/2d/basic2d/index.html
image processing
mysql -u root -p
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.22.32
Type 'help' for help.
mysql>
create database employees;
GRANT ALL ON employees.* TO manish@localhost IDENTIFIED BY "eagle"
mysql -u user_name -p
[manish@localhost manish]$ mysql -u manish -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 3.22.32
Type 'help' for help.
mysql>
mysql> SHOW DATABASES;
+----------------+
| Database |
+----------------+
| employees |
| mysql |
| test |
+----------------+
3 rows in set (0.00 sec)