On 04/27/2011 04:42 PM, Adam Farrugia wrote:
> wrote:
>>> phpMyAdmin documentation is here:
>>>
>>> http://www.phpmyadmin.net/documentation/
>>>
>>> Great front end, much easier than it looks at first.
>> Just a note that phpMyAdmin is widely known for security problems (in other 
>> words hackers tend to learn how to break into your computer via each new 
>> version).  I wouldn't run it on any computer with data on that I cared 
>> about.  On the other hand if you're just running OpenSim as a hobby and your 
>> accounts don't have valuable passwords on, there's no real reason not to try 
>> it.
> I would run phpmyadmin only behind a firewalled access. so only 1 or a
> few can access it. then phpmyadmin is good useable.
>
>
MySQL Workbench looks OK too. Run it on your workstation and access your
remote database from there. You can use an ssh tunnel to your remote
database and connect the MySQL workbench to the port on your local side
by telling it your connection is to 3306 on localhost...

MySQL Workbench: http://wb.mysql.com/
ssh tunnel : ssh -L 3306:localhost:3306 [email protected]

BlueWall

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to