Upgrade 3CX to v18 and get it hosted free!

MySQL Setup for FC6, Asterisk, AstPP and ComtelPBX

Author image

1) Set Permissions:
chown mysql:mysql -R /var/lib/mysql/data/

2) Automatic Launch:
Copy /var/lib/mysql/support-files/mysql.server to /etc/init.d/mysql
Do bash# chkconfig –add mysql && chkconfig –levels 345 mysql on

3) Build DBD::MySQL with the new client library in the client servers. You can download the source here:
http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.001.tar.gz

Make sure mysql_config is in your path. If it’s not you can add it this way:
export PATH=$PATH:/usr/bin/mysql
Then you just need to do this:
perl Makefile.PL
make
make install

4) Old Passwords Support:
Put this line in /etc/my.cnf file (global mysql configuration file):

...
[mysqld]
...
old-passwords
...

5) Open access through iptables-save:

[0:0] -A INPUT -p tcp -m tcp --dport 3306 -j ACCEPT

Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.
Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.