Tag: mysql

  • User Authentication using REST API and JSON Web Tokens (JWT) – Step 4

    User Authentication using REST API and JSON Web Tokens (JWT) – Step 4

    Create user folder and Create a new file called create_user.php and Following steps to be performed for this 1. We need to set headers on this new file so that it will only accept JSON data from a specific URL. 2. Connect to database and register table 3. Assign submitted data to object properties 4. Use the create…

  • MySQL data type

    MySQL data type

    Data type specifies the particular type of data used with their possible value and the way of that values to be stored. Different datatype with their size and value are listed below: Data Type Maximum Size Explanation CHAR(size) Maximum size of 255 characters. A fixed-length string between 1 and 255 characters in length. Defining a…

  • Database Software

    Database Software

    MySQL MySQL is a very popular high-speed data processing and open-source RDBMS which is used widely such as Facebook, Google, Twitter and Adobe. It uses structured query language(SQL) and it is written in C and C++. It is mainly used in web development because it gives high performance, cost-effective, secure, flexible and reliable. MySQL is…

  • Database Languages

    A database is an efficient assortment of information for putting away and dealing with information. A data set motor can sort, change or serve the data on the data set. They uphold electronic capacity and control of information. Information bases make information the board simple. The actual data can be put away from multiple points…