$ mysql -u root -p
Enter password: su.......
Using tutorial at:
http://dev.mysql.com/doc/refman/5.0/en/tutorial.html
For facebook example 4 app (display counter):
mysql> create database menagerie; /* this was name of database in above tutorial */
mysql> use menagerie;
mysql> show tables;
Empty set (0.00 sec)
mysql> create table counter (count INT);
Query OK, 0 rows affected (0.06 sec)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment