Debugging a Minidump Dump File for a Stop 0xC2 Error
While trying to reinstall Windows on a Dell Dimension 2400 PC, I kept
getting a "BAD_POOL_CALLER"
BSOD with a
"STOP: 0x000000C2" error. When I checked the minidump crash dump files
created when the BSOD's occurred with Microsoft's WinDbg utility, it appeared
they were linked to a modem driver file.
[ More
Info ]
[/os/windows/debugging]
permanent link
Installing and Configuring MySQL on a Linux System
MySQL is free
Database Management System (DBMS) software that runs on a variety of
platforms, including Microsoft Windows, Linux, and Unix. To install
and configure the software on a Linux system, so that it starts
when the system boots follow
these
instructions. It is important to set a root password after you've
started the MySQL daemon, so be sure to do so.
Once you have the software installed and configured, you can set up a
new database using the instructions in
Creating a MySQL
Database.
[/software/database/mysql]
permanent link