Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: anope with mysql  (Read 8085 times)

0 Members and 1 Guest are viewing this topic.

Leon

  • Anope User
  • Offline Offline
  • Posts: 36
anope with mysql
« on: March 14, 2012, 01:51:45 PM »

i want anope connected with mysql i created a database but everytime anope says,

<Global> Unable to tag 'anope_ns_core' - NickServ RDB save failed.
<Global> Unable to tag table 'anope_cs_info' - ChanServ RDB save failed.
<Global> Unable to tag table 'anope_bs_core' - BotServ RDB save failed.
<Global> Unable to tag table 'anope_hs_core' - HostServ RDB save failed.
<Global> Unable to tag table 'anope_os_akills' - OperServ RDB save failed.
<Global> Unable to tag table 'anope_os_news' - News RDB save failed.
<Global> Unable to tag table 'anope_os_exceptions' - Exception RDB save failed.

i´ve got anope 1.8.7
could someone help me ?
Logged

Jens Voss

  • Team
  • *
  • Offline Offline
  • Posts: 125
Re: anope with mysql
« Reply #1 on: March 14, 2012, 03:14:52 PM »

Did you run the "mydbgen" script ?
Logged

Leon

  • Anope User
  • Offline Offline
  • Posts: 36
Re: anope with mysql
« Reply #2 on: March 14, 2012, 03:43:18 PM »

how do i run that ?
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 242
    • French Eggdrop community
Re: anope with mysql
« Reply #3 on: March 14, 2012, 03:50:55 PM »

cd ~/services/
./mydbgen

Leon

  • Anope User
  • Offline Offline
  • Posts: 36
Re: anope with mysql
« Reply #4 on: March 14, 2012, 03:55:28 PM »

do i must type /msg operserv upate every time or does it automatic ?
Logged

Jens Voss

  • Team
  • *
  • Offline Offline
  • Posts: 125
Re: anope with mysql
« Reply #5 on: March 14, 2012, 04:00:10 PM »

Anope saves the database every 5 minutes. (configured in the services.conf)

Quote
# UpdateTimeout <time>  [REQUIRED]
#     Sets the delay between automatic database updates.  This timer is
#     reset by the OperServ UPDATE command.

UpdateTimeout   5m
Logged
Pages: [1]   Go Up