Windows Server 2016 配置指南 之 安装 phpMyAdmin

简介: 对于新手来说没有 GUI 的命令行的时候是比较麻烦的,因此有必要介绍一下几种适合新手的两种 GUI 控制 MySQL或MariaDB 的方法。这里介绍一下 phpMyAdmin 。

对于新手来说没有 GUI 的命令行的时候是比较麻烦的,因此有必要介绍一下几种适合新手的两种 GUI 控制 MySQL或MariaDB 的方法。这里介绍一下 phpMyAdmin 。

phpMyAdmin

是著名的 Web-GUI 的数据库管理工具了,教程极多,用途极广,且有简体中文语言支持。缺点在于必须要在 PHP 环境中运行,且执行大文件导入作业容易假死。

一、下载和解压

https://www.phpmyadmin.net/downloads/ 下载最新版本的 phpMyAdmin。
然后,解压到对应的IIS网站的 wwwroot 目录下。

二、php 拓展支持

phpMyAdmin 需要 mbstring 拓展支持,所以我们在 php.ini 中加入支持。

;extension=php_mbstring.dll 改为 extension=php_mbstring.dll

请输入图片描述

三、访问和操作

输入对应 IIS网站域名/phpMyAdmin 即可访问,具体操作么,如果不会的可以通过搜索引擎工具学习,这里就不阐述了。

五介绍

请输入图片描述

来自:https://www.mf8.biz/archives/46/

目录
相关文章
|
7天前
|
存储 负载均衡 Java
如何配置Windows主机MPIO多路径访问存储系统
Windows主机多路径(MPIO)是一种技术,用于在客户端计算机上配置多个路径到存储设备,以提高数据访问的可靠性和性能。本文以Windows2012 R2版本为例介绍如何在客户端主机和存储系统配置多路径访问。
47 13
如何配置Windows主机MPIO多路径访问存储系统
|
23天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
23天前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
27天前
|
网络协议 Windows
Windows Server 2019 DHCP服务器搭建
Windows Server 2019 DHCP服务器搭建
|
25天前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
36 0
Windows 平台安装 MongoDB
|
28天前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
29 4
|
27天前
|
网络协议 定位技术 Windows
Windows Server 2019 DNS服务器搭建
Windows Server 2019 DNS服务器搭建
|
15天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
19 0
|
23天前
|
Windows
安装Windows XP系统
安装Windows XP系统
|
23天前
|
安全 网络协议 数据安全/隐私保护
Windows Server 2019 搭建并加入域
Windows Server 2019 搭建并加入域