Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: webcoder on February 28, 2008, 09:26:48 PM

Title: Connecting Anope to MySQL?
Post by: webcoder on February 28, 2008, 09:26:48 PM
Okay I have anope 1.7 setup, in the services.conf file I added the info in for my database, I did however notice during Config, it says "MySQL: No" How do I go about connecting anope to my database? My purpose for this is so a user can see what channels are currently registerd using a database query from my website.

thanks
webcoder

[Edited on 28-2-2008 by webcoder]
Title:
Post by: Jan Milants on February 28, 2008, 09:46:07 PM
you will need to compile anope with MySQL support... which means it has to say yes after ./Config.
Your server needs the Mysql libraries installed (libmysqlclient)... you should contact your host for more details regarding that.
Title:
Post by: webcoder on February 28, 2008, 11:04:59 PM
Quote
Originally posted by Viper
you will need to compile anope with MySQL support... which means it has to say yes after ./Config.
Your server needs the Mysql libraries installed (libmysqlclient)... you should contact your host for more details regarding that.


Thanks for the info. I got it installed, I redid ./Config to make sure it saw it, but Its not updateing the mysql tables. The tables are there but they are all empty? Any suggestions?

thanks
Title:
Post by: katsklaw on February 28, 2008, 11:33:52 PM
See docs/MYSQL