<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; 配置phpmyadmin</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%E9%85%8D%E7%BD%AEphpmyadmin/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>配置phpmyadmin连接远程 MySQL数据库</title>
		<link>https://www.osyunwei.com/archives/869.html</link>
		<comments>https://www.osyunwei.com/archives/869.html#comments</comments>
		<pubDate>Sat, 05 Nov 2011 04:17:40 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[phpmyadmin连接远程 MySQL]]></category>
		<category><![CDATA[配置phpmyadmin]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=869</guid>
		<description><![CDATA[引言： 1、phpmyadmin程序所在服务器：192.168.1.1，访问地址为：http://192.168.1.1/phpmyadmin 2、MySQL数据库所在服务器：192.168.1.2，已经允许数据库外链，MySQL数据库用户名：admin  密码：123456 3、现在要通过http://192.168.1.1/phpmyadmin来管理服务器192.168.1.2上面的MySQL数据库 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 操作如下： 一、下载phpmyadmin到http://192.168.1.1/phpmyadmin目录       下载地址：http://www.phpmyadmin.net/home_page/downloads.php，找到你需要的版本 例如： http://ncu.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.4.4/phpMyAdmin-3.4.4-all-languages.tar.gz 二、修改phpmyadmin目录中libraries文件夹下的config.default.php文件       1、查找$cfg['PmaAbsoluteUri'] ，将其值设置为http://192.168.1.1/phpmyadmin       2、查找$cfg['Servers'][$i]['host'] ， 将其值设置为192.168.1.2       3、查找$cfg['Servers'][$i]['user'] ， 将其值设置为admin       4、查找$cfg['Servers'][$i]['password'] ， 将其值设置为123456 三、配置完成，现在通过http://192.168.1.1/phpmyadmin 输入数据库用户名：admin 密码：123456 即可访问服务器192.168.1.2上面的MySQL数据库。 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 注意：MySQL数据库不能使用root账户，需要预先新建一个账户，并设置该账户可以远程连接数据库 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/869.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » 配置phpmyadmin连接远程 MySQL数据库<p><a rel="bookmark" href="https://www.osyunwei.com/archives/869.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/869.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
