Project

General

Profile

Actions

Bug #2883

closed

MYSQL connect ERROR after clean scratch install goautodial on centos 7.0 64 bits

Added by ignacio cruz almost 8 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Urgent
Category:
Bugs
Target version:
-
Start date:
06/28/2016
Due date:
% Done:

0%

Estimated time:

Description

Hello b
please check scratch installation for goautodial on centos 7.0 64 bits
because after install all
when i try to enter to web interface
show this error MYSQL connect ERROR
and in step

Edit MYSQL configurations:

cp /etc/my.cnf /etc/my.cnf-gad-orig
cat /etc/my.cnf.old > /etc/my.cnf     in this step says  /etc/my.cnf.old dont exits
nano /etc/my.cnf   and this file is empty

thanks
Actions #1

Updated by clyde shaw almost 8 years ago

- *Skip these steps
Temporarily change your MySQL password to "vicidialnow":

mysqladmin password vicidialnow

If you already have a MySQL password:

mysqladmin password vicidialnow -p *

Directly jump to rpm installation but with sudo privileges
sudo rpm -ivh --nodeps vicidial-2.9.441a-140612.1628.2.go.noarch.rpm
sudo rpm -ivh --nodeps goautodial-ce-3.3-1406088000.noarch.rpm
sudo rpm -ivh --nodeps goautodial-ce-config-3.3-1.noarch.rpm

Then follow the rest of steps given in http://goautodial.org/projects/goautodialce/wiki/Centos7
following these steps I was able to successfully install GoAutoDial on CentOS 7

How ever I couldn't access GoAutodial UI but could Access ViciDial Interface using
Admin: http://$ip_address/vicidial/admin.php
Agent: http://$ip_address/agc/vicidial.php

While accessing GoAutodial it gives me HTTP 500 error. See if you can find a workaround for the same and update here, probably I'm missing something in httpd configurations.

Actions #2

Updated by clyde shaw almost 8 years ago

Before or After downloading Vicidial and GOautodial RPMS

Make sure you run following commands to get your MariaDB up and running.
systemctl start mariadb
systemctl enable mariadb

To check the status of MySQL/MariaDB:
systemctl status mariadb

Check the installation with the command client:
mysql

Actions #3

Updated by ignacio cruz almost 8 years ago

ok Clyde im gonna try doing what you told me and ill tell you how goes
thanks

Actions #4

Updated by ignacio cruz almost 8 years ago

same issue i tried with and without changing password yo vicidialnow

and in this step it shows this

cat /etc/my.cnf.old > /etc/my.cnf
cat: /etc/my.cnf.old: No such file or directory

and nano /etc/my.cnf
is empty

please help me with that
scratch installation is giving issues please goautodial staff help us

Actions #5

Updated by ignacio cruz almost 8 years ago

also i run command to check MariaDB

systemctl status mariadb
â mariadb.service - MariaDB database server
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2016-07-09 14:10:04 CEST; 41min ago
Main PID: 8073 (mysqld_safe)
CGroup: /system.slice/mariadb.service
ââ8073 /bin/sh /usr/bin/mysqld_safe --basedir=/usr
ââ8325 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/...

Jul 09 14:10:04 systemd1: Started MariaDB database server.
Hint: Some lines were ellipsized, use -l to show in full.

Actions #6

Updated by forhad shamim almost 8 years ago

Just Run command:

setenforce 0

I also Got Same Problem & after run this command web server ok

Actions #7

Updated by Wittie Manansala over 5 years ago

  • Status changed from New to Rejected

Please use the forums. This issue tracker is for GOautodial development purposes only.

Actions

Also available in: Atom PDF

Go to top