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 mandriva 2006 livecd ==
== How to Use the Playback Capability in zm4ms with the Mandriva 2006 LivecCD ==


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

Latest revision as of 12:55, 15 January 2007

How to Use the Playback Capability in zm4ms with the Mandriva 2006 LivecCD

By default on the Mandriva LiveCD, access to the MySQL server is only allowed from/to the local client.
This means that you cannot connect to your ZoneMinder MySQL server from another host, i.e. your PC running zm4ms.
To resolve this 'issue' you need to edit the file /etc/sysconfig/mysqld and remove the text between the quote for the variable MYSQLD_OPTIONS.
The original line looks like this : MYSQLD_OPTIONS="--skip-networking"
And the new will be : MYSQLD_OPTIONS=""
After modifying this line, save and exit.
The MySQL server needs to be restarted by entering the command 'service mysqld-max restart'