ernieg@lamsmoodle:~$ mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6708 to server version: 4.1.10a-Debian_2-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use lams Database changed mysql> select sid, name from u_organisation; +------+----------------------------------------------------+ | sid | name | +------+----------------------------------------------------+ | 1 | All Organisations | | 2 | Demo Org | | 3 | DemoClass | | 1030 | Macquarie University | +------+----------------------------------------------------+ insert into ext_server_org_map (serverid, serverkey, servername, serverdesc, prefix, orgid) values ('lamsserver01', 'secretkey2005', 'Macquarie Uni server', 'Server using Moodle installed in this and that location. Contact Random Striker at 9850-9070', 'mq', '1030'); update ext_server_org_map set userinfo_url = 'http://moodle.mq.edu.au/mod/lams/userinfo.php?un=%username%&ts=%timestamp%&hs=%hash%' where orgid = '1030';