Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: MySQL table missing  (Read 1966 times)

0 Members and 1 Guest are viewing this topic.

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
MySQL table missing
« on: October 24, 2019, 08:41:16 AM »

Hello there,

I don't know if it's normal or not, but comparing my services database and the MySQL Scheme in the wiki, some tables are missing in my DB:
Code: [Select]
MariaDB [anope]> show tables;
+-------------------------+
| Tables_in_anope  |
+-------------------------+
| svc_BotInfo             |
| svc_ChanAccess          |
| svc_ChannelInfo         |
| svc_NickAlias           |
| svc_SeenInfo            |
| svc_chan                |
| svc_chanstats           |
| svc_geoip_city_blocks   |
| svc_geoip_city_location |
| svc_geoip_city_region   |
| svc_ison                |
| svc_maxusers            |
| svc_server              |
| svc_user                |
+-------------------------+
14 rows in set (0.001 sec)

Did I miss something with my services ?
Pages: [1]   Go Up