Re: How to fix not cleanly closed mysql?

2006-09-07 Thread Horacio Goetendia
HiI know two methods to repairIf you have MyISAM tables you can use: To check:myisamchk To Repair:myisamchk --recover  or with --safe-recover instead --recover AlsoThere are some SQL sentences for MyISAM and InnoDB tables that can help you, these are: CHECK TABLE_NAME REPAIR TABLE_NAME AtteHoraci

Re: Latest unstable upgrade broke my apache2/php configuration

2006-09-07 Thread Horacio Goetendia
HiCheck if the package libapache2-mod-php5.deb  is correctly installedAtteHoracio Goetendia Bonilla2006/9/7, RLB < [EMAIL PROTECTED]>: Hi group,(sorry if this was posted multiple times, but I had some trouble sendingit to the group...)Running the latest Debian unstable here, and this morning I upgr

Re: changing the default shell

2006-07-24 Thread Horacio Goetendia
Hello Daniel:Sorry by my englishYou should change in the config file :   /etc/adduser.confin the part: (change to the shell that you want to use)  DSHELL=/bin/bashYou can found a list of valid login shells in :        /etc/shellsAtentamenteHoracio Goetendia Bonilla2006/7/24, LeVA < [EMAIL