Learn ReactJS & React Native With Me
  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
  • Facebook
  • Twitter
  • LinkedIn
  • Email
Learn ReactJS & React Native With Me

Code, Bugs, Pitfalls, Tricks of React Js & React Native

  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact

Browsing Tag

mysql

6 posts

Sql query to find records not containing value – code example

  • Akash Mittal
  • November 17, 2022
SQL provides NOT IN (…) keyword to fetch records where column does not contain some values. In this article we will see few examples of different use cases. First, let’s…
View Post

How to sum multiple columns in SQL? – Code Example

  • Akash Mittal
  • August 30, 2022
In this article, I will show you the ways to sum multiple columns in SQL. We will discuss how to prevent NULL columns from polluting the output. Code Examples 1.…
View Post

db_password db_user db_host db_port db_name – Code Example

  • Akash Mittal
  • August 30, 2022
In this article we will discuss about wordpress configuration to connect website with database like mysql. We will check out db_user, db_host, db_port, db_name and db_password fields. WordPress has a…
View Post

MSVCR120.dll is missing, mysqld.exe error WampServer – Code Example

  • Akash Mittal
  • August 30, 2022
WampServer throws error, mysqld.exe can’t start because MSVCR120.dll is missing if it is not able to find Microsoft Visual C++ Redistributable (MSVCR). The issue is that it requires all the…
View Post

fatal error: uncaught error: call to undefined function mysql_connect()

  • Akash Mittal
  • August 17, 2022
Php throws error fatal error: uncaught error: call to undefined function mysql_connect() when you use mysql_connect() function. This is because mysql_connect() is deprecated and no longer used. Instead, use mysqli_connect()…
View Post
mysql timestamp - the right way to store datetime in tables
  • MySql

    MySql Timestamp – Right way to store datetime in tables

    • Akash Mittal
    • December 29, 2020
    I struggled with the issue of storing date and time in database for a long time. Due to different time zones in the world, it is very hard to get…
    View Post

    Learn ReactJS & React Native With Me
    Copyright AkashMittal.com | Privacy Policy