skip to Main Content

Backward mysql table search

I have a mysql database that contains data collected from various weather sensors and the like. All the data is easy to handle apart from the raw rain fall which is by nature incremental but can be reset to zero…

VIEW QUESTION

Javascript – Client does not support authentication protocol 'auth_gssapi_client' requested by server in MariaDB-React ts

I have problem when i want start express server, i got the following error Unable to connect to the database: ConnectionError [SequelizeConnectionError]: (conn:3, no: 45025, SQLState: 08004) Client does not support authentication protocol 'auth_gssapi_client' requested by server. at ConnectionManager.connect (F:CodeWebapr-tsbackendnode_modulessequelizelibdialectsmariadbconnection-manager.js:100:17)…

VIEW QUESTION

Mysql – What is wrong with SQL syntax of my query?

I have such query in my program: SELECT customer.Id, customer.FirstName, customer.LastName, SUM(PeriodHours) AS SUMPeriodHours, PeriodDay FROM ( (SELECT CustomerId, (UNIX_TIMESTAMP(taskinterval.EndDateUtc) - UNIX_TIMESTAMP(taskinterval.StartDateUtc)) / 3600 AS PeriodHours, date(taskinterval.StartDateUtc) as PeriodDay FROM taskinterval WHERE StartDateUtc > @STARTDATE and StartDateUtc<@ENDDATE ) AS tmptbl…

VIEW QUESTION
Back To Top
Search