使用MySQL Workbench搜索所有表 [英] Search all tables using MySQL Workbench

查看:665
本文介绍了使用MySQL Workbench搜索所有表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以使用MySQL GUI在所有表中搜索字符串吗?

Can I search all tables for a string with the MySQL GUI?

或者是这样的: mySQL查询来搜索数据库中的所有表以查找字符串?唯一的解决方案?

Or is something like this: mySQL query to search all tables within a database for a string? the only solution?

推荐答案

是.

Schema Tree中选择要搜索的表和/或模式,右键单击,然后从上下文菜单中选择Search Data Table....

From the Schema Tree, choose the tables and/or schemas you want to search, right click and then select Search Data Table... from the context menu.

搜索有一些选项:

搜索以下表字段:"CONTAINS""Search using =""Search using LIKE""Search using REGEXP".这些搜索选项不区分大小写.

Search for table fields that: "CONTAINS", "Search using =", "Search using LIKE", "Search using REGEXP". These search options are case-insensitive.

您可以在官方文档.

这篇关于使用MySQL Workbench搜索所有表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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