Good MySQL Client (Windows) - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Good MySQL Client (Windows) (/showthread.php?tid=27926) Good MySQL Client (Windows) by leito on 06-30-2004 at 05:09 AM I work for a webpage and their hosting gave them 1 Database. I have the user name, the database name, and the host. They don't use phpMyAdmin, is there something similar that I could use from my computer, like a Windows Client? RE: Good MySQL Client (Windows) by WDZ on 06-30-2004 at 05:22 AM
Well, I've never tried it, but there's this: http://www.mysql.com/products/mysqlcc/ quote:You might not be able to connect remotely though, because as far as I know, most MySQL servers are configured to only allow connections from localhost and/or specific clients. RE: Good MySQL Client (Windows) by leito on 06-30-2004 at 05:34 AM
I have just connect using MySQLManager and from my computer's localhost php scripts, but... nothing so easy as in phpMyAdmin. RE: Good MySQL Client (Windows) by bach_m on 06-30-2004 at 10:50 AM
its possible to just edit the config files of phpMyAdmin, and then upload it. thats what i use. RE: Good MySQL Client (Windows) by Chris.1 on 06-30-2004 at 01:16 PM Do as bach_m said, but you should be able to password protect PHPMyAdmin (or at least use apache authentication to password the directory) so that no one else can come along and mess with your database. RE: Good MySQL Client (Windows) by leito on 07-01-2004 at 07:17 AM
quote: Can I have a copy of a modified phpMyAdmin, that way I will only have to change the host, username, password, or something similar. RE: Good MySQL Client (Windows) by bach_m on 07-01-2004 at 01:40 PM
all i did was just download the file from the phpMyAdmin server and change the host, username and database name in the config file, so it seems rather superfullous to send u a copy of mine. RE: Good MySQL Client (Windows) by leito on 07-02-2004 at 01:27 AM Can I use it from a Localhost, since my MySQL server allows remote connections? RE: Good MySQL Client (Windows) by bach_m on 07-02-2004 at 02:06 AM maybe, but you need to run it from a PHP server, so why not just FTP it to ur main directory, and run it from there? RE: Good MySQL Client (Windows) by leito on 07-02-2004 at 04:33 AM I use, apache to test my php files in my computer, I'll try that, and post the results here. |