*still crashing after clicking installl and no tables created* => in your earlier posts you did say that your tables have been created?!?!?!
If no tables are created your mysql user/path is either wrong and/or mysql does not listen on TCP/IP connections for that host. What is the hostname in the my.cnf ? It has to at least listen to 127.0.0.1 to be able to connect from the same server to it. Sebastian 2011/2/13 Tom Eagles <[email protected]> > > > On Feb 13, 3:20 pm, Tom Eagles <[email protected]> wrote: > > hi sebastian > > > > in phpmyadmin the panel shows this > > > > MySQL localhost > > > > * > > MySQL connection collation: UTF-8 Unicode (utf8) > : > > MySQL charset: > > UTF-8 Unicode (utf8) > > On Feb 13, 11:42 am, Sebastian Wagner <[email protected]> wrote: > > > > > > > > > you need to set the default-character-set=utf8 in the mysql > configuration, > > > restart mysql, delete the database and run the installer again. > > > > > Sebastian > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" 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-user?hl=en. > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" 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-user?hl=en.
