MySQL
17 results found
How to convert timestamp to date in MySQL Select query?
How to convert timestamp to date in MySQL Select query? I want to parse timestamp to date value before comparing them. Anyone can help?
Data is Null. This method or property cannot be called on Null values in Asp.Net and MySql
Error System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values in Asp.Net and MySQL.
Error: SSL Connection error in MySQL using C# Asp.Net 6
Error: SSL Connection error in MySQL using C# .Net. System.AggregateException: One or more errors occurred. System.IO.IOException: The handshake failed due to an unexpected packet format.
Error : loading local data is disabled in Asp.Net and MySql
I got an exception loading local data is disabled; this must be enabled on both the client and server sides in .Net C# and MySQL database.
Error: Incorrect arguments to mysqld_stmt_execute in Nodejs
I get an exception error: Incorrect arguments to mysqld_stmt_execute in Nodejs when I was trying to connect to MySql DB and get data.
Connection refused 127.0.0.1:3306 in .Net Core and MySql
Asp.Net 5 and MySql throw connection refused 127.0.0.1:3306 when I try CI and run automation test on it. Test project is still passed all cases in local.
MySql throw no database selected, select the default DB to be used by double-clicking its name
MySql throws no database selected. Select the default DB to be used by double-clicking its name in the SCHEMAS list in the sidebar.
Error field doesn't have a default value in FE Core & MySql
Throw exception MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'NotifyHistoryId' doesn't have a default value in MySql.
How to generate whole sql database script in MySql Workbench
How to generate the whole SQL database script in MySql Workbench 8? I have a database but I don't know how to export them in script SQL format to run on another server.
ImportError: No module named MySQLdb in Python Django
I got an exception throw ImportError: No module named MySQLdb in Python Django when I was trying to connect to MySQL database.
ImportError: No module named 'mysql' in Python Django
I got an exception throw ImportError: No module named 'mysql' in Python Django when I tried to connect to MySQL database.
MySQL error authentication plugin 'caching_sha2_password' is not supported in Python
MySQL Python connector throw mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported.
MySQL Error Code: 1175. safe update mode update a table without a WHERE
MySQL Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements in MySQL
I get an exception throw ERROR 1819 (HY000): Your password does not satisfy the current policy requirements in the MySQL database.
MySQL Error: 'Access denied for user 'root'@'localhost'
mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)' in ubuntu 20.04