Advert

How to Reset a MySQL Password

Last edited by . Total of 8 comments in the discussion.

A MySQL password can be reset in 5 easy steps: Stop the mysqld daemon process. Start the mysqld daemon process with the –skip-grant-tables option. Start the mysql client with the -u root option. Execute the UPDATE mysql.user SET Password=PASSWORD(‘password’) WHERE User=’root’; Execute the FLUSH PRIVILEGES; command. These steps reset the password for the “root” account to “password.” To change the password for a different account or to set a different password, just edit the variables in single quotes in step 4. If the user knows his/her existing MySQL root password, Read More

Share on:

Free Music Editing Software

Last edited by . Total of 1 comment in the discussion.

Though there are several free music editing software packages available, a software utility entitled Audacity is very robust and has a version for Mac, Linux, and PC. Audacity can record live audio via mixer or microphone, as well as digitally capture recordings from cassette tapes, vinyl records, or mini-discs. Depending on your sound card, Audacity can also grab streaming audio, and you can create multi-track recordings by dubbing over already existing tracks. Provided that you have multi-channel hardware, Audacity will allow you to record up to 16 hardware) channels at Read More

Share on:

Function Overloading

Last edited by . Total of no comments in the discussion.

Function overloading is a concept where several function declarations are specified with a single and a same function name within the same scope. Such functions are said to be overloaded. C++ allows functions to have the same name. Such functions can only be distinguished by their number and type of arguments. Example: float divide(int a, int b) ; float divide(float a, float b) ; The function divide(), which takes two integer inputs, is different from the function divide() which takes two float inputs. What is the need for function overloading? Read More

Share on:

How Do Jet Engines Work?

Last edited by . Total of no comments in the discussion.

Jets are able to move much faster than other types of aircraft and they especially move faster than regular forms of transportation such as trains and automobiles. In exchange for all the extra speed, however, jet engines must be designed and built differently than normal engines. This article will explain what jet engines do that are so special and list a number of parts that are crucial to the jet engine's ability to generate such high speeds. What Do Jet Engines Do Jet engines, also known as gas turbine engines, Read More

Share on:

What Are AIM Chat Rooms?

Last edited by . Total of 3 comments in the discussion.

AIM Chat Rooms are a quick and easy way of communicating via the Internet. Two or more people can create a private environment and have control over who can enter the chat room. While many people use AIM Chat Rooms to keep in touch with friends and relatives, other people use AIM Chat Rooms to communicate with educational instructors and business acquaintances. How do I start an AIM chat room? Before anyone can begin or participate in an AIM chat, you will need to install AOL Instant Messenger client on Read More

Share on:

Metal Detector

Last edited by . Total of no comments in the discussion.

A metal detector uses an electromagnetic field to detect the presence of a concealed metal object. The range depends on the strength of the field, and is usually less than one meter from the search head. The three detection methods are beat frequency oscillation, very low frequency, and pulse induction. Metal detectors were first introduced around 1930 and are used in many different applications. How Metal Detectors Work The beat frequency oscillation method uses two coils connected to an oscillator. When the search head coil passes over a metal object, Read More

Share on:

How Do Engines Work?

Last edited by . Total of 2 comments in the discussion.

The majority of citizens in any well-established, first world country own at least one automobile. Few, however, stop to consider the amazing history of the automobile or how they work. Automobiles have thousands of pieces and parts that make everything from the headlights to the acceleration work. Likewise, the engine itself of any modern car can be enough to confuse the inexperienced. This article will explain what engines do and list some of the more basic parts of a car engine so that readers can clearly understand how engines work. Read More

Share on:

How to Print Screen

Last edited by . Total of no comments in the discussion.

The print screen feature is an interesting feature that allows you to take a snap shot of what’s currently on your computer screen. So, if you were to do a print screen of this article, it would include an exact copy of everything on here. Then, you could take it and save it. The thing about a print screen, though, is that it is an image. This means that while you are viewing a text document, you are saving an image, so you can’t edit the text via a print Read More

Share on:

Blu-Ray

Last edited by . Total of no comments in the discussion.

Blu-ray is an optical storage format developed by Sony and Phillips. It was created to store large amounts of high definition video and sound. Blu-ray’s name came from the type of laser it uses to read and write data. The laser is a hue of blue-violet. A blue-violet laser has a shorter wavelength than the normal red lasers used today. How Does Blu Ray Work? Before answering how it works, it is important to understand why it is the superior disk. To begin with, a Blu Ray disk can hold Read More

Share on:

802.1Q

Last edited by . Total of no comments in the discussion.

802.1Q is also known as IEEE 802.1Q or VLAN tagging. It defines a virtual local area network. It is a protocol that allows virtual LANs to communicate with one another using a 3-layered router. It was developed as a part of IEEE 802. Why Was The 802.1Q Standard Developed? Large networks use up a lot of bandwidth and are slow. It is desirable to break up these huge LANs into smaller, more manageable networks. To address this problem, the 802.1Q standard was developed as a part of IEEE 802. This Read More

Share on: