Table of Contents
Steps to install Adminer on Windows 11 or 10
1. Enable WSL on Windows
2. Install the Ubuntu distribution
3. Install Adminer on Windows 10 or 11
4. Start Apache and enable Adminer Config
5. Enter the login screen
Home Common Problem Steps to install Adminer on Windows 10 or 11

Steps to install Adminer on Windows 10 or 11

Apr 23, 2023 pm 04:40 PM
sudo windows system adminer

Steps to install Adminer on Windows 11 or 10

You can follow these steps to install Adminer on both Windows 11 and 10 operating systems to manage different database systems.

1. Enable WSL on Windows

If you have already enabled WSL, then go to the next step, otherwise go to the Windows Start menu and type "Turn Windows features on or off" and open it when its icon appears.

Scroll down to Windows Subsystem for Linux, select it, and click the OK button. After WSL installation is complete, a dialog box will appear asking you to restart the system.

2. Install the Ubuntu distribution

Next, right-click your Windows Start button and select Powershell (Admin) or Windows Terminal (Admin), whatever your situation. After that type the given command to install the latest version of Ubuntu distribution on Windows 10 or 11.

wsl --install -d Ubuntu
Copy after login

Soon, the Ubuntu WSL distribution will be installed on your Windows system.

3. Install Adminer on Windows 10 or 11

We already have a Linux distribution on our system, now we can follow further commands just like in Linux. To do this, open the Ubuntu distribution you just installed for WSL. To do this, you can click on the Windows Start menu and type – Ubuntu. When its icon appears, click to run it.

Run System Update:

We just installed Ubuntu and ran a system update command to update its APT index cache.

sudo apt update
Copy after login

Admin Installation

We don’t need to add any third-party repository to install Adminer on Ubuntu. Because its packages are already available through Ubuntu’s default repository using the APT package manager.

sudo apt install adminer -y
Copy after login

The above command will also install the Apache web server and PHP and extensions required to run Adminer on Windows WSL.

4. Start Apache and enable Adminer Config

After Adminer installation is complete, we need to start the Apache web server service and enable the vHost configuration file available to Adminer. This allows us to access it in a web browser.

sudo service apache2 start
Copy after login
sudo a2enconf adminer
Copy after login
sudo service apache2 reload
Copy after login

5. Enter the login screen

Open a web browser on Windows 10 or 11 and type -127.0.0.1/ in its URL box adminer,Soon you will see the login interface of the database.

  • Select the database type from the drop-down box
  • Enter the server address where the database is installed
  • and then enter Username and Password
如何在 Windows 10 或 11 上安装 Adminer?
如何在 Windows 10 或 11 上安装 Adminer?
##Uninstall (can be Option)

If after some time you want to remove Adminer from Windows WSL, please run the following command:

sudo apt autoremove --purge adminer
Copy after login

The above is the detailed content of Steps to install Adminer on Windows 10 or 11. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to disable driver signature enforcement in Windows 11 How to disable driver signature enforcement in Windows 11 May 20, 2023 pm 02:17 PM

Microsoft has built several security features into Windows to ensure your PC remains secure. One of them is driver signature enforcement in Windows 11. When this feature is enabled, it ensures that only drivers digitally signed by Microsoft can be installed on the system. This helps most of the users to a great extent as it protects them. But there is a downside to enabling driver signature enforcement. Suppose you find a driver that works for your device, but it is not signed by Microsoft, although it is completely safe. But you won't be able to install it. Therefore, you must know how to disable driver signing in Windows 11

How to fix Windows 11 activation error 0xc004c060 How to fix Windows 11 activation error 0xc004c060 May 17, 2023 pm 08:47 PM

Why am I encountering Windows 11 activation error 0xc004c060? First make sure you are using genuine Windows and that the license key is valid. Also, check if it was obtained from an official source and if the key is suitable for the installed OS version. If there is an issue with any of these, you may encounter Windows 11 activation error 0xc004c060. So be sure to verify these and if you find everything is in order, move on to the next section. If you obtained the key through unreliable means or believe that the installed copy is a pirated version, you will need to purchase a valid key from Microsoft. In addition to this, misconfigured settings, missing

0x80010105: How to fix this Windows update error 0x80010105: How to fix this Windows update error May 17, 2023 pm 05:44 PM

Microsoft regularly releases Windows updates to improve functionality or increase the security of the operating system. You can ignore some of these updates, but it's important to always install security updates. While installing these updates, you may encounter error code; 0x80010105. An unstable connection usually causes most update errors, and once the connection is reestablished you're good to go. However, some require more technical troubleshooting, such as the 0x80010105 error, which is what we will see in this article. What causes WindowsUpdate error 0x80010105? This error may occur if your computer has not been updated in a while. Some users may have permanently disabled W for their reasons

5 Ways to Disable Delivery Optimization Service in Windows 5 Ways to Disable Delivery Optimization Service in Windows May 17, 2023 am 09:31 AM

There are many reasons why you might want to disable the Delivery Optimization service on your Windows computer. However, our readers complained about not knowing the correct steps to follow. This guide discusses how to disable the Delivery Optimization service in a few steps. To learn more about services, you may want to check out our How to open services.msc guide for more information. What does Delivery Optimization Service do? Delivery Optimization Service is an HTTP downloader with cloud hosting solution. It allows Windows devices to download Windows updates, upgrades, applications and other large package files from alternative sources. Additionally, it helps reduce bandwidth consumption by allowing multiple devices in a deployment to download these packages. In addition, Windo

How to disable display scaling for high DPI settings in Windows 11 or 10 How to disable display scaling for high DPI settings in Windows 11 or 10 May 22, 2023 pm 10:11 PM

The default display scaling feature on Windows 10 or later is a core component of the Windows operating system. But sometimes, this feature of certain apps can cause compatibility issues, unreadable text, blurry logos, and ultimately, app crashes. This can be a huge headache if you're dealing with 2160p or higher resolutions. There are many ways to disable the default display scaling feature on high DPI settings. We've selected the best ones and detailed step-by-step instructions for each process. How to Disable Display Scaling on High DPI Settings There is a way, all you have to do is disable high DPI scaling for a single application, and there is a way to do it for the entire Window

How to disable core parking on Windows 10 How to disable core parking on Windows 10 May 16, 2023 pm 01:07 PM

If you are a Windows user and want to disable the core parking functionality in your system, this article will guide you through the process. What is core parking? The core parking function is a power saving mechanism. It puts some of your processors into a sleep mode that doesn't perform any tasks and consumes very little or no power. This helps reduce energy consumption and therefore heat in the system. These cores are unparked when needed. Few users need to disable this feature, especially gamers. Disabling this feature will improve your system performance. Disable Windows Core Parking using Windows Registry Editor Step 1: Use Windows + R keys simultaneously to open the run prompt. Step 2: At the run prompt

10 Ways to Fix Corrupted Registry Keys in Windows 11: A Step-by-Step Guide 10 Ways to Fix Corrupted Registry Keys in Windows 11: A Step-by-Step Guide May 15, 2023 pm 04:10 PM

Click to enter: ChatGPT tool plug-in navigation. Ordinary Windows users may never have to access the Windows registry, but various applications and Windows services do. If the registry keys go bad, you will experience various issues such as higher CPU usage, random system crashes, extended startup and shutdown times, and sub-par global performance. Needless to say, the registry must remain functioning properly. What is the Windows Registry? The Windows Registry is a system-wide repository of files and settings that stores important information about Windows, user preferences, applications, hardware, and many other important parts that make up your personal computer. This data is stored in "

How to disable DVR and turn off Game Bar in Windows 11 How to disable DVR and turn off Game Bar in Windows 11 May 16, 2023 pm 08:58 PM

Xbox Game Bar is the most popular addition to Windows 11 on gaming PCs. However, users who don't play any Windows games on low-spec productivity PCs don't need GameBar and its recording capabilities. If you don't need it, the Game Bar is a waste of system resources. Therefore, productivity users who don't need GameBar functionality will undoubtedly prefer to disable it entirely. Although some GameBar controls from Windows 10 are missing in 11, you can still turn them off in Microsoft's latest desktop platform. What is a game hard disk recorder? GameDVR is the recording function of GameBar. This option enables background recording of the game to help players capture more spectacular