1.首先在你的Mysql数据库中新建你需要导入的数据库。
例如,我要导入数据库hacker,在Mysql数据库中新建一个hacker的数据库。
新建的hacker数据库中没有东西。
2.选择新建数据库的表右击选择 [运行SQL文件]
3.会弹出
然后选择
选择你数据库 *.sql 文件
点击开始,然后关闭,就OK了!
...
分类:
数据库 时间:
2014-12-29 20:08:31
阅读次数:
223
protected void Button1_Click(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(System.Configuration.ConfigurationManager....
分类:
数据库 时间:
2014-12-28 01:47:04
阅读次数:
267
1- 导入数据库的SID,如果没有定义的话 export?ORACLE_SID=database 2- 以操作系统认证连接数据库 [oracle@Oracle11?~]$?sqlplus?/?as?sysdba
SQL*Plus:?Release?11.2.0.1.0?Production?on?Mon?D...
分类:
数据库 时间:
2014-12-25 10:11:12
阅读次数:
218
刚到公司,需要为团队开发作一些准备 新接触了局域空间 TortoiseSVN版本控制 navicat for mysql工具的多线程导入数据库 因为公司使用的PinPHP框架,虽说也是TP的扩展,但是里面对类库的调用以及一些命名,很多很多都很陌生,不觉有些惶恐. 头儿灰机和雅哥都很亲民...
分类:
其他好文 时间:
2014-12-24 01:10:35
阅读次数:
161
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind...
分类:
数据库 时间:
2014-12-22 12:42:37
阅读次数:
253
接Solr-4.10.2与Tomcat整合。1、在solrconfig.xml中添加数据导入节点,solrconfig.xml路径为D:\solr\data\solr\collection1\conf\solrconfig.xml。 data-config.xml 2、在D:\solr\dat...
分类:
数据库 时间:
2014-12-21 17:58:06
阅读次数:
252
wamp2.464位;mysql5.6.12用mysqldump导出数据库(需到wamp\bin\mysql\mysql_5.6.12\bin\下。即须要用mysqldump.exe导出),命令:mysqldump-uroot-ppasswordoas>oas.sql其中root是自己数据库帐号、password是自己数据库密码、oas是自己的数据库。数据库导入:1,数据库中需..
分类:
数据库 时间:
2014-12-20 18:25:27
阅读次数:
226
Excel如下,这页工作表名叫“线路”数据库表如下 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Data; 6 us...
分类:
数据库 时间:
2014-12-18 10:09:45
阅读次数:
253
public class SqlBulk { public static void InsertTable(DataTable dt, string TabelName, DataColumnCollection dtColum) { string st...
分类:
数据库 时间:
2014-12-17 18:19:04
阅读次数:
219
一、导出数据库1、进入MySQL目录下的bin文件夹运行cmd ;在窗口输入命令 d: 进入d盘;输入 cdProgram Files\MySQL\MySQL Server 5.7\bin 命令进入bin文件2、输入命令mysqldump --default-character-set=utf8 -...
分类:
数据库 时间:
2014-12-16 19:03:51
阅读次数:
204