ShareMyTaxi

Ping Me and I’ll Ping You Back (Part I) is working with Dreamhost and Gmail

http://itp.nyu.edu/ubicompmobile/2007/week2/

My popper.pl and logic.php code

Ping Me and I’ll Ping You Back (Part II)

http://itp.nyu.edu/ubicompmobile/2007/week3/

ssh to dreamhost server: ssh username@domain.com

if you receive this error when connecting to MySQL:

[hupmobile]$ mysql -u’user’ -p’password’ databasename;
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)

you can use:

[hupmobile]$ mysql -h mysql.domain.com -u user -ppassword

if you receive:

mysql> select * from incoming;
ERROR 1046 (3D000): No database selected

select your database:

mysql> use databasename

Leave a comment