Difference between revisions of "Zm4ms playback"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 1: Line 1:
== How to be able to use the playback capability in zm4ms with the livecd ==
== How to be able to use the playback capability in zm4ms with the mandriva 2006 livecd ==


By default in the mandriva livecd the access to the mysql server is only allowed to local client.
By default in the mandriva livecd the access to the mysql server is only allowed to local client.<br/>
This mean that you cannot connect to your zm mysql server from an other host like your PC running zm4ms.
This mean that you cannot connect to your zm mysql server from an other host like your PC running zm4ms.<br/>
To solve this 'issue' you just need to edit the file /etc/sysconfig/mysqld and remove ... wait this will come
To solve this 'issue' you just need to edit the file /etc/sysconfig/mysqld and remove the text between the quote
for the variable MYSQLD_OPTIONS.<br/>
The original line look like this : MYSQLD_OPTIONS="--skip-networking"<br/>
And the new will be : MYSQLD_OPTIONS=""<br/>
After modifying, save and exit.<br/>
To activate this modification you need to restart the mysql server by entering the command 'service mysqld-max restart'<br/>
That's it

Revision as of 06:40, 23 July 2006

How to be able to use the playback capability in zm4ms with the mandriva 2006 livecd

By default in the mandriva livecd the access to the mysql server is only allowed to local client.
This mean that you cannot connect to your zm mysql server from an other host like your PC running zm4ms.
To solve this 'issue' you just need to edit the file /etc/sysconfig/mysqld and remove the text between the quote for the variable MYSQLD_OPTIONS.
The original line look like this : MYSQLD_OPTIONS="--skip-networking"
And the new will be : MYSQLD_OPTIONS=""
After modifying, save and exit.
To activate this modification you need to restart the mysql server by entering the command 'service mysqld-max restart'
That's it