找出 ec2 实例上的 MySQL 数据信息
我在 EC2 实例上安装了 MySQL,需要获取有关该数据库的一些信息,以便我可以在其上设置 pligg。
它需要的信息是:数据库名称、用户名、密码、数据库服务器和表前缀。有没有一种简单的方法来检索这些信息?我认为我需要使用 PuTTy,但我找不到有关它的具体信息。
谢谢
I installed MySQL on an EC2 instance and need to get some information about that database so I can setup pligg on it.
The info it needs are: Database Name, Username, Password, Database Server and Table Prefix. Is there a simple way to retrieve this information? I assume I need to use PuTTy but I couldn't find specific info on it.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
数据库服务器很可能是 localhost,其余的是您必须设置的值。无论您要安装什么应用程序,其文档都应该提供有关如何创建这些应用程序的教程。
如果应用程序提供了要运行的 SQL 脚本而您没有,您可能会发现 phpMyAdmin 很有用想使用命令行。
The database server is most likely to be localhost and the rest are values that you must set. The docs for whatever application you are installing should give a tutorial on how to create these.
You might find phpMyAdmin useful if the application provides a SQL script to run and you don't want to use the command line.