> On Fri, 2 Feb 2001 00:03:42 +0100 Boudewijn Rempt
> <bsarempt@...> writes:
> > After a year and a half of developmeten, I am pleased to announce the
> > first release of Kura. Here's the official announcement ;-):
>
> > Boudewijn Rempt |
http://www.valdyas.org
> -
>
> Congratulations!
> I'm wondering, just what *are* all those different programs and pieces of
> programs that the instructions say to download and do stuff to?
The application is written in Python - PyQt links between Python and Qt: Qt
is the part that actually puts buttons and things on the screen. MySQL is
the database; MySQL db links between Python and MySQL.
> I'm in the middle of the installation, at the "Installing the Database"
> phase, and it's not going according to plan.
>
> I'm up to 'checking' after installing the kura tables.
> Here's what it looks like:
>
>
> | C:\kura\datamodel>C:\mysql\bin\mysql
> | Welcome to the MySQL monitor. Commands end with ; or \g.
> | Your MySQL connection id is 5 to server version: 3.23.32
> |
> | Type 'help;' or '\h' for help. Type '\c' to clear the buffer
> |
> | mysql> desc lng_parameter_sys;
> | ERROR 1046: No Database Selected
>
>
> What should i do?
Oops - first bug in the manual... It should have stated:
This should run without any errors. To check type:
c:\mysql\bin\mysql kura
and at the MySQL prompt:
You need to select the database before you can use it; and the
database is called kura. Will put out updates today.
Boudewijn Rempt |