I just grabbed the latest CVS, only to find that there are some issues with the MySQL DB.
Following the instructions, I ended up with this error:
DB Error: no such table
select varname, varvalue from phpbt_configuration [nativecode=1146 ** Table 'jtelirc_.phpbt_configuration' doesn't exist]
So I was able to deduce that the MySQL tables were not created automaticly, but I couldn't find any *.sql file to use or any documentation for doing this.
Is there any way to set this up?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just grabbed the latest CVS, only to find that there are some issues with the MySQL DB.
Following the instructions, I ended up with this error:
DB Error: no such table
select varname, varvalue from phpbt_configuration [nativecode=1146 ** Table 'jtelirc_.phpbt_configuration' doesn't exist]
So I was able to deduce that the MySQL tables were not created automaticly, but I couldn't find any *.sql file to use or any documentation for doing this.
Is there any way to set this up?
mysql -U root
> create database xxxxxx
It looks like you're calling your database "jtelric_". A better name would not end in an underscore.