Re: Is there anything similar to phpmyadmin

2014-09-23 Thread Jani Tiainen
I personally like DBeaver, since it can handle several types of DBMSes out of the box. And it's free. There are prebuilt packages for pretty much any major os/distribution. On Mon, 22 Sep 2014 19:37:26 -0700 (PDT) Yuan-Liang Tang wrote: > Thanks, but I'd like to use something open and free ;-)

Re: Is there anything similar to phpmyadmin

2014-09-23 Thread alTus
Well, you know it's more about personal comfort and specific needs. I didn't actually work with workbench but it seems that it's nice software. Also you can consider these ones: HeidiSQL (free and I've heard some good responses about it but needs wine) EMS SQL Studio (lite version is free) воскрес

Re: Is there anything similar to phpmyadmin

2014-09-22 Thread Yuan-Liang Tang
Thanks, but I'd like to use something open and free ;-) Per your suggestions about native apps, MySQL Workbench, included in Ubuntu's Software Center, seems to be a good solution? Thangs a lot. alTus於 2014年9月23日星期二UTC+8上午7時21分36秒寫道: > > I've come to the fact that standalone apps on your client

Re: Is there anything similar to phpmyadmin

2014-09-22 Thread alTus
I've come to the fact that standalone apps on your client computer are much more handy for db management. All you need is to set up ssh tunnel to your server. Native apps generally work faster and also allow you not to waste time setting up _stuff_ on the server. SQLYog is a very good program fo

Re: Is there anything similar to phpmyadmin

2014-09-22 Thread Aaron C. de Bruyn
You might consider setting up your database connection string, then doing a 'python manage.py inspectdb'. This will spit out a bunch of model definitions. Paste them into your models.py, and add them in admin.py, and you have an interface for managing a database. -A On Sat, Sep 20, 2014 at 6:38

Re: Is there anything similar to phpmyadmin

2014-09-22 Thread Fred Stluka
There's some really nice DB admin functionality in PyCharm. It's not open source, or even free, and it's not written in Python, but it's part of an IDE that I use (and many others here?) for developing our Python/Django code. Hope this helps! --Fred --

Re: Is there anything similar to phpmyadmin

2014-09-21 Thread Avraham Serour
yes, pgadmin is for postgres. also it is a standalone app, not django or even python based. On Sun, Sep 21, 2014 at 8:37 AM, Yuan-Liang Tang wrote: > But pgadmin is for postgres, right? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > T

Re: Is there anything similar to phpmyadmin

2014-09-20 Thread Yuan-Liang Tang
But pgadmin is for postgres, right? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email

Re: Is there anything similar to phpmyadmin

2014-09-20 Thread Joel Khan
That would be pg admin On Sep 20, 2014 8:38 PM, "Yuan-Liang Tang" wrote: > I'd like to know if there is anything/anyway similar to phpmyadmin for > managing MySQL DBs in a Django project or in the Python environment. Any > suggestions? > > django-mysql-manage seems to be dead. > > https://pypi.py

Is there anything similar to phpmyadmin

2014-09-20 Thread Yuan-Liang Tang
I'd like to know if there is anything/anyway similar to phpmyadmin for managing MySQL DBs in a Django project or in the Python environment. Any suggestions? django-mysql-manage seems to be dead. https://pypi.python.org/pypi/django-mysql-manager/0.1.2 -- You received this message because you ar