Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
  • fix windows activation 0x87E10BC6 error
    Fix Error 0x87E10BC6 on a PC running Windows non-core Edition Windows
  • term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognised
    The term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognized Version Control System
  • Featured image 1
    How and where to find your BitLocker recovery key on Windows Security | Vulnerability Scans and Assessment
  • images copy
    HA-Proxy Configuration File: Copy Between Nodes on Proxmox VE Virtualization
  • chocolatey logo 1
    Windows Package Manager: How to install applications using Chocolatey? Windows
  • MicrosoftOneDrive32
    Microsoft OneDrive Setup: Files On-Demand & Key Features Backup
  • Screenshot 2020 05 19 at 02.57.10
    Create Central Store for Group Policy Administrative Templates Windows Server
  • Fix error Microsoft Outlook cannot sign or encrypt this message when sending email.
    How to fix error “Microsoft Outlook cannot sign or encrypt this message” when sending email? Network | Monitoring

Tag: MySQL

How to check and assign privileges to a MySQL User

Posted on 08/04/202325/03/2024 Christian By Christian No Comments on How to check and assign privileges to a MySQL User
How to check and assign privileges to a MySQL User

User management is the process of controlling which users are allowed to connect to the MySQL server. And also, what permissions they are allowed to have on each database. phpMyAdmin does not handle user management, rather it passes the username and password on to the MySQL server which then determines whether a user is permitted…

Read More “How to check and assign privileges to a MySQL User” »

Oracle/MSSQL/MySQL

How to delete a MySQL User Account

Posted on 08/04/202325/03/2024 Christian By Christian No Comments on How to delete a MySQL User Account
How to delete a MySQL User Account

In this article, you will learn how to delete a MySQL User Account. The MySQL user is a record in the USER table of the MySQL server that contains the login information, account privileges, and host information for the MySQL account. Please refer to these related guides: A Review of the VMCE Training and Certification,…

Read More “How to delete a MySQL User Account” »

Oracle/MSSQL/MySQL

How to Install and Configure WordPress on Your Windows Computer Using WAMP SERVER

Posted on 03/09/202221/03/2024 Temitope Odemo By Temitope Odemo No Comments on How to Install and Configure WordPress on Your Windows Computer Using WAMP SERVER
How to Install and Configure WordPress on Your Windows Computer Using WAMP SERVER

In this article, I will be explaining all the steps on how to install and configure WordPress on your Windows computer using WAMP. If you are not ready to purchase a domain name and hosting and you want to complete your website development locally before deploying to the production or live environment then you can…

Read More “How to Install and Configure WordPress on Your Windows Computer Using WAMP SERVER” »

Web Server, Windows

How to Install Zabbix Monitoring Tool on a Linux System

Posted on 30/07/202224/09/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Install Zabbix Monitoring Tool on a Linux System
How to Install Zabbix Monitoring Tool on a Linux System

Zabbix is an efficient monitoring tool for servers, apps, and network devices that is free and open source. It collects system metrics using agents. It also monitors typical services like SMTP and HTTP, and it enables host monitoring using SNMP, TCP, and ICMP checks. Zabbix aims to monitor thousands of servers, virtual machines, and network…

Read More “How to Install Zabbix Monitoring Tool on a Linux System” »

Linux, Oracle/MSSQL/MySQL, Web Server

How to deploy WordPress on Azure App Service

Posted on 26/05/202231/12/2024 Imoh Etuk By Imoh Etuk No Comments on How to deploy WordPress on Azure App Service
How to deploy WordPress on Azure App Service

We’ll install WordPress on Azure App Service for Linux in this tutorial. Though there are several ways to deploy WordPress on Azure, such as using Bitnami WordPress or WordPress for Azure App Service, we will use the standard web deployment approach to maintain complete control over the app resources on Azure. Please see how to…

Read More “How to deploy WordPress on Azure App Service” »

AWS/Azure/OpenShift, Web Server

How to install Amazon RDS using Terraform

Posted on 25/04/202221/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to install Amazon RDS using Terraform
How to install Amazon RDS using Terraform

Amazon Relational Database Service (RDS) is one of Amazon Web Services (AWS) database offerings, and it often necessitates a lot of scrolling about and clicking in the AWS Management Console. While this procedure might take several minutes, if you’re a DevOps or just need to automate it, Terraform and AWS RDS are a perfect match. This article…

Read More “How to install Amazon RDS using Terraform” »

Linux

How to Install LAMP Stack on Ubuntu 18.04

Posted on 22/12/202128/09/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Install LAMP Stack on Ubuntu 18.04
How to Install LAMP Stack on Ubuntu 18.04

