Wednesday, July 23, 2008
every about HTTP in java
http://fisheye1.atlassian.com/browse/~raw,r=1.1.2.19/compiere/serverApps/src/main/applet/org/compiere/ifm/filetransfer/monitor/HttpFileTransfer.java
Thursday, June 26, 2008
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
Create the directory if it is not there:
Code:
sudo mkdir /var/run/mysqld/
touch the file to create it
Code:
sudo touch /var/run/mysqld/mysqld.sock
change the ownership of the folder and socket to the mysql user
Code:
sudo chown mysql /var/run/mysqld/
sudo chown mysql /var/run/mysqld/mysqld.sock
Code:
sudo mkdir /var/run/mysqld/
touch the file to create it
Code:
sudo touch /var/run/mysqld/mysqld.sock
change the ownership of the folder and socket to the mysql user
Code:
sudo chown mysql /var/run/mysqld/
sudo chown mysql /var/run/mysqld/mysqld.sock
Friday, June 20, 2008
Saturday, May 3, 2008
change yp(nis) password
change password on nis machine (passwd).
cd /var/yp
sudo make
cd /var/yp
sudo make
Thursday, April 3, 2008
Wednesday, February 27, 2008
Subscribe to:
Posts (Atom)