Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
25 views

Sorry if this is a silly question. I'm running a local Wordpress website through WP engine with a MySQL database through AdminNEO on my browser and made a terrible mistake of deleting "root" ...
First Last's user avatar
Advice
0 votes
6 replies
91 views

Earlier, I set the time field, int type, to the default time value in unix format. When adding an entry, the time field accepts the time since 1970 in unix format. I'm trying to do the same with the ...
Дмитрий Варзанов's user avatar
-5 votes
0 answers
57 views

I’m stuck on this since morning and would really appreciate some help. I created a new AWS RDS MySQL 8.4 instance. ✅ I can connect successfully using MySQL Workbench ✅ I can connect from a Node.js + ...
NITESH KUMAR's user avatar
-3 votes
0 answers
50 views

I am using AWS RDS as and I have created a user with only SELECT permission. The user should not be able to get the dump but if some flags like: --single-transaction --skip-lock-tables --no-...
Sanchit's user avatar
-2 votes
0 answers
96 views

I'm trying to run this code: annot <- getBM( filters = "ensembl_gene_id", attributes = c("ensembl_gene_id", "description", &...
Claire's user avatar
  • 11
-1 votes
1 answer
87 views

I currently have 3 tables: CREATE TABLE IF NOT EXISTS customers( ID int unsigned NOT NULL AUTO_INCREMENT primary key, first_name varchar(50), last_name varchar(50), email_address ...
Hearts's user avatar
  • 1
-11 votes
0 answers
115 views

Or this index parameter is "fire and forget" one? If I create a table in MySQL and then assign the FULLTEXT index to it its possible to assign a parser to such index. One can use WITH PARSER ...
Igor's user avatar
  • 6,448
0 votes
0 answers
119 views

I am trying to combine data from two tables using a JOIN, but I am getting duplicate rows in the result instead of the expected output. Here are my tables: Customers CustomerID CustomerName Orders ...
Gaurav Sharma's user avatar
-2 votes
2 answers
106 views

I added this row and MySQL showed 1 row(s) affected But even when I counted the rows before and after inserting the row, the count is the same. I believe it means the row was not inserted. Then why ...
VISHNUPRIYA's user avatar
0 votes
1 answer
76 views

I am trying to run a Python / Flask / MySQL app but whenever I try to run it (using the command "python -m flask run"), it gives me this error: mysql.connector.errors.ProgrammingError: 1226 ...
Ian McInnes's user avatar
0 votes
1 answer
77 views

I would like to left join multiple tables, and in the output have a column that is basically dependent on which table the join came from. So for example, if I have a single join: SELECT B.Name, A....
Andy K.'s user avatar
  • 407
-2 votes
3 answers
64 views

I'm using this query to identify misstyped usernames: SELECT * FROM import_bk WHERE ( bk_name = BINARY LOWER(bk_name) OR bk_name = BINARY UPPER(bk_name) OR bk_name REGEXP '[0-9]' ) But I always get ...
WeekendCoder's user avatar
  • 1,081
-2 votes
0 answers
68 views

I am trying to count how many orders each customer has. I noticed that COUNT(*) and COUNT(o.order_id) return different results and I don’t fully understand why. Here is a simplified example: CREATE ...
Imtiaz Ghous's user avatar
-2 votes
2 answers
133 views

Why is my CSV file imported into the database alphabetically by the first column product_key? Rather than imported simply line by line, from first line in the CSV to the last line? My CSV is not ...
BlueDogRanch's user avatar
Best practices
0 votes
4 replies
91 views

I am working on a project and trying to connect MySQL Workbench to Power BI. My setup: MySQL version: 8.0.41 Tool: MySQL Workbench Power BI Desktop (latest version) What I tried: Open Power BI ....
Richa - Data AI Explorer's user avatar

15 30 50 per page
1
2 3 4 5
43871