IoTKETI / Mobius

oneM2M IoT Server Platform
http://developers.iotocean.org/archives/module/mobius
BSD 3-Clause "New" or "Revised" License
134 stars 87 forks source link

DB Error #16

Open pradeepcdac opened 6 years ago

pradeepcdac commented 6 years ago

First I am installing it and getting an error

mobius server (10.208.35.124) running at 7579 port select_ri_lookup /Mobius: 9.631ms "ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client" pxyws server (10.208.35.124) running at 7577 port

GET : /Mobius

GET : /Mobius get_ri_sri (rkQxjvZDm): 2.962ms {"m2m:dbg":"database error (can not get resourceID from database)"} "database error (can not get resourceID from database)" Target CSE(localhost) is not ready get_ri_sri (HymliPWvm): 17.810ms {"m2m:dbg":"database error (can not get resourceID from database)"} "database error (can not get resourceID from database)" Target CSE(localhost) is not ready

IoTKETI commented 5 years ago

you can solve if would do that select option of compatible with previous version 5.7 when you install MySQL,

SeongJinLeeee commented 5 years ago

is this solved? because i got same error.. Which option should work to resolve the issue?

help!

NguyenVietHai021199 commented 3 years ago

image I have the same problem. anyone can help me?

IoTKETI commented 3 years ago

It seems that no connection to MySQL. Look at the 'conf.json' file. There is a key called 'dbpass', change this to the password when installing MySQL and run Mobius again.

NguyenVietHai021199 commented 3 years ago

It seems that no connection to MySQL. Look at the 'conf.json' file. There is a key called 'dbpass', change this to the password when installing MySQL and run Mobius again.

Thank you, I have solved it by importing database again and reseting dbpass.