Hi,
I'm trying to install the "Zoneminder" linux secuity camera monitoring software on Fedora Core 8. Part of the installation requriements is that a database is created with the string:
mysql -p -u root mysql < /usr/share/zoneminder/db/z
m_create.s
ql > mysqladmin -p -u root reload
The question is what is this doing. What is the name of the database it is creating? What about the username and password? I need to know this because in another part of the instructions it asks for me to input these values into a configuratioin file. Here is the link to the instructions I'm following:
http://www.zoneminder.com/wiki/index.php/Fedora
-and also the main doccumentation-
http://www.zoneminder.com/wiki/index.php/Documentation
Thanks for the assistance!
-Max
Thanks for the quick response. Just looked at that .sql file - it's pretty bug, so I won't post it here. I did find the name of the database ("zm"), but no reference to a "username" and password. I take it that this command does not create a "mysql" username and password. When I go to 127.0.0.1/zm (the default web path), it gives an error that, "Access is denied for user 'zmuser'@'localhost' (Using password: YES)"
So what do I need to do to create (assuming it is not already created) "zmuser" with a password that has whatever privileges it needs on the "zm" database...
Thanks,
-Max