MySQL does not import a .sql - mysql

I'm trying to import a .sql that I've downloaded. The thing is that when I click on continue, it gets in white page and does not import the database.
I've tried importing my code too in the option SQL but doesn't work either.
I get this error:
https://gyazo.com/a864ad63b66259235fb4d7493344fcd2
Here's a video I've recorded for you, so you will understand better.
https://www.youtube.com/watch?v=IZVtxzCMjm8

You need to select an existing database or need to create a database first. And then try to import.
Update
For the new error that you got, you can follow this.
phpMyAdmin Error in processing request Error code: 500 Error text: Internal Server Error
And also I suggest updating your xampp or wamp will also solve this problem.

Related

Error when importing database into SQL schema

I am getting the error below when using the import wizard when trying to create a database schema in workbench
Error image
I tried saving in different formats but the error remains.
Thank you!

Error creating new User in MySQL workbench

I am getting an error in my SQL workbench when I create a user in my db.
I was given a schema to upload to my db I imported it successfully with no errors in Data import/restore tab. I have the correct userName and password but any time I try and save a user I get this same error.
I've checked the tables > Columns folder and I see the name column is listed. And I've tried dropping the db / schema and starting from scratch a couple times just incase something went wrong with that part.
I am new to using MySQL and working with DB's and schemas in general. So I'm not sure where to look to solve this error. I could use an idea of where this error could be coming from? And any advice on handling it.

malloc error when migrate in Django using mySQL database

I'm using Django in VSCode and want to connect to the MySQL database, I've created the database in MySQL. When changing the database configuration from mysqlite to MySQL in settings.py, and do the migrate, the error pops up (in the picture below). Basically it says malloc error and asks me to set a breakpoint in malloc_error_break to debug.
I have no idea of what's going on here. Anyone knows how to fix this error? The error message disappears once I changed the settings back to sqlite, it only happens when using MySQL.
screenshot of error
screenshot of error_updated

Importing big sql file ends up with [ERROR_RDBMS] exit status 1

I'm trying to import a big sql file (around 10GB) in Google SQL. I have create my instance and had tried so far with MySQL 5.6 and MySQL 5.7 both getting the same issue when trying to import the database: [ERROR_RDBMS] exit status 1. I have tried the user interface method for import as well as the console one (gcloud sql import sql mydb gs://my-path/mydb.sql --database=mydb). Also tried to find more details in Log explorer, but there was no error or anything else be notices for the mysql.err log.
In the same time I manage to connect my MySQL Workbench to the instance and I could see that there where few database tables that were imported. The only import seems that crushed on importing one of the biggest tables which is around 5GB.
Can anyone suggest what might cause this error and how I can find more info about it. Thank you.
I didn't found how to see the error on google console but figure it our that I can import the database through the MySQL Workbench and there I got the full error. If any one know a way to do this on the google cloud I'll accept her/his answer.

RavenDB export issue

I am trying to export Raven db from the server and facing below shown error while exporting
Error from Database
Also i tried to export using raven smuggler (ravendb utility for db export and import through command prompt/powershell) but again got below error
Error in Powershell
seems like one of the document is having an issue with one of the assignments in it.but the error doesn't give details about the document.
Could you please advise on this issue.