Will add a install.php for that :)<br><br><div class="gmail_quote">2011/5/12 Adam Farrugia <span dir="ltr"><<a href="mailto:uqafarru@fdn.uq.edu.au">uqafarru@fdn.uq.edu.au</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
mysql -u [username] -p[password] opensim < groups.sql<br>
<div class="im"><br>
<br>
<br>
>I am currently trying to get groups working.  Something I haven't done<br>
>in ages.  That was until jor3l pointed me out to thier fixes.  One<br>
>problem for me.  It has been a long time since I tried the flotsom<br>
>version and assume I still have to add the groups.sql file to my opensim<br>
>database.  I forgot the commands to do that.  Could someone remind me<br>
>how to do that?  I don't want to loose any data in the mean time.<br>
<br>
>Thanks for your spare time.<br>
>InuYasha.<br>
<br>
<br>
</div>Hi InYasha,<br>
<br>
Execute the following from the command line:<br>
<br>
mysql -u [username] -p[password] opensim < groups.sql<br>
<br>
The above syntax assumes that your opensim database is called "opensim" and that the sql file is actually called "groups.sql". The username and password are the ones with the necessary permissions for the opensim database. If you haven't defined them you can use the root username and password for your mysql instance.<br>

<br>
If you are under windows, you'll need to execute the  command in the command prompt from the location where the bin directory is located.<br>
<br>
Rgds,<br>
<font color="#888888"><br>
Adam Farrugia<br>
PIER Virtual<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</font></blockquote></div><br>