Tablespace error upon creating table - google-cloud-sql

I'm facing this weird issue.
When I want to create a table, it says Tablespace-xxx exist.
But when I want to remove that Tablespace-xxx, it says it is not exist.
I'm using mysql in google cloud, second generation.
Thanks in advance!

Very interesting. Please email the name of your project and database instance to cloud-sql#google.com (along with a link to this post) and we can follow up there.

Related

'type_cast_required' is undefined messagge in Postgresql

I have created a databse in Postgresql. I am trying to use pgadmin to add new record to a table, however I am getting a messagge: 'type_cast_required' is undefined.
Screen shot:
I have looked across the web for what this message means however I have not found anything.
Any thoughts?
pgAdmin bug. This should have been fixed as of version pgAdmin 4.22. For more details see this issue. You will need a Postgres community account to view issue.

Read only view in DataGrip

I have a local MongoDB instance that I am connecting to in DataGrip. When I open a collection and it loads in DataGrip, I try to edit a value in one of the fields and I am greeted with This view is read-only
I had a look at the following SO question but I can't find the auto commit checkbox so I can't try it. If someone can maybe point out where that would be in DataGrip for MongoDB?
Thanks
At the moment you can't edit values. But it's coming soon.
Follow the issues:
DBE-9645
DBE-9375

Magento 2 giving error no category save. Error is - No such entity with id = xx

In Magento 2 We are getting error on category save. Error is - No such entity with id = xx please any one can help to resolve the same ?
Thank you.
click to see screen shot for error
It happened to me also, in version 2.2.0.
In my case the problem was the url_rewrite table.
Check the "metadata" column of the url_rewrite table for non-existent categories and delete those rows.
The problem are the url_rewrite rows of products belonging to that category.
Assuming your site is in Developer Mode, you can change it to Production Mode and clear/flush cache and then switch back to Developer Mode.
I had this issue in the front end, as i recently moved the datatbase from one server to another. I have managed to solve by this way.
Please make indexing and recheck. If you are using any third party extension then this issue also occur. If you have deleted any category from any store then this may also happen. Please check all things hope your issue will resolve.
Go to admin Marketing -> URL Rewrite
And search in the target path with specific id category or product where you have an issue.
Then delete the entry where entity with id = xx.
Go back your category or product page and try to save again.

How to resolve this error - " One of the documents you are trying to access has been deleted, please try refreshing"? in Odoo v8?

Whenever I try to create an employee record in Human Resources, when I click Save, the above error occurs.
I checked in the database for any kind of ir-regularities and found that I have attached the screenshot.
As in the database error, the Autoincrement ID has been skipped as I have noticed.
Anyone with a clear insight on this, kindly suggest with what can be done. It would really grateful. Thanks
Create a new database if you can, and re install your module and try again.
Ok I am answering the question,
There was a custom module which I was not aware of(other than my custom module) and that was installed. UNinstalling it removed the error.

Heroku Dataclips don't see my database

I was trying to use dataclips but when I create a new one, no databases appear in the "Select database" dropdown... (I do have a Heroku/Postgres database for one of my apps)
I had the same error, created new dedicated database and the first one showed up (and after a while the new one too, which I deleted)
I've stopped using Dataclips for this. Instead, give QueryClips a shot. It lets you add your own (better-named) databases and saves your google sheet exports.