Re: transferring databases

2002-05-23 Thread Samier . Kesou
Hello, check if the files have to be in a special directory. check the datadir varible from show variables hope this helps samier.

Antwort: Problem with MySQL server - 3.21.33b

2002-05-15 Thread Samier . Kesou
Hi, check the niced processes (on BSD #ps aux). These are processes which have been assigned a higher priority and there for kill your server. Also the man page from top (the CPU STATE comes from top ?) writes that the nice % should also be seen in user and system % which is not the case in

diffrent amount of datasets with mysql man perl

2002-05-14 Thread Samier . Kesou
Hello, im using mysql 3.23.41-log perl 5.6 This might be a perl question but I have to start somewhere:-) to get the data out of the DB im using: --- perl snip --- while (my @fields = $sth-fetchrow_array()) { print join (;, @fields), \n; } --- perl snip --- so each data set is presented

Re: diffrent amount of datasets with mysql man perl

2002-05-14 Thread Samier . Kesou
Hi, thanks for the fast replies, It was a database problem. I compared two tables wich were not syncronised and therefor didnt have the same amount of datasets. Thanks sake.