You need to create all of the tables listed below, then define the username, password and database name in conf/db_conf.php
bookmarks cache calendar colors contacts identities notes prefs sessions user_log users On 11/23/2005, "jim lawrence" <[EMAIL PROTECTED]> wrote: >I ermoved the Drop DB cache from the first line and ran >" CREATE TABLE cache(id int NOT NULL AUTO_INCREMENT , >owner int NOT NULL , >cache_key varchar( 64 ) , >cache_data text, >cache_ts int( 11 ) , >volatile bool, >PRIMARY KEY ( id ) , >KEY id( id ) , >KEY owner( owner ) , >KEY cache_key( cache_key ) , >KEY cache_ts( cache_ts ) , >KEY volatile( volatile ) >); >" > >this imported just fine > >anything else I need to do ? > >On 11/22/05, jim lawrence <[EMAIL PROTECTED]> wrote: >> >> Here is the Error importing //MySQL/0.8.10.sql >> >> *SQL query:* >> >> DROP TABLE cache >> >> *MySQL said: *[image: Documentation] >> <http://dev.mysql.com/doc/mysql/en/Error-returns.html> >> #1051 - Unknown table 'cache' >> >> On 11/22/05, Dean Holden <[EMAIL PROTECTED]> wrote: >> > >> > >> > I think it's best to create a new database if you haven't already. Did >> > the creates fail, or did something else happen/not happen? >> > >> > On 11/23/2005, "jim lawrence" < [EMAIL PROTECTED]> wrote: >> > >> > >Is ther some already made .sql files that will create the table for >> > you? >> > >seems the ones that cam with the tar.gz are not working when inporting >> > them >> > >with phpmyadmin. >> > > >> > >So far I like this mail client but needs more documentation and >> > >configurations >> > > >> > > >> > >-- >> > > >> > > >> > >Registered Linux User: #376813 >> > > www.fedorajim.homelinux.com >> > >> > >> > ------------------------------------------------------- >> > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today >> > Register for a JBoss Training Course. Free Certification Exam >> > for All Training Attendees Through End of 2005. For more info visit: >> > http://ads.osdn.com/?ad_idv28&alloc_id845&opclick<http://ads.osdn.com/?ad_idv28&alloc_id%16845&opclick> >> > _______________________________________________ >> > Ilohamail-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/ilohamail-users >> > >> >> >> >> -- >> >> >> Registered Linux User: #376813 >> www.fedorajim.homelinux.com >> >> > > >-- > > >Registered Linux User: #376813 >www.fedorajim.homelinux.com ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_idv28&alloc_id845&op=click _______________________________________________ Ilohamail-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ilohamail-users
