This is what I did to export a clean copy from my working copy to add it into another repository
svn export /home/beku/Desktop/tcs-diplom3/ /home/beku/Desktop/tcs-exported
Thursday, April 21, 2011
Saturday, April 9, 2011
how to set MySQL idle timeout
in my.ini file
[mysqld] //-----below this line -----
//------add these two line--------
wait_timeout=259200
interactive_timeout=259200
[mysqld] //-----below this line -----
//------add these two line--------
wait_timeout=259200
interactive_timeout=259200
Subscribe to:
Posts (Atom)