Project

General

Profile

How to connect GoAutoDial 3.3 to remote mysql database

Added by Andrea Manca over 7 years ago

Hi all,

i try to connect goautodial with remote database. I have exported all db exclude mysql e performace schema and then import to new server but i have always this error:

Error Number: 1364

Field 'user_data' doesn't have a default value

INSERT INTO `go_sessions` (`session_id`, `ip_address`, `user_agent`, `last_activity`) VALUES ('3876265ef8e0d40187b829c2c950ce7a', '192.168.12.84', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko', 1477489802)

i exported db with mysqldump and the dbs are asterisk,goautodial,limesurvey and information_schema, then i imported these dbs into mysql server but not work.

Anyone have some idea or procedure to pass from all-in-one solution to Web/Dialer and mysql separated solution?

Any help are appreciate.


Go to top