任何导入/导出MySQL的GUI? [英] Any GUI to import/export MySQL?

查看:62
本文介绍了任何导入/导出MySQL的GUI?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我需要将一个200MB的数据库从一个域导出到另一个域。

phpMyAdmin一段时间后超时并且不理想。


我不介意花钱,如果必须的话,这是相当紧急的。


我只在win32机器上工作,但服务器是Unix机器。

我没有命令行访问服务器。


你们知道我能用的任何东西吗?
<非常感谢


西蒙

解决方案

Simon写道:



我需要将一个200MB的数据库从一个域导出到另一个域。
一段时间后phpMyAdmin超时并且不理想。
<我不介意花钱,但是这很紧急。

我只在win32机器上工作,但服务器是Unix机器。
我不是有命令行访问服务器。

你们都知道吗?我可以使用吗?




看看 www.mysql.com ,他们确实提供了几个与mysql一起使用的
前端。

// Aho


JO Aho写道:

Simon写道:



我需要将一个200MB的数据库从一个域导出到另一个域。一段时间后,phpMyAdmin超时并不理想。

如果必须的话,我不介意花钱,但这很紧急。

我只工作在win32机器上,但服务器是Unix机器。
我没有命令行访问服务器。

你们知道我能用什么吗?



看看 www.mysql.com ,他们确实提供了可以与mysql一起使用的几个前端。

// Aho





哪一个?hte迁移工具包?

-
www.gregerhaga.net


仍在使用PHP:


1.

您可以随时转储一个OUTFILE并插入其他地方作为INFILE

非常快。但是两个mysql用户都需要FILE权限。


2.

如果你可以通过PHP访问shell程序,那么你可以使用

`mysqldump`和`mysqladmin`程序。无需命令行访问。

脱离我的头顶...执行shell命令,如:

`mysqldump -uxxx -pxxx -hlocalhost mydb> ''。/ tmpfile''&&

mysqldump -uzzz -pzzz -hremotehost newdb< ''。/ tmpfile''`


" Simon" < SP ******** @ example.com>在消息中写道

news:46 ************ @ individual.net ...


我需要将一个200MB的数据库从一个域导出到另一个域。
phpMyAdmin在一段时间后超时并且不理想。

我不介意花钱,如果我不得不这样做是非常紧急的。

我只在win32机器上工作,但服务器是Unix机器。
我没有命令行访问服务器。

你们知道我能用什么吗?

非常感谢

Simon



Hi,

I need to export a 200MB database from one domain to another.
phpMyAdmin timeout after a while and is not ideal.

I don''t mind spending money if I have to but this is rather urgent.

I only work on win32 machines but the servers are Unix machines.
I don''t have command line access to the servers.

Do you guys know anything I could use?

Many thanks

Simon

解决方案

Simon wrote:

Hi,

I need to export a 200MB database from one domain to another.
phpMyAdmin timeout after a while and is not ideal.

I don''t mind spending money if I have to but this is rather urgent.

I only work on win32 machines but the servers are Unix machines.
I don''t have command line access to the servers.

Do you guys know anything I could use?



Take a look at www.mysql.com, they do offer a couple of frontends that can be
used with mysql.
//Aho


J.O. Aho wrote:

Simon wrote:

Hi,

I need to export a 200MB database from one domain to another.
phpMyAdmin timeout after a while and is not ideal.

I don''t mind spending money if I have to but this is rather urgent.

I only work on win32 machines but the servers are Unix machines.
I don''t have command line access to the servers.

Do you guys know anything I could use?



Take a look at www.mysql.com, they do offer a couple of frontends that can
be used with mysql.
//Aho


hi
which one?hte migration toolkit?
--
www.gregerhaga.net


still using PHP:

1.
You can always dump an OUTFILE and insert elsewere as an INFILE
very fast. but both mysql users will require FILE privileges.

2.
Plus if you can access shell programs via PHP, so you can use the
`mysqldump` and `mysqladmin` programs. without needing command line access.
off the top of my head ... execute a shell command like:
`mysqldump -uxxx -pxxx -hlocalhost mydb > ''./tmpfile'' &&
mysqldump -uzzz -pzzz -hremotehost newdb < ''./tmpfile'' `


"Simon" <sp********@example.com> wrote in message
news:46************@individual.net...

Hi,

I need to export a 200MB database from one domain to another.
phpMyAdmin timeout after a while and is not ideal.

I don''t mind spending money if I have to but this is rather urgent.

I only work on win32 machines but the servers are Unix machines.
I don''t have command line access to the servers.

Do you guys know anything I could use?

Many thanks

Simon



这篇关于任何导入/导出MySQL的GUI?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