Menu

Database Config?

Help
timothyb89
2007-09-22
2013-04-16
  • timothyb89

    timothyb89 - 2007-09-22

    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?

     
    • Nobody/Anonymous

      mysql -U root
      > create database xxxxxx

      It looks like you're calling your database "jtelric_".  A better name would not end in an underscore.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.