Home > Backend Development > PHP Tutorial > MySQL数据库转移,access,sql server 转 MySQL 的图文教程_php技巧

MySQL数据库转移,access,sql server 转 MySQL 的图文教程_php技巧

WBOY
Release: 2016-05-17 09:39:11
Original
1094 people have browsed it

ODBC是一种让各种数据库具有相同界面的应用程序界面

先到php爱好者站的http://www.phpfans.net/download.php?cid=1&page=3下载mysql odbc driver。目前最新版本为v5
由于版本5容易出现乱码问题,强烈要求用版本 3.51

/*
作者:我不是鱼
网址:http://www.phpfans.net
博客:http://www.phpfans.net/space/index.php/2
email:deng5765@163.com
qq:245821218
*/

安装mysql odbc driver。。。

1。先用phpmyadmin建一个test的数据库,目前没用任何数据表在其中



2.打开[控制面板][管理工具]双击[数据库(ODBC)]
   选取[系统数据源]标签,再点击[添加]


更多文章 php爱好者站 http://www.phpfans.net

3。打开一个access数据库
  (1)选择一个表,导出。。。



  (2)选择[odbc数据库]

4。选取[机器数据源]标签,选择我们之前设置的dwmxphp然后[确定]



5。执行完成后打开phpmyadmin看看。。没错,那就是我们刚才导入的数据


Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template