Bug #2883
closed
MYSQL connect ERROR after clean scratch install goautodial on centos 7.0 64 bits
Added by ignacio cruz almost 9 years ago.
Updated over 6 years ago.
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
- *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.
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
ok Clyde im gonna try doing what you told me and ill tell you how goes
thanks
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
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.
Just Run command:
setenforce 0
I also Got Same Problem & after run this command web server ok
- Status changed from New to Rejected
Please use the forums. This issue tracker is for GOautodial development purposes only.
Also available in: Atom
PDF
Go to top