JIYIK CN >

Current Location:Home > Learning >

All

Changing MySQL root password on Mac

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

This article teaches you how to change the MySQL user password on OS X. root We will be using XAMPP so that you can change the password using the MySQL console. Installing XAMPP for OSX First, download and install XAMPP for OSX from Apache...

Full

Generate a random and unique string in MySQL

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

Today, we will learn to use various functions in MySQL to generate random and unique strings. These functions include MD5() , RAND() , , SUBSTR() and UUID() . There is no inbuilt method to generate random string in MySQL, but there are many...

Full

Loop PHP MySQLi Get Array Function

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

MySQLi fetch function is used to access data from the database server. After fetching the data, you can also iterate over it MySQLi with queries. In this article, we will see mysqli_fetch_array() the use of functions and methods to iterate...

Full

MySQL using LIKE in case insensitive search

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

This tutorial article will show you how to use LIKE the operator to search a column. We will show you how to use it correctly to include all results that meet certain criteria, regardless of whether the value is uppercase or lowercase. LIKE...

Full

INTERSECT Operator in MySQL

Publish Date:2025/04/21 Author:JIYIK Category:MySQL

This article will help you understand INTERSECT the operator. Although MySQL does not support INTERSECT and MINUS / EXCEPT , there are other ways to simulate this functionality. We will see INTERSECT what is , its benefits, and learn variou...

Full

Fork and Branch in Git

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

Git is the best, cheapest, and simplest version control system of the modern era. It is considered a major core part of a developer's life as it is used for daily workflows and projects in complex team environments. In this block, we will t...

Full

Git push to another branch with a different name

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

Git push to another branch with a different name

git push It has a rich set of options that allow you to use the full power of Git. One of them is its source:destination refspecs parameters. We use these git push to go to a specific branch with a name of our choosing. Finally, we'll see s...

Full

Git merge repository

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

When working on a project with multiple team members having separate repositories for each team, at some point in time we come across a situation where we want to combine these separate repositories into one master repository to deploy all...

Full

Update branches from master in Git

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

When working in Git with many developers and analysts working on various branches simultaneously, we may encounter many problems. A common problem is when one team member makes changes in his local branch while others work on that remote br...

Full

Push Git tags to remote repositories

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

If you create a git tag locally, your intention must be to share your changes with your team for easy tracking. Commit is one of the common operations to share changes. But another sharing and tracking idea added to it is Git Tags. This art...

Full

Rename Git repository

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

In this article, we will discuss renaming Git repositories. We can explain this in different ways. It can rename the displayed name, the repository on GitHub, or the folder of the repository. We will discuss these and go through the steps w...

Full

Update the repository remotely by setting

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

In this tutorial, we will discuss how to set up the central repository as a remote for our local repository so that our branch is updated whenever the central repository changes. We should always perform this step before making edits to our...

Full

Git list remote branches

Publish Date:2025/04/20 Author:JIYIK Category:OPERATING SYSTEM

This article will show you how to list remote repositories from your local branch. A remote repository is a project hosted on a server, such as Github/Gitlab. git remote Allows us to use short names (aliases) to execute commands instead of...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial