SQLite is an embedable database format used by Firefox, the iPhone, and other stuff. SQLite doesn't require a server for DB access, it is written in the code.
MySQL should be used by default. Do you have other PHP apps accessing MySQL? Darren VanBuren ------------------------- Sent from my iPod Try Fedora 10 today. Fire it up. http://fedoraproject.org/ On Jan 28, 2009, at 14:14, "Peterson, Adam (GE Healthcare)" <[email protected] > wrote: > Am I missing the MySQL install instructions. I do not see them listed. > > I created the wiki user and db as instructed. Beyond that I don't see > where to configure it. What is SQLite anyway? > >> -----Original Message----- >> From: [email protected] [mailto:mediawiki-l- >> [email protected]] On Behalf Of Darren VanBuren >> Sent: Wednesday, January 28, 2009 2:19 PM >> To: MediaWiki announcements and site admin list >> Subject: Re: [Mediawiki-l] FW: Install errors >> >> It's trying to use SQLite. >> >> Darren VanBuren >> ------------------------- >> Sent from my iPod >> >> Try Fedora 10 today. Fire it up. http://fedoraproject.org/ >> >> On Jan 28, 2009, at 8:20, "Peterson, Adam (GE Healthcare)" >> <[email protected] >>> wrote: >> >>> Sorry chmod'd. >>> >>>> -----Original Message----- >>>> From: [email protected] [mailto:mediawiki-l- >>>> [email protected]] On Behalf Of Peterson, Adam (GE >>> Healthcare) >>>> Sent: Wednesday, January 28, 2009 11:19 AM >>>> To: MediaWiki announcements and site admin list >>>> Subject: Re: [Mediawiki-l] FW: Install errors >>>> >>>> i chowned -R 777 on testwiki and still received the errors. I set > up >>>> mysql and confirmed that the wikiuser can logon, etc. >>>> >>>> I don't see how this could be a perm issue at this point, > considering >>>> it's open to everyone. The SQLite DB is the MySQL DB, right? >>>> >>>>> -----Original Message----- >>>>> From: [email protected] [mailto:mediawiki-l- >>>>> [email protected]] On Behalf Of Darren VanBuren >>>>> Sent: Wednesday, January 28, 2009 10:16 AM >>>>> To: MediaWiki announcements and site admin list >>>>> Subject: Re: [Mediawiki-l] FW: Install errors >>>>> >>>>> People use HP-UX?? >>>>> >>>>> Considering you're gonna most likely put up designs of new > products >>>>> (just guessing), you'll definitely want ImageMagick to get >>> thumbnails. >>>>> >>>>> Try setting a different location for your SQLite DB, like /var/ >>>>> wikidata/db/, which is owned by the webserver, or do a chown -R >>>>> webserver:group /opt/hpws/apache/htdocs/testwiki to ensure that > the >>>>> webserver has permissions. >>>>> >>>>> I wrote this at 7:12 PST, despite the sent time. >>>>> >>>>> Darren VanBuren >>>>> ------------------------- >>>>> Sent from my iPod >>>>> >>>>> Try Fedora 10 today. Fire it up. http://fedoraproject.org/ >>>>> >>>>> On Jan 28, 2009, at 4:44, "Peterson, Adam (GE Healthcare)" >>>>> <[email protected] >>>>>> wrote: >>>>> >>>>>> >>>>>> >>>>>> Hello, >>>>>> >>>>>> I'm attempting to install mediawiki on hp-ux. I'm receiving the >>>>>> following errors when using the quick install page. I do not see >>> an >>>>>> issue with the file permissions. >>>>>> Any help on resolving the issue is appreciated. >>>>>> >>>>>> -Adam >>>>>> >>>>>> >>>>>> MediaWiki 1.13.3 Installation >>>>>> Don't forget security updates! Keep an eye on the low-traffic >>>>>> release announcements mailing list >>>>>> <http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce> > . >>>>>> Checking environment... >>>>>> Please include all of the lines below when reporting installation >>>>>> problems. >>>>>> PHP 5.2.2 installed >>>>>> Found database drivers for: SQLite >>>>>> PHP server API is apache2handler; ok, using pretty URLs >>>>>> (index.php/Page_Title) >>>>>> Have XML / Latin1-UTF-8 conversion support. >>>>>> Warning: A value for session.save_path has not been set in >>>>>> PHP.ini. If the default value causes problems with saving session >>>>>> data, >>>>>> set it to a valid path which is read/write/execute for the user >>> your >>>>>> web >>>>>> server is running under. >>>>>> PHP's memory_limit is 128M. >>>>>> Couldn't find Turck MMCache >>>>>> <http://turck-mmcache.sourceforge.net> , eAccelerator >>>>>> <http://eaccelerator.sourceforge.net> , APC <http://www.php.net/ >>>>>> apc> or >>>>>> XCache <http://trac.lighttpd.net/xcache/> ; cannot use these for >>>>>> object >>>>>> caching. >>>>>> GNU diff3 not found. >>>>>> Couldn't find GD library or ImageMagick; image thumbnailing >>>>>> disabled. >>>>>> Installation directory: /opt/hpws/apache/htdocs/testwiki >>>>>> Script URI path: /testwiki >>>>>> Installing MediaWiki with php file extensions >>>>>> Environment checked. You can install MediaWiki. >>>>>> Generating configuration file... >>>>>> Database type: SQLite >>>>>> Loading class: DatabaseSqlite >>>>>> Warning: mkdir() [function.mkdir >>>>>> <http://sandbox.idx.com/testwiki/config/function.mkdir> ]: >>>> Permission >>>>>> denied in >>>>>> /opt/hpws/apache/htdocs/testwiki/includes/db/DatabaseSqlite.php > on >>>>>> line >>>>>> 25 >>>>>> Attempting to connect to database "wikidb" as "wikiuser"... >>>>>> Warning: mkdir() [function.mkdir >>>>>> <http://sandbox.idx.com/testwiki/config/function.mkdir> ]: >>>> Permission >>>>>> denied in >>>>>> /opt/hpws/apache/htdocs/testwiki/includes/db/DatabaseSqlite.php > on >>>>>> line >>>>>> 25 >>>>>> >>>>>> Fatal error: Call to undefined function wfPrintError() in >>>>>> /opt/hpws/apache/htdocs/testwiki/includes/Exception.php on line >>> 283 >>>>>> >>>>>> _______________________________________________ >>>>>> MediaWiki-l mailing list >>>>>> [email protected] >>>>>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >>>>> >>>>> _______________________________________________ >>>>> MediaWiki-l mailing list >>>>> [email protected] >>>>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >>>> >>>> _______________________________________________ >>>> MediaWiki-l mailing list >>>> [email protected] >>>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >>> >>> _______________________________________________ >>> MediaWiki-l mailing list >>> [email protected] >>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> >> _______________________________________________ >> MediaWiki-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
