博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MySQL:Database connections will be migrated官方说明
阅读量:6969 次
发布时间:2019-06-27

本文共 3212 字,大约阅读时间需要 10 分钟。

hot3.png

Database connections will be migrated

Posted by:  

Date: May 23, 2017 07:22PM

 

The Notifier has been popping up for the last couple of days with the msg: 

Database connections will be migrated 
Connections will be migrated to use MySQL Workbench's connections file. 
I don't really know what it means, so I'm very concerned that it may affect connections to clients' MySQL servers etc. I use SQLyog to connect remotely. 
Will it affect things like this?
Max Hugen 
Australia

 

 

Re: Database connections will be migrated

Posted by:  

Date: August 08, 2017 04:25PM

 

Hi All, 

I am going to attempt to answer your question. 
Some products are able to share connection information to MySQL Server instances with MySQL Workbench. The products that do this are MySQL for Excel, MySQL Notifier and MySQL for Visual Studio. 
By sharing connection information this means that if MySQL Workbench is installed in the same computer, all of these programs will attempt to use the same configuration file where MySQL Workbench stores the information about connections. 
So, if any of the 3 aforementioned products are installed but MySQL Workbench is not, they will fallback to use their own separate configuration file to store connection information, but as soon as they detect MySQL Workbench is present, they will attempt to migrate or move the connections stored in the separate configuration file to the file MySQL Workbench uses. 
The product presents a dialog with the message you have been talking about in this forum thread. You should notice there is a More Info button displayed in that dialog. If you click it an information message like this will be shown: 
{APP_NAME} now works with the connections file used by MySQL Workbench if it is installed. 
{APP_NAME} will attempt to merge all existing connections with MySQL Workbench and in order to do this MySQL Workbench must not be running. 
Please make sure MySQL Workbench is closed to continue with the merging operation. 
If you choose not to migrate connections now, you will be prompted later to perform the migration. 
Also note that in the latest versions of the 3 aforementioned products the migration of connection information can be delayed to be done at a later time or delayed indefinitely, which means the connection information will remain in the product's configuration file until a manual migration of this information is performed. 
Best regards.
==================================== 
Javier Treviño 
MySQL on Windows Team

 

 

Re: Database connections will be migrated

Posted by:  

Date: November 02, 2017 01:42AM

 

So is it a good idea to let it happen or not?

 

 

Re: Database connections will be migrated

Posted by:  

Date: January 15, 2018 12:42PM

 

Hi Bob, 

I can't answer that question for you. 
It all depends on your preference to have different connections for each separate MySQL client application (in which case you should NOT migrate them), or if you prefer to see the same connections shared among MySQL client applications regardless of which client app you used to create it (in which case you should migrate them). 
Best regards.
==================================== 
Javier Treviño 
MySQL on Windows Team

 

 

本文内容全部摘录自MySQL官方问答:

转载于:https://my.oschina.net/ZhenyuanLiu/blog/1823611

你可能感兴趣的文章
怎么让composer加速
查看>>
win8和win7下解决php5.3和5.4、5.5等不能加载php_curl.dll的终极解决办法 收藏
查看>>
浅谈C++中指针和引用的区别
查看>>
解决mybatis使用枚举的转换
查看>>
Java 中常用缓存Cache机制的实现《二》
查看>>
Intellij Idea 常用快捷键
查看>>
SDWebImage 加载网络图片失败,重新运行,就能加载成功。
查看>>
Lamp后端开发技能表v0.1(转)
查看>>
java集群之session共享解决方案
查看>>
HTML - HTML Commonly Used Character Entities
查看>>
NGUI裁剪模型和粒子
查看>>
hiho_1086_browser_caching
查看>>
绘制图表改变其大小
查看>>
观察者模式
查看>>
利用Nodejs快速构建应用原型
查看>>
【iOS】UITabView/UICollectionView 全选问题
查看>>
Xamarin Android提示内存溢出错误
查看>>
使用Objective-C的文档生成工具:appledoc
查看>>
制作 macOS Sierra 正式版U盘USB启动安装盘方法教程 (全新安装 Mac 系统)
查看>>
maven install 时提示“程序包 javax.crypto不存在”
查看>>