• «Fueling your logistics chain»

  • «Go beyond logistics, make the world go round and revolution business»

  • «Taking action, getting results»

  • «Logistics through innovation, dedication, and technology»

  • «Possibility in every direction»

  • «Ready, set, done»

  • «Special handling. Extra service»

  • «Thinking the way forward»

  • «Your navigator in the world of trade»

  • «Leadership and learning are indispensable to each other»

  • «Leadership is the capacity to translate vision into reality»

  • «Power beyond cargo»

  • «All time management begins with planning»

  • «Management is doing things right; leadership is doing the right things»

  • «Leading and inspiring people»

  • «Leadership is thinking and talking about the solutions»

  • «Streamlining your supply chain»

  • «Business acceleration through digital communication»

Portfolio - Article viewer

MySQL

MySQL

A brief introduction


What is MySQL?


MySQL, pronounced either "My S-Q-L" or "My Sequel," is a relational database management system. It is based on the structure query language (SQL), which is used for adding, removing, and modifying information in the database. Standard SQL commands, such as ADD, DROP, INSERT, and UPDATE can be used with MySQL.


MySQL can be used for a variety of applications: it can store many types of data from something as tiny as a single character to as large as complete files or graphics . It is most commonly found on Web servers: information stored in a MySQL database hosted on a Web server can be accessed from anywhere in the world with a computer. This makes it a good way to store information that needs the ability to change over time, but also needs to be accessed over the net. Some examples that can utilize MySQL are a web message board or a customer's shipping status.


Many database-driven websites that use MySQL also use a Web scripting language like PHP to access information from the database. MySQL commands can be incorporated into the PHP code, allowing part or all of a Web page to be generated from database information: the PHP/MySQL combination has become a popular choice for database-driven websites.


What type of information is suitable for a database?


In some ways, any information store would be suitable for a database, but there are some things that are better suited than others:


  • Address and phone lists.
  • Product inventories.
  • Lists of information.
  • Price lists.

All of these types of information can be displayed on a static Web site, and if you have a small amount of information, a static page can be the easiest way to to display it. But if you have a large amount of information, or you want to display the same elements in multiple places, a database makes it much easier.

Express your feedback

For more information, suggestions, requests, please feel free to contact me by clicking here.

You can also give a quick feedback by ckicking on the buttons below: