RE: [SLUG] copying a mysql schema to a database

2002-07-12 Thread Zverina, David
The -p tells MySQL to ask for a password from you. I usually alias mysql to mysql -p since I'm not about to start storing passwords in files all over the joint, and I usually use multiple different DB users. Cleaner solution would be to put the option into the mysql startup file such as

[SLUG] What is that command?

2002-07-12 Thread Terry Collins
What is that command that you use when you want to run a program and see what libaries, etc that is calls. I have a ./lines: error while loading shared libraries: libncurses.so.4: cannot load shared object file: No such file or directory that I need to investigate. -- Terry Collins

Re: [SLUG] What is that command?

2002-07-12 Thread Tom Massey
On Fri, Jul 12, 2002 at 09:46:03PM +1000, Terry Collins wrote: What is that command that you use when you want to run a program and see what libaries, etc that is calls. Is ldd what you're looking for? -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info:

Re: [SLUG] What is that command?

2002-07-12 Thread Terry Collins
Tom Massey wrote: On Fri, Jul 12, 2002 at 09:46:03PM +1000, Terry Collins wrote: What is that command that you use when you want to run a program and see what libaries, etc that is calls. Is ldd what you're looking for? Don't know {:), but it gave me the information I needed to solve

[SLUG] MySQL problems

2002-07-12 Thread Chris Barnes
Hi people, Would anyone be able to explain to me why the 'myisamchk' tool damages my tables in mysql. It is supposed to fix any inconsistancies but it actually makes the tables worse. example: first i use myisamchk --check on my tables, then i use myisamchk -r to repair any tables that are no

RE: [SLUG] What is that command?

2002-07-12 Thread Chris Barnes
maybe 'strace'...i know it dumps more than the libraries your looking for but i spose you could use it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Terry Collins Sent: Friday, 12 July 2002 9:46 PM To: Slug List Subject: [SLUG] What is that command?

[SLUG] perl Number::Format module install failed

2002-07-12 Thread wm
I require to install Number::Format as a pre-requisite for GNULedger - install fails as shown below - how to proceed? Thanks Warren Mobey # make make test make install PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use

[SLUG] 200M+=150/

2002-07-12 Thread idc2002com
×ð¾´µÄÐÂÀÏ¿Í»§£º ÄúºÃ£¡ ΪÁË´ðлÄúÒÔ¼°¹ã´ó¿Í»§¶ÔÎÒ˾µÄÖ§³ÖºÍÐÅÈΣ¬ÎÒÃÇÔÙ´ÎÌá¸ßоɷþÎñÆ÷µÄÐÔÄÜ£¬ÈÃÄúµÄÍøÕ¾¿Õ¼äÔË×÷¸ü¿ì¡¢¸üÎȶ¨¡¢¸ü°²È«£¬Í¬Ê±ÎÒÃÇ»¹ÍƳöÁËеĹٷ½ÍøÕ¾www.idc2002.comÒÔ¼°¸ü¶àµÄ¿Õ¼äÅäÌ×·½°¸£»½µµÍÁ˶àÖÖ²úÆ·¼Û¸ñ£¬ÈÃÄúÏíÊܸüÓÅÖʵķþÎñ¡£

[SLUG] Re: terminal (ssh Putty) (stuck) at 25 lines in vi

2002-07-12 Thread ramon buckland
UPDATE: This problem persisted with Each new Boxen I installed. Changed my Putty version to the latest... All Fixed ;) Thanks for those who helped, in the process I learnt all about Window Change events and the shell. ;-) Regards Ramon I use SSH (via Putty on win32) to configure and tweak

Re: [SLUG] MySQL problems

2002-07-12 Thread Malcolm V
On Sat, 2002-07-13 at 04:50, Chris Barnes wrote: i use mysql --user=whoever --password=whatever --host=whereever dabase_backup.txt all is well so it seems but its actually not...i keep getting the error Error 1062 at line 3: Duplicate entry '1' for key 1 so i use the --force argument with

Re: [SLUG] MySQL problems

2002-07-12 Thread James Gregory
Chris Barnes wrote: i use mysql --user=whoever --password=whatever --host=whereever dabase_backup.txt all is well so it seems but its actually not...i keep getting the error Error 1062 at line 3: Duplicate entry '1' for key 1 I suspect this is actually the problem with isamchk as well. If