Description: MySql is a very powerful database application that is frequently used for websites. Because of its ability to adapt to different web languages, MySql is found almost everywhere. From the very small websites to highly complicated web based applications, MySql could easily handle the database management demands of any company or business. Although it could be used in any development language, porting the data from MySql to Ajax is a little bit of a challenge. Updating the Ajax webpage could be easily done by adding a code that frequently checks on MySql and relays the information to the client. But this will cause a bandwidth problem and data management could not be really achieved since no user input is being made. Although streaming data is very easy with the use of Ajax, you cannot just sacrifice bandwidth just to have an easy application. The use of database should have user interaction so that the data extracted is correct without sacrificing too much bandwidth.