473,511 Members | 15,477 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MySQL server on a USB key - Any traces?

Hi,

I installed MySQL server 5.0 on a USB key. If I plug the key in another
computer runnng XP, start the server, run some queries, do some
updates, stop the server and remove the key, will it leave any traces
on that computer!?!?!?

Thanks!
Ziguy

Nov 20 '06 #1
3 6418
>I installed MySQL server 5.0 on a USB key. If I plug the key in another
>computer runnng XP, start the server, run some queries, do some
updates, stop the server and remove the key, will it leave any traces
on that computer!?!?!?
Assuming that the USB storage device is G: on one computer and R:
on the other, I'm not sure how you do this seamlessly without a
startup script to rewrite my.cnf files or passing appropriate
parameters to put the data directory, log files, temporary files,
etc. all on the USB device). You need to tell MySQL where to put
temporary files and tables (on the USB device).

You *WILL* have tracks left:

- Swap/page file
- Cached pages from the USB drive in the Windows buffer cache (RAM)
- Anything left behind by the clients (deleted disk files, windows
with text in them, swap/page space, command-line client history
file, output from queries if not erased, etc. if they don't also
use the USB device)
- Does MySQL on Windows use the event logger? Logged events might indicate
you were using MySQL, but probably very little about the data.
- Any copies of stuff on the USB drive snarfed while it was plugged in
by viruses, spyware, etc.

These aren't particularly MySQL-dependent: if you try the same thing
with a text or image editor or encryption program on a USB drive you'll
have the same issues.

How paranoid do you need to be?

Nov 21 '06 #2
You have very good points!!!

Thanks!

Gordon Burditt a écrit :
You *WILL* have tracks left:

- Swap/page file
- Cached pages from the USB drive in the Windows buffer cache (RAM)
- Anything left behind by the clients (deleted disk files, windows
with text in them, swap/page space, command-line client history
file, output from queries if not erased, etc. if they don't also
use the USB device)
- Does MySQL on Windows use the event logger? Logged events might indicate
you were using MySQL, but probably very little about the data.
- Any copies of stuff on the USB drive snarfed while it was plugged in
by viruses, spyware, etc.

These aren't particularly MySQL-dependent: if you try the same thing
with a text or image editor or encryption program on a USB drive you'll
have the same issues.

How paranoid do you need to be?
Nov 21 '06 #3
By the way, beside the computer name of the remote computer, does a
remote desktop session leave traces?

Nov 21 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
1390
by: Derek Fountain | last post by:
Does Python have something similar to Tcl style tracing? That is, the ability to call a subroutine when a variable is written to or read from?
0
4010
by: mikey | last post by:
Hi all, I'm having great problems trying to install the latest MySQl RPM package onto my Red Hat Linux OS. There is already MySQL v 3.0 pre-installed with the RH Linux distribution disk but I...
4
2096
by: Jeff S | last post by:
To make a long story short, let me say I had MySQL working on Windows 98 and everything was fine. Well, I took the big leap and removed all traces of Windows and Microsoft from the computer....
4
1819
by: Vinay | last post by:
Hi I want to listen to traces exhibited by other applications. Can some one help me and let me know how to do it? Can TextWriterTraceListener class be used from outside application to listen to...
1
2817
by: Good Man | last post by:
Hi there I've noticed some very weird things happening with my current MySQL setup on my XP Laptop, a development machine. For a while, I have been trying to get the MySQL cache to work....
2
2889
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
0
2982
by: emu | last post by:
Hi All, I have an unmanaged C++ application that references a mixed mode image DLL (mixed managed and unmanaged). Under .NET 1.1 we could trust the dll (the mixed mode dll) by running the...
1
3193
by: manish deshpande | last post by:
Hi, When i'm installing MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm by the following command: rpm -i MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm the following error is being shown: ...
20
3117
by: John Sheppard | last post by:
Hello there, Does anyone know of a way to track changes to an SQL Server database so that I can easily run those changes at a later date? That is, I want to make schema changes, and record...
0
7252
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7371
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7093
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5676
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3218
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1583
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
452
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.