Author: seba.wagner
Date: Thu Sep 18 10:21:33 2008
New Revision: 1544
Modified:
wiki/InstallationOfRelease051.wiki
Log:
some tip for getting mysql schema
Modified: wiki/InstallationOfRelease051.wiki
==============================================================================
--- wiki/InstallationOfRelease051.wiki (original)
+++ wiki/InstallationOfRelease051.wiki Thu Sep 18 10:21:33 2008
@@ -71,4 +71,8 @@
* If you have Problems with conversion-jobs check your Red5-Log output.
There will be error Messages which help you. You must
install !OpenOffice, !ImageMagick, !GhostScript and SWFTools to run all
conversion-Jobs correctly.
* if you have problems in converting Files check the Batch-Scripts in
$OPENMEETINGS_HOME/jod
* If you want to use red5 as a service (without red5.bat), you need to
move red5\wrapper\wrapper.exe to red5\wrapper.exe. Then change some path in
conf\wrapper.conf (like ..\lib\foo.jar to lib\foo.jar). And finally change
the register key in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Red5\ImagePath to
point to the new wrapper.
- * For connecting and running Apache + Red5 both on Port 80 see Nils
Eckert's Tutorial about doing it (German)
http://wiki.nils-eckert.de/red5/apache-proxy
\ No newline at end of file
+ * For connecting and running Apache + Red5 both on Port 80 see Nils
Eckert's Tutorial about doing it (German)
http://wiki.nils-eckert.de/red5/apache-proxy
+ * you can query a Mysql Database to get the schema_collection by using
this query:
+{{{
+SELECT Table_name, TABLE_COLLATION FROM information_schema.tables WHERE
table_schema = 'portal' ORDER BY table_name DESC
+}}}
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---