Fedora 19 Installation help.

Forum for questions and support relating to the 1.25.x releases only.
Locked
User avatar
teraquad
Posts: 90
Joined: Fri Mar 09, 2012 2:03 pm
Location: New Bern, NC

Fedora 19 Installation help.

Post by teraquad »

Hi,

Is anyone game to help me through a new installation on Fedora 19? I am going by the f18 installation instructions but am having no luck. I am stuck at This point.

Code: Select all

Thanks for using MariaDB!
[root@zoneminder ~]# mysql -u root -p < /usr/share/zoneminder/db/zm_create.sql
Enter password: 
[root@zoneminder ~]# mysql -u root -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 12
Server version: 5.5.30-MariaDB MariaDB Server

Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
I have not edited the config file where i think it says to delete this line.
I had an install on f17 that was flawless in function. But i am in the dark now. things seem to have changed a little.
Thanks for any help!

EDIT---------------------------------------------

Could not connect to database: Access denied for user 'zmuser'@'localhost' (using password: YES)

EDIT-----------------------------------------------

This is what i get from the server! hope it helps.
George....
Fedora 23, ZM 1.28
N4ZPO (ham Radio)
8)
User avatar
teraquad
Posts: 90
Joined: Fri Mar 09, 2012 2:03 pm
Location: New Bern, NC

Re: Fedora 19 Installation help.

Post by teraquad »

Hi,

I think it is an sql problem. as in i know nothing about sql. The web page seems to answer up as does the database. just the marrage of the two seem to be the problem. Help me prove the database is working.

Thanks!
Fedora 23, ZM 1.28
N4ZPO (ham Radio)
8)
CKrypto
Posts: 12
Joined: Mon Feb 18, 2013 8:57 pm

Re: Fedora 19 Installation help.

Post by CKrypto »

You need to give the zoneminder user access to the zm database:

Code: Select all

$ mysql -u root -p
> grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
> flush privileges;
> exit;
I believe "zmuser" and "zmpass" are the defaults used for the Fedora rpms, but whatever they are, they have to match the parameters used when zoneminder was compiled.
User avatar
teraquad
Posts: 90
Joined: Fri Mar 09, 2012 2:03 pm
Location: New Bern, NC

Re: Fedora 19 Installation help.

Post by teraquad »

Thank you!

That did the trick. all i have to do is figure out the login information.

Thanks much!
Fedora 23, ZM 1.28
N4ZPO (ham Radio)
8)
User avatar
teraquad
Posts: 90
Joined: Fri Mar 09, 2012 2:03 pm
Location: New Bern, NC

Re: Fedora 19 Installation help.

Post by teraquad »

Well,

I can't get the passwords to work much less any other combination of words.

Can someone tell me how to delete the DB and start over.
I am thinking delete everything in the /usr/share/zoneminder/db but i can't see doing that without some input from others.

I have deleted and reinstalled both zoneminder and mysql but apparently the data and configuration files stay put.
Is there a gui for working with mysql?



Thanks for the help!
Fedora 23, ZM 1.28
N4ZPO (ham Radio)
8)
bb99
Posts: 943
Joined: Wed Apr 02, 2008 12:04 am

Re: Fedora 19 Installation help.

Post by bb99 »

For a GUI try phpmyadmin. See if it'll do what you want. http://www.phpmyadmin.net/home_page/index.php
User avatar
teraquad
Posts: 90
Joined: Fri Mar 09, 2012 2:03 pm
Location: New Bern, NC

Re: Fedora 19 Installation help.

Post by teraquad »

Hi,

I installed phpmyadmin and am running into the same problem. I am ignorant as to it's use. All i want to do is either delete the whole db or change the password. So that i can start over with something i remember. I am not sure what the default password is and if i accidently changed what it is.

The net result is i am still at the login prompt and no login/password combination seems to work.

Thanks for the help....
Fedora 23, ZM 1.28
N4ZPO (ham Radio)
8)
User avatar
teraquad
Posts: 90
Joined: Fri Mar 09, 2012 2:03 pm
Location: New Bern, NC

Re: Fedora 19 Installation help.

Post by teraquad »

OK,

I have a start screen, KINDA.
I have the password problem worked out.

The Problem now is that it loads the start page and after the login it briefly displays the main menu. Then the screen goes blank and says "zoneminder/zm/undefined" is not available.

If i quickly tap options when the menu goes by. It will stop and let me select the tabs and will show very few items for each tab.

I did a reinstall with the same results.

Any Ideas?
Fedora 23, ZM 1.28
N4ZPO (ham Radio)
8)
User avatar
teraquad
Posts: 90
Joined: Fri Mar 09, 2012 2:03 pm
Location: New Bern, NC

Re: Fedora 19 Installation help.

Post by teraquad »

All Right....

I have it working, I had to delete everything and start over. But it worked. I still have a minor problem whitch i will address in a new post.

Thanks to everyone for the help!
Fedora 23, ZM 1.28
N4ZPO (ham Radio)
8)
Locked