Closed guidtz closed 6 years ago
Hi @guidtz,
Sorry for the delayed response. I actually submitted one 5 days ago but it obviously did not go through for some reason...
In any event, did you invoke mysql_secure_installation
as per the instructions here? https://github.com/kaltura/platform-install-packages/blob/Naos-14.7.0/doc/install-percona-deb.md#installing-the-mysql-55-percona-deb-package
That document recommends that you install the Percona deb package but using the mysql-server-5
package of version 5.5 should work equally well. As stated in the doc:
The Kaltura Server currently supports all MySQL versions between 5.1 and 5.6.
Thanks,
Closing due to lack of response. @guidtz, please reopen if you're still encountering issues.
yes sorry for the delay. I installed mysql 5.5 from official mysql repos
Bug report
*Please provide steps to reproduce, including errors from /opt/kaltura/log/kaltura_api_v3.log, /opt/kaltura/log/kaltura_apache_errorslog and /opt/kaltura/log/kaltura_prod.log:**
Linux distribution name and version: Debian 8
Are you using the RPM or deb packages?
For deb based systems:
Is this an all in one instance [single server] or a cluster?
If applicable, please provide the MySQL version mysql-server-5 5.5.60-0+deb
If you're having an issue with a specific media asset, please provide a link from which it can be downloaded/played:
With install_kaltura_all_in_1.sh I have error for install process to access to kaltura database :
INFO: testsClient generated successfully ERROR 1045 (28000): Access denied for user 'kaltura'@'localhost' (using password: YES) ERROR 1045 (28000): Access denied for user 'kaltura'@'localhost' (using password: YES)
If I connect manualy to mysql I have no kaltura user and no kaltura database created.
Thanks for you're help