Web Hosting Talk







View Full Version : MySQL GUI


Juan
04-18-2001, 09:07 AM
Do you guys know a tool with which I can use my MySQL server? Not only to create databases but also to create users, to grant access to databases etc etc.

captnroger
04-18-2001, 09:20 AM
sure...phpmysql will do the trick!

DHWWnet
04-18-2001, 01:02 PM
Try http://www.phpwizard.net , phpmyadmin is free.

addady
04-19-2001, 05:55 AM
http://www.gossamer-threads.com/scripts/mysqlman/index.htm

Domenico
04-19-2001, 10:04 AM
Try MASCON at http://www.scibit.com (demo available) or MySQLGUI at http://www.mysql.com (free).

They work exellent especially MASCON wich is a very superb product in my opinion...

Domenico

Doug
04-20-2001, 12:27 AM
Originally posted by Domenico
Try MASCON at http://www.scibit.com (demo available) or MySQLGUI at http://www.mysql.com (free).

They work exellent especially MASCON wich is a very superb product in my opinion...

Domenico

Hi,

Would either of the above have an advantage over Phpmyadmin?

vizi
04-20-2001, 03:58 AM
If I'm not mistaken, MASCON is a win32 progy that runs on the client. I think it uses myodbc to connect to a mysql server.

Phpmyadmin is a PHP script that you run on the server to access your mysql database.