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

2015-01-24信息快讯网
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的数据库,目前没用任何数据表在其中

screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/upload/20070902215002155.jpg');}" src="http://files.jb51.net/upload/20070902215002155.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>



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

screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/upload/20070902215003874.jpg');}" src="http://files.jb51.net/upload/20070902215003874.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>


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

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

screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/upload/20070902215003280.jpg');}" src="http://files.jb51.net/upload/20070902215003280.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>



  (2)选择[odbc数据库]

screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/upload/20070902215003353.jpg');}" src="http://files.jb51.net/upload/20070902215003353.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>

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

screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/upload/20070902215003157.jpg');}" src="http://files.jb51.net/upload/20070902215003157.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>



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

screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('/upload/20070902215004456.jpg');}" src="http://files.jb51.net/upload/20070902215004456.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>


PHP编程过程中需要了解的this,self,parent的区别
php jquery 实现新闻标签分类与无刷新分页
PHP下编码转换函数mb_convert_encoding与iconv的使用说明
PHP MYSQL乱码问题,使用SET NAMES utf8校正
php操作sqlserver关于时间日期读取的小小见解
php session_start()关于Cannot send session cache limiter - headers already sent错误解决方法
PHP Session变量不能传送到下一页的解决方法
在mysql数据库原有字段后增加新内容
Ajax PHP 边学边练 之三 数据库
MYSQL 小技巧 -- LAST_INSERT_ID
PHP 批量删除数据的方法分析
php 网页游戏开发入门教程一(webgame+design)
Wordpress php 分页代码
PHP5 操作MySQL数据库基础代码
从Web查询数据库之PHP与MySQL篇
利用static实现表格的颜色隔行显示的代码
Bo-Blog专用的给Windows服务器的IIS Rewrite程序
wordpress之wp-settings.php
php中ob(Output Buffer 输出缓冲)函数使用方法
php为什么选mysql作为数据库? Mysql 创建用户方法
解决php中Cannot send session cache limiter 的问题的方法
escape unescape的php下的实现方法
15种PHP Encoder的比较
Linux下ZendOptimizer的安装与配置方法
如何提高MYSQL数据库的查询统计速度 select 索引应用
动易数据转成dedecms的php程序
经典的PHPer为什么被认为是草根?
PHP+Ajax 网站SEO查询工具 提供代码第1/3页
用PHP写的MySQL数据库用户认证系统代码
PHP5中的this,self和parent关键字详解教程
PHP_MySQL教程-第二天while循环与数据库操作第1/2页
PHP session常见问题集锦及解决办法总结
php中的session完全教程第1/2页
©2014-2024 dbsqp.com