how do I allow someone to access a DB via a URL? - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Web Server Support and Setup Help (https://www.supportforums.net/forumdisplay.php?fid=37) +---- Thread: how do I allow someone to access a DB via a URL? (/showthread.php?tid=20844) |
how do I allow someone to access a DB via a URL? - andrewjs18 - 07-26-2011 I'm on shared hosting through host monster and am wondering how I could go about allowing someone to have direct access to a specific database so that person can work on it. is this possible? RE: how do I allow someone to access a DB via a URL? - Kyle FYI™ - 07-28-2011 Hmmm, I'm not sure if you can... RE: how do I allow someone to access a DB via a URL? - Deceive - 08-03-2011 Couldn't you just do a database backup? I'm pretty sure almost all hosting companies allow DB backups... RE: how do I allow someone to access a DB via a URL? - timestandstill - 08-18-2011 http://www.sqlbuddy.com/ You could also use phpMyAdmin but this one is nicer. RE: how do I allow someone to access a DB via a URL? - WhosYourDaddy - 08-21-2011 There is a magic tool called phpMyAdmin written in PHP intended to handle the administration of MySQL with the use of a Browser. That's all you need. RE: how do I allow someone to access a DB via a URL? - 0ld_F4T_N!gg4™ - 08-21-2011 You can use PhpMyAdmin. It's the solution of all your problems mate. Good luck with your problems. Thanks. RE: how do I allow someone to access a DB via a URL? - WhosYourDaddy - 08-21-2011 (08-21-2011, 10:48 AM)0ld_F4T_N!gg4™ Wrote: You can use PhpMyAdmin. It's the solution of all your problems mate. Good luck with your problems. Thanks. Didn't we already clarify it that you can do this with phpMyAdmin ? RE: how do I allow someone to access a DB via a URL? - andrewjs18 - 08-30-2011 (08-18-2011, 03:32 AM)timestandstill Wrote: http://www.sqlbuddy.com/ thanks, that works great! RE: how do I allow someone to access a DB via a URL? - bateyy - 09-08-2011 Was going to answer with sqlbuddy.com but yeah some noob got there first! |