Database not created
Added by Bizio L almost 9 years ago
Hi,
I installed goautodial 3.3 on centos 7 from scratch following the instruction on this website.
The installation was without error but if I explore mysql the goautodial database doesn't exists. I have to create it manually ore import some sql script?
Thank you
Replies (6)
RE: Database not created
-
Added by Erwin De Luna almost 9 years ago
You may create the goautodial database and import the goautodial database sql file from this location:
/usr/src/goautodial-ce-3.3-1406088000/sql/goautodial.sql
RE: Database not created
-
Added by Fidel Garcia almost 9 years ago
What databases?
There are a few to create, Asterisk and Goautodial. How to create it and what information to use?
RE: Database not created
-
Added by edward martinez almost 6 years ago
Erwin De Luna wrote:
You may create the goautodial database and import the goautodial database sql file from this location:
/usr/src/goautodial-ce-3.3-1406088000/sql/goautodial.sql
Hi, yu can solved? i hace same problem.. not found databese :(
i can´t import
RE: Database not created
-
Added by edward martinez almost 6 years ago
edward martinez wrote:
Erwin De Luna wrote:
You may create the goautodial database and import the goautodial database sql file from this location:
/usr/src/goautodial-ce-3.3-1406088000/sql/goautodial.sql
Hi, can you solved? i have same problem.. not found databese :(
i can´t import
[root@localhost src]# mysql -u root -p -t < goautodial.sql
Enter password:
ERROR 1046 (3D000) at line 31: No database selected
if i create this database have error :( too
RE: Database not created
-
Added by Wittie Manansala almost 6 years ago
Hi
Try this:
mysql -u root -p goautodial < goautodial.sql
We have release GOautodial V4 try to install it also:
Installation Guide:
https://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guidev4
Update latest version:
https://goautodial.org/projects/goautodialce/wiki/HOWTO_Update_latest_version_via_Github
Update goautodialdb:
Update GOautodial database
mysql -uroot -p goautodialdb; MariaDB [goautodialdb]> ALTER TABLE go_campaigns ADD COLUMN manual_dial_min_digits INT(11) DEFAULT '6';