Saturday, February 3, 2024
Home »
» Using single Gmail as multiple Gmail addresses | Some hidden secrets of ...
Using single Gmail as multiple Gmail addresses | Some hidden secrets of ...
Related Posts:
Top 10 Common Coding Errors and How to Fix Them1. Null Pointer Exception: - **Description:** Null pointer exceptions occur when you try to access a member or method of an object that's null. It's a common mistake in Java and other languages that support pointe… Read More
Steps to install oci8 on centos 8The following steps is valid for Oracle 11g, you can modify as per your oracle version in a similar fashion.1. Install the Oracle Instant Client: - Download the Oracle Instant Client RPM packages for your archit… Read More
Defining and differentiating Super key and Candidate Key based on two propertiesCandidate keys and super keys are concepts in relational database theory that relate to the uniqueness and irreducibility of attributes within a table's schema.1. **Super Key**: - A super key is a set of one or mo… Read More
Solved: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)Follow the given steps to solve the issue. The commands here are for CentOS 8. The solution is same for other OS as well so modify the commands accordingly.Step 1: After the installation of MYSQL is finished, enable and start… Read More
Steps to install HTTPD, PHP, MYSQL and PHPMYADMIN in CentOS 8Steps to install httpd in CentOS 8sudo yum install dnfsudo dnf updatesudo dnf install httpdsudo systemctl start httpdsudo systemctl enablr httpdsudo systemctl enable httpdsudo firewall-cmd --add-service=http --permanentsudo f… Read More
0 comments:
Post a Comment