<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 5, 2023 at 1:11 PM Jay Harbeston <<a href="mailto:jharbestonus@gmail.com">jharbestonus@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br><div><br><blockquote type="cite"><div>On Jun 5, 2023, at 11:54 AM, James Abernathy <<a href="mailto:jfabernathy@gmail.com" target="_blank">jfabernathy@gmail.com</a>> wrote:</div><br><div><div dir="ltr" style="font-family:Palatino-Roman;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><br><br><div class="gmail_quote"><div><br></div><div>Jay, I tried ffcut.sh on my v34 master version of mythtv on a test system and it keeps failing. I have not had a chance to find out why</div></div></div></div></blockquote><br></div><div>Probably because the mysql cmd is not authenticating. I use mysql mysql and not MariaDB, and mysql no longer allows the login/paswd to be passed on the cmd line. I had to modify the codlin to use a .mylogin.cnf file to keep from having to use the cmd line -u and -p options.</div><div><br></div><div>You can modify the mysql cmd to put those back in if you are using MariaDB.</div><div><br></div><div>Jay</div><div><br></div></div></blockquote><div>Yes I'm using mariadb.  I'm going to need some help fixing this.  Obviously I need to fix the statements like: </div><div>mysql --login-path=local -N "${dbname}" </div><div><br></div><div>Normal to work on the database I do:</div><div><br></div><div>sudo mysql -u root -p   [return]</div><div>then I'm asked for my sudo password. Sometimes I get another password request and I enter the same sudo password.</div><div><br></div><div>Not sure how I replace the --login-path=local with mysql -u root -p. </div><div><br></div><div>I tried just putting in mysql -u root -p  but that didn't work.  When I tried putting in </div><div>mysql -u root -p 1234</div><div>assuming 1234 was my sudo password. They failed filling up the ffcut.log with mysql --help stuff,</div><div><br></div><div>JIm A<br><br></div></div></div>