OK seem to be doing better...
mysql> SHOW DATABASES
-> ;
+----------+
| Database |
+----------+
| mysql |
| test |
+----------+
2 rows in set (0.00 sec)
mysql> PROCESS
-> ;
ERROR 1064: You have an error in your SQL syntax near 'PROCESS' at line 1
mysql> SHOW FULL PROCESSLIST;
+----+------+-----------+------+---------+------+-------+-----------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+------+-----------+------+---------+------+-------+-----------------------+
| 8 | vsurf | localhost | test | Query | 0 | NULL | SHOW FULL PROCESSLIST |
+----+------+-----------+------+---------+------+-------+-----------------------+
1 row in set (0.00 sec)
mysql>
and
http://hotwired.lycos.com/webmonkey/...x2a_page2.html
is working out well as a php intro
http://www.programmingtutorials.com/tutorial.asp?id=SQL
is also helpful
May have answered fixed/my own questions! but sure to be back with more. But feel free to chip in!
Ta