Saturday, February 10, 2024
Home »
» Solved: ERROR 1045 28000 Access denied for user while installing MYSQL | CentOS | Linux OS
Solved: ERROR 1045 28000 Access denied for user while installing MYSQL | CentOS | Linux OS
Related Posts:
MINI PROJECT REPORT OF DSA Click here to download.… Read More
Numerical methodsC++ program for curve fitting of linear and exponential equation For linear: #include<iostream> using namespace std; class datacalc { private: float sumxsq,sumxy,sumx,sumy; float… Read More
Telephone directory Code for telephone directory in c #include<stdio.h> #include<string.h> #include<windows.h> #include<time.h> struct teledir { char firstname[50]; char lastname[50… Read More
POEM Parents Mother, Mother You are dearer than other … Read More
Code in C to multiply two matrix#include<stdio.h> void matmultiply(int m[3][3], int n[3][3]); void read(int x[3][3]); //void read2(int y[3][3]); void main() { int a[3][3],b[3][3],l,w; printf("\nFor matrix a :-\n"); &… Read More
0 comments:
Post a Comment