The LAMP stack is a collection of open-source tools for developing web applications. In addition, an operating system, a web server, a database, and a programming language are all required for a web application to function. For a database-driven and dynamic website, each layer of software is critical. So, here’s a step-by-step tutorial on how…

Read More “How to Install LAMP Stack on Ubuntu 18.04” »

Linux

Download your MySQL database from Azure to a local PC with MySQL Workbench

Posted on 14/12/202108/04/2023 Temitope Odemo By Temitope Odemo No Comments on Download your MySQL database from Azure to a local PC with MySQL Workbench
Download your MySQL database from Azure to a local PC with MySQL Workbench

MySQL Database is a database service that you can run on your local server. And can also be on a cloud platform like Azure and AWS. MySQL is free to download. It can be used by both small and big corporate organizations to make use of structured query language (SQL). It has some advanced features…

Read More “Download your MySQL database from Azure to a local PC with MySQL Workbench” »

AWS/Azure/OpenShift, Oracle/MSSQL/MySQL, Windows, Windows Server

MySQL Workbench could not connect to MySQL server

Posted on 01/02/202129/03/2023 Christian By Christian No Comments on MySQL Workbench could not connect to MySQL server
MySQL Workbench could not connect to MySQL server

MySQL Database (Db) is a database service that runs on a Local Server and on the Web. It is ideal for both small and large applications and it uses the standard SQL language. MySQL is free to download and use and has the most comprehensive set of advanced features, management tools, and technical support to…

Read More “MySQL Workbench could not connect to MySQL server” »

Oracle/MSSQL/MySQL

How to setup and configure a Lamp stack on CentOS

Posted on 21/11/202004/05/2024 Dickson Victor By Dickson Victor 2 Comments on How to setup and configure a Lamp stack on CentOS
How to setup and configure a Lamp stack on CentOS

LAMP stands for Linux Apache Mysql PHP. This stack is an open-source software used to deliver high-performing web applications comprising of the above-named applications. What this means is that these individual packages are installed together in a stack to enable a server to host dynamic websites and web applications. In this article, I will be…

Read More “How to setup and configure a Lamp stack on CentOS” »

Linux

Migrate Veeam MSSQL Database to a new Microsoft SQL Server

Posted on 04/01/202023/10/2024 Christian By Christian No Comments on Migrate Veeam MSSQL Database to a new Microsoft SQL Server
Migrate Veeam MSSQL Database to a new Microsoft SQL Server

Veeam Backup and Replication is a data protection and disaster recovery solution for virtual, physical, and cloud environments. In this article, you will learn how to Migrate Veeam MSSQL Database to a new Microsoft SQL Server. Kindly refer to these related guides to more about other Veeam products. Advantages of using a 3rd party software for…

Read More “Migrate Veeam MSSQL Database to a new Microsoft SQL Server” »

Backup

How to reset MySQL Root password

Posted on 10/03/201816/08/2023 Christian By Christian No Comments on How to reset MySQL Root password
How to reset MySQL Root password

The MySQL root password allows the root user to have full access to the MySQL database. You must have (Linux) root or (Windows) Administrator access to the Cloud Server to reset the MySQL root password. In this article, you will learn How to reset MySQL Root password. Please see How to delete a MySQL User…

Read More “How to reset MySQL Root password” »

Oracle/MSSQL/MySQL

How to access MySQL Server from command Prompt

Posted on 15/11/201714/08/2023 Christian By Christian No Comments on How to access MySQL Server from command Prompt
How to access MySQL Server from command Prompt

How to access MySQL Server is a crucial skill for streamlined database management. This guide enables efficient navigation, interaction, and execution of SQL commands, ensuring smooth data operations via the command line. However, Explore the art of command prompt access to unveil the full potential of your MySQL Server with this guide on How to…

Read More “How to access MySQL Server from command Prompt” »

Oracle/MSSQL/MySQL

Posts pagination

1 2 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • fix windows activation 0x87E10BC6 error
    Fix Error 0x87E10BC6 on a PC running Windows non-core Edition Windows
  • term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognised
    The term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognized Version Control System
  • Featured image 1
    How and where to find your BitLocker recovery key on Windows Security | Vulnerability Scans and Assessment
  • images copy
    HA-Proxy Configuration File: Copy Between Nodes on Proxmox VE Virtualization
  • chocolatey logo 1
    Windows Package Manager: How to install applications using Chocolatey? Windows
  • MicrosoftOneDrive32
    Microsoft OneDrive Setup: Files On-Demand & Key Features Backup
  • Screenshot 2020 05 19 at 02.57.10
    Create Central Store for Group Policy Administrative Templates Windows Server
  • Fix error Microsoft Outlook cannot sign or encrypt this message when sending email.
    How to fix error “Microsoft Outlook cannot sign or encrypt this message” when sending email? Network | Monitoring

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,839 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive