2

I'm familiar with MS SQL server 2008 and I want to switch to an more open minded/source DBMS; I found out that phpmyadmin is the most widely used tool to manages mySQL databases but I find it very difficult to work with. In SQL server I was used to create tables from the designer (in diagram -> add new table) and only if I needed some extra features I actually modified the table. Can I do the same thing from phpmyadmin? I really hate that every time I create a new table to be asked how many rows it will have and there are plenty of options displayed even if I do not use them. So any alternatives???

P.S. mySQL workbench seems the right tool for me but I think you are not able to create tables from the designer only to edit existing tables. (Correct me if I'm wrong)

4

4 回答 4

2

您可以使用设计器界面在 MySQL 工作台中创建表,如果您正在寻找替代品,请尝试HeidiSQLSQLYOG,更多选项请访问此

于 2012-04-10T09:10:14.303 回答
2

您可以使用工作台直观地创建表格。查看这篇文章 http://net.tutsplus.com/tutorials/databases/visual-database-creation-with-mysql-workbench/

于 2012-04-10T09:11:15.057 回答
2

我推荐Chive作为一个简单的基于 Web 的解决方案

于 2013-09-27T18:07:30.107 回答
1

试试 Webdbadmin。

http://www.webdbadmin.com是我向您推荐的。

像桌面应用程序一样工作,但它是基于网络的。

于 2013-09-27T11:39:17.637 回答