Search the web
Sign In
New User? Sign Up
twincling · Twincling Technology Foundation, India
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 935 - 964 of 6440   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
935
Hi, I am working on Mysql 4.1 and I need to dump my database. How to do that? Please send the reply. Thanks, Ramesh....
Ramesh Elkaturi
ramesh_kittu
Offline Send Email
Oct 3, 2005
10:30 am
936
... Hi Ramesh: Take a look at http://dev.mysql.com/doc/mysql/en/mysqldump.html thanks Saifi....
Saifi
khan_saifi
Offline Send Email
Oct 3, 2005
10:34 am
937
... Hi Ramesh: What exactly do you mean by 'dump' ? If your question lies in the backup domain, then you can use: ...
Namita Iyer
namitaiyer
Offline Send Email
Oct 3, 2005
10:49 am
938
mysql -u root -p databasename > afile name when u give the password the database will be dumped in the filename u have given...
sailaja
sailu_mvn
Offline Send Email
Oct 3, 2005
12:29 pm
939
Hi: Venture Capitalists have invested $400 million in 50 Open Source startups in the past 1.5 years. For complete details take a look at the two articles below...
Saifi
khan_saifi
Offline Send Email
Oct 4, 2005
12:11 pm
940
hi, I am developing one project. I planned to provide service through online.So i need to upload mysql database.How to do that please tell me. Thanks, Ramesh. ...
Ramesh Elkaturi
ramesh_kittu
Offline Send Email
Oct 5, 2005
7:13 am
941
Hi, I want to write a macro for the VI editor by which work can be automated. I want the following. I will copy a text from a word document and if I press...
sailaja
sailu_mvn
Offline Send Email
Oct 5, 2005
10:46 am
942
... Hi Sailaja: The following document should help you get started http://soma.npa.uiuc.edu/docs/vi.macros Copy paste capabilities on Windows require OLE-aware...
Saifi
khan_saifi
Offline Send Email
Oct 5, 2005
10:56 am
943
Hi, I would like to know the difference between access specifier and access modifier. Please give me their importance in java and also why we are using them. ...
vemulapally anil
anilvemulapally
Offline Send Email
Oct 5, 2005
12:41 pm
944
... Hi Namita, Here dump means .dump file for uploading database. Thanks, Ramesh....
Ramesh Elkaturi
ramesh_kittu
Offline Send Email
Oct 5, 2005
2:21 pm
945
Hey Guys, Any documentation about iotable_init() function call ? ... I am trying to use device memory in my user space, and dont want to mmap the...
Vijay Chundury
vchundury
Offline Send Email
Oct 5, 2005
2:22 pm
946
... Hi Ramesh, 1) Run the following command on your local machine: mysqldump -u [username] -p [password] [DatabaseName] > backup 2) Ftp the 'backup' file to...
namitaiyer
Offline Send Email
Oct 5, 2005
2:23 pm
947
Hi, ... Chk this http://dev.mysql.com/doc/mysql/en/mysqldump.html Chao, Vikram....
Vikram Kumar
c_vikram20
Offline Send Email
Oct 6, 2005
6:08 am
948
Dear Linux enthusiasts, The October issue of LINUX For You, Asia's only magazine on Linux and Open Source, is out in a completely new layout. LINUX For You is...
Niraj Sahay
teamlfy
Offline Send Email
Oct 6, 2005
7:18 am
949
Hello Friends, There are two TSM scheduled in the month of October. Please see the details below. By attending these TSM, the member will be able to...
twinclingnews
Offline Send Email
Oct 6, 2005
9:20 am
950
Hello friends, I am trying to learn perl. Can somebody tell me, what $|=1; means ? Cheers Ashish...
Ashish Sheth
ashish_sheth...
Offline Send Email
Oct 7, 2005
5:40 am
951
... Hi Anil, Access specifiers and access modifiers both are same. These are used to decide the life of the variable are functions. These are private, public,...
k kiran
kiran_kkk_in...
Offline Send Email
Oct 7, 2005
7:57 am
952
... This is used to flush STDOUT. If you write $|=1; then it will directly write to STDOUT and not to any buffer. This is also called autoflush. From internet:...
k_vishvanath
Offline Send Email
Oct 7, 2005
9:05 am
953
No sure abt ur question.. u have something called "ab" which goes into ".vimrc" for ex : spellin correction as follows ab teh the lots of things can be...
Satish Reddy Baradi
sun7799
Offline Send Email
Oct 7, 2005
9:08 pm
954
... Hi Ashish, by setting $|=1; you are instructing perl to switch off the buffering of the text/data. so whatever is the file/descriptor to which the o/p is...
saurabh dubey
saurabh_oistian
Offline Send Email
Oct 7, 2005
9:09 pm
955
Hello, This is a reminder. TWINCLING Saturday Meet (TSM) is scheduled to be held on Saturday, 8th October, 2005 from 5:00pm - 7:15pm. The topic is "Linux...
twinclingnews
Offline Send Email
Oct 7, 2005
9:23 pm
956
... Hi Viswanath, Now i've uploaded the page.you can see it in tutorials section of my page http://godson.auroinfo.com/tutorials/voip.htm Regards, Godson...
james deans
deansjames
Online Now Send Email
Oct 10, 2005
5:20 am
957
Hi, Can somebody tell me why does system() function causes OOM problem in my system? Thanks, Bhatta....
Anand Bhatta
bhatta_navio...
Offline Send Email
Oct 10, 2005
9:15 am
958
... Hi Anand, Which process are you forking using system() ? What is the current memory consumption in your machine ? (You can use 'top' command to find out...
Namita Iyer
namitaiyer
Offline Send Email
Oct 10, 2005
9:59 am
959
... Hi Namita, Thanks for the info. The details of the problem are: The system is an embedded product using Linux kernel 2.4. I have a limited memory in the...
Anand Bhatta
bhatta_navio...
Offline Send Email
Oct 11, 2005
7:56 am
960
Hi, I am now localising the initscripts rpm which contains the shut down messages and login boot messages. When it boots after translatingg the po file, login...
sailaja.mulakaluri
sailu_mvn
Offline Send Email
Oct 11, 2005
11:32 am
961
... Hi Anand, Thanks for the information. Output of /proc/meminfo is good enough. 'top' picks the info from there too. Normally, processes start giving an 'out...
Namita Iyer
namitaiyer
Offline Send Email
Oct 11, 2005
3:39 pm
962
hello every one can any one help me to get the docuentation for iproute that is ip tool i am not able to get full flleged documatation please help me out kamal...
bangla kamal
kamalnath143
Offline Send Email
Oct 13, 2005
6:36 am
963
Hi Namita, The idea given by you is exactly what I have done to overcome the problem. My problem is solved but I want to have a clear understanding of things. ...
Anand Bhatta
bhatta_navio...
Offline Send Email
Oct 13, 2005
6:37 am
964
Can any one give me RHL 9 CD's Thanks! .reds...
Satish Reddy Baradi
sun7799
Offline Send Email
Oct 13, 2005
11:37 am
Messages 935 - 964 of 6440   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help