<p>
Bingo.. I believe you've hit it. I'll check my other DBs (I'm no DBA myself) and
with my DBA at work (benefits of being I.T.).</p><p><br />
-- <br />
Joe Greene<br />
UNIX Systems, Network and IT Specialist<br />
If you aren't having fun, you're doing the wrong thing!<br />
All opinions expressed are mine alone. You Can't Have them!<br />
<br />
<br />
Fish Kungfu <fish.kungfu@earthlink.net> wrote:<br />
<br />
> Joe...<br />
><br />
> I am NOT a MySQL expert by any means, (someone who is, please chime in)<br
/>
> but...<br />
> If you do a SHOW DATABASES in MySQL do you see at least the following<br />
> databases?<br />
> (by the way, I am running this in Ubuntu 7.10 using MySQL Ver 14.12<br />
> Distrib 5.0.45)<br />
><br />
> mysql> SHOW DATABASES;<br />
> +--------------------+<br />
> | Database           |<br />
> +--------------------+<br />
> | information_schema |<br />
> | mysql              |<br />
> | opensim            |<br />
> +--------------------+<br />
><br />
> And if you do the following, do you see the same thing?<br />
><br />
> mysql> USE information_schema;<br />
> Database changed<br />
> mysql> SHOW TABLES;<br />
> +---------------------------------------+<br />
> | Tables_in_information_schema          |<br />
> +---------------------------------------+<br />
> | CHARACTER_SETS                        |<br />
> | COLLATIONS                            |<br />
> | COLLATION_CHARACTER_SET_APPLICABILITY |<br />
> | COLUMNS                               |<br />
> | COLUMN_PRIVILEGES                     |<br />
> | KEY_COLUMN_USAGE                      |<br />
> | PROFILING                             |<br />
> | ROUTINES                              |<br />
> | SCHEMATA                              |<br />
> | SCHEMA_PRIVILEGES                     |<br />
> | STATISTICS                            |<br />
> | TABLES                                |<br />
> | TABLE_CONSTRAINTS                     |<br />
> | TABLE_PRIVILEGES                      |<br />
> | TRIGGERS                              |<br />
> | USER_PRIVILEGES                       |<br />
> | VIEWS                                 |<br />
> +---------------------------------------+<br />
> 17 rows in set (0.00 sec)<br />
><br />
> Like I said, I'm NOT a MySQL expert, so if you don't see the above there<br
/>
> may be a way to repair or recover your information_schema.  It may be as<br
/>
> easy as re-installing MySQL, depending on how many other database you<br />
> have to backup, etc so you don't lose any existing data.<br />
><br />
><br />
> I hope this helps.....Fish<br />
> btw, if you're in Second Life, I'm in there too.  My avatar's name<br />
> is....Fish Kungfu.<br />
><br />
><br />
><br />
><br />
> Joe Greene wrote:<br />
>> Thanks That got rid of the sqlite complaints.. of course, now I've<br
/>
>> a new error.. which makes me think my MySQL DB may be damaged.<br />
>><br />
>> Exception: MySql.Data.MySqlClient.MySqlException: Table<br />
>> 'INFORMATION_SCHEMA.TABLES' doesn't exist<br />
>><br />
>> Has anyone seen that error?<br />
>><br />
>> --<br />
>> Joe Greene<br />
>> UNIX Systems, Network and IT Specialist<br />
>> If you aren't having fun, you're doing the wrong thing!<br />
>> All opinions expressed are mine alone. You Can't Have them!<br />
>><br />
>> Fish Kungfu <fish.kungfu@earthlink.net> wrote:<br />
>><br />
>> > Below is my OpenSim.ini file for using MySQL running in standalone
mode<br />
>> > for 0.5.0, with MySQL on the same box as opensim.  You will need
to put<br />
>> > your password for MySQL root user, or whatever user you're using. 
I had<br />
>> > to create the empty database, "opensim" before
everything would work.<br />
>> > Then, remember to GRANT ALL privileges to your userName for the
opensim<br />
>> > database, and then FLUSH PRIVILEGES.<br />
>> ><br />
>> > I had to add these lines to the example file that came with the<br
/>
>> > installer to make it work.  This tripped me up, and caused the
SQLite<br />
>> > activity in the log at startup.  They are included in my
OpenSim.ini<br />
>> below<br />
>> >    asset_database = "mysql"<br />
>> >    asset_plugin = "OpenSim.Framework.Data.MySQL.dll"<br
/>
>> ><br />
>> > I hope this helps.....Fish<br />
>> [snip]<br />
>> ><br />
>> ><br />
>> > Joe Greene wrote:<br />
>> >><br />
>> >> Problem Desc: Opensim [ASSET SERVER] appear to be attempting
to open<br />
>> >> and SQLitew database althoguh no such reference appears (even
in<br />
>> >> comments) in my OpenSim.ini file. As I'm using MySQL (both
the<br />
>> >> OpenSim.ini and the mysql_connection.ini) I have no SQLite
installed.<br />
>> >> Any suggestions on what I'm doing wrong, or shall I submit
my<br />
>> OpenSim.ini<br />
>> >><br />
>> >> Version Info:<br />
>> >> SuSe Enterprise 9.3 ( with updates )<br />
>> >> Mono: Mono JIT compiler version 1.2.6 (Installed via YAST from
Mono<br />
>> Site)<br />
>> >> MySQL: 4.1.10a<br />
>> >><br />
>> >> libode 0.9-25<br />
>> >><br />
>> >> Console Log:<br />
>> >><br />
>> >> opensim@opensim1:~/bin> mono OpenSim.exe<br />
>> >> OpenSim 0.5, SVN build<br />
>> ><br />
>><br />
>><br />
>><br />
>>
------------------------------------------------------------------------<br />
>><br />
>> _______________________________________________<br />
>> Opensim-users mailing list<br />
>> Opensim-users@lists.berlios.de<br />
>> <a target="_blank"
href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br
/>
><br />
><br />
<br />
</p>