Search found 9 matches
- Thu Dec 30, 2021 3:36 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
- Replies: 26
- Views: 153685
Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Hello all, this is an update that as of 12/30/21 I have done a fresh install of ZM on Debian 10 using the "Debian 10 Buster with Zoneminder 1.36.x from ZM Repo" installation guide Also, I fixed and implemented this block of code in my /etc/mysql/mariadb.conf.d/50-server.cnf file: innodb_file_per ...
- Sun Nov 28, 2021 1:58 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
- Replies: 26
- Views: 153685
Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Awesome catch, thanks much
I will go ahead and install ZM on Debian 10 using the "Debian 10 Buster with Zoneminder 1.36.x from ZM Repo" installation guide
And adjust the space in the "innodb_buffer_pool_ size = 256M" section
And I will post my results.
Thank you
I will go ahead and install ZM on Debian 10 using the "Debian 10 Buster with Zoneminder 1.36.x from ZM Repo" installation guide
And adjust the space in the "innodb_buffer_pool_ size = 256M" section
And I will post my results.
Thank you
- Sun Nov 28, 2021 1:21 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
- Replies: 26
- Views: 153685
Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Sorry for the late reply, but I received this: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) along with others, but at this point I was thinking about installing ZM on Debian 9, and hopefully get it stable...or move to Debian 11 Not sure ...
- Mon Nov 22, 2021 2:05 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
- Replies: 26
- Views: 153685
- Sun Nov 21, 2021 7:15 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
- Replies: 26
- Views: 153685
Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Thanks much for your reply So every time i have done a clean install of ZM, i actually do a full re-installation of Debian 10 Which is why it's such a daunting task, because reinstalling the OS and configuring it, and also reinstalling ZM and configuring it, every time, is a bit much. But I do it ...
- Fri Nov 19, 2021 6:02 pm
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
- Replies: 26
- Views: 153685
Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Debian 10 Buster with Zoneminder 1.36.x from ZM Repo and i need to invert what i said previously in one of my posts... in my /etc/mysql/mariadb.conf.d/50-server.cnf there is no [mysql], mine has [mysqld] if they are the same thing, i've added the section innodb_file_per_table = ON innodb_buffer_pool ...
- Fri Nov 19, 2021 3:56 am
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
- Replies: 26
- Views: 153685
Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
Please drop mysql zm data base and re create as follows mysql -e "drop database zm;" mysql -uroot --password=""< /usr/share/zoneminder/db/zm_create.sql 2>/dev/null mysql -e "ALTER USER 'zmuser'@localhost IDENTIFIED BY 'zmpass';" mysql -e "GRANT ALL PRIVILEGES ON zm.* TO 'zmuser'@'localhost' WITH ...
- Fri Nov 19, 2021 3:50 am
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
- Replies: 26
- Views: 153685
Re: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory
I there any update on this? I've reinstalled zoneminder so many times this month already due to MySQL failing I've tried all the few suggestions I've been able to find online with no luck Even the edited version of the installation guide mentions at the top to add some lines in a file, but they ...
- Thu Oct 22, 2020 3:45 pm
- Forum: ZoneMinder 1.34.x
- Topic: zoneminder.service: Failed with result 'exit-code'
- Replies: 10
- Views: 17742
Re: zoneminder.service: Failed with result 'exit-code'
Hello all, help would be greatly appreciated. I've scoured the internet and this is the only forum that's close to the issue I'm having. Conner, I am trying to understand what you're meaning about www-data, but I have installed on a fresh Debian 10.6 using your 1.34x Zoneminder installation guide. I ...