RE: mysqld shows high cpu usage over extended time, restart = normal

2003-07-09 Thread Dave [Hawk-Systems]
>> Is there a known issue (running on FreeBSD 4.8, MySQL 3.23.55 MyISAM)? >> Is there something I should check when next I notice the high CPU usage? >> > >I used to see the same kind of behavior a while back with a MySQL >installation I did for a client. It turned out that what was happening >was

RE: mysqld shows high cpu usage over extended time, restart = normal

2003-07-09 Thread Dave [Hawk-Systems]
>> load). Is there a known issue (running on FreeBSD 4.8, >> MySQL 3.23.55 MyISAM)? > >its been a known issue for quite a long time >use linuxthreaded version and it should work fine. > >although much of work has been done on threads implementation, >there are still such problems with mysql. it ha

mysqld shows high cpu usage over extended time, restart = normal

2003-07-09 Thread Dave [Hawk-Systems]
Occasionally in checking one of the servers, I noticed that mysql shows 85% + of cpu usage essentially leaving the server at 0% idle. After monitoring it for a few hours, the status did not change. After a stop and start of mysql, things progessed normally. Checking back a few days later I notic

RE: converting MS SQL to MySQL

2003-02-09 Thread Hawk
PEnet Tel/Fax: 0870 922 0247 email: [EMAIL PROTECTED] websites: www.humphreyconsulting.co.uk & www.bpenet.net -Original Message----- From: Hawk [mailto:[EMAIL PROTECTED]] Sent: 06 February 2003 3:03 PM To: [EMAIL PROTECTED] Subject: converting MS SQL to MySQL Hi, I am new to S

converting MS SQL to MySQL

2003-02-08 Thread Hawk
Hi, I am new to SQL. I am attempting to create a database that was created in MS SQL to MySQL. The below SQL statements works with MS SQL. I am executing the following: CREATE TABLE 'Accounting'( 'Username' VARCHAR(254) NULL, 'CallerID' VARCHAR(128) NULL, 'Addr' VARC

converting MS SQL to MySQL

2003-02-07 Thread Hawk
Hi, I am new to SQL. I am attempting to create a database that was created in MS SQL to MySQL. The below SQL statements works with MS SQL. I am executing the following: CREATE TABLE 'Accounting'( 'Username' VARCHAR(254) NULL, 'CallerID' VARCHAR(128) NULL, 'Addr' VARCHAR(128) NULL, 'NAS'

Re: protecting CC numbers

2002-10-06 Thread Hack Hawk
rcumstances should you "permanently" store CC's (even encrypted) on systems that are connected to the Internet. I say 2 to 3 days max before archiving them off-line (off-Internet). This minimizes the risk if a hacker should happen to break in. - hawk --