Username: epiz_31491660
The problem
So I already read that infinityfree doesn’t support innoDB. I think its fixed somehow, because all of my tables are using innoDB as database engine. The problem is this: If I go to relation view, I only can add columns and it does not let me to add the database, table, and the other column. I can only see empty dropdown. May I use sql query instead of UI? This feature would be very useful as this is where my whole website is based. Thank you for help!
Oxy
May 26, 2022, 8:50am
#2
Hi and welcome to the forum
we recently added innoDB
but I still don’t know for sure when it comes to foreign keys
This actually happened a few weeks ago, but due to mixed up communication it wasn’t announced properly before, so here it is:
MySQL has now been upgraded to version 5.7!
We used to run on MySQL 5.6, which already did not receive any security updates anymore. Upgrading to MySQL 5.7 means our database servers are more secure.
Also, the MySQL 5.7 upgrade brings some exciting new features, including:
Support for JSON columns
Support for InnoDB storage engine
This means that any software that r…
I think here you have everything -SQL query examples like ( ALTER TABLE
)
try testing and see if it works
if you have an example to share here with us (modify sensitive data)
then someone will help you much easier
5 Likes
Its the bug I found:
I have tried altering tables, but it says that it cannot be created
1005 - The epiz_31491660_videos
.notification
table could not be retrieved (error code 150:" Foreign key constraint is incorrectly formed ")
I’ve tried to import sql files with foreign keys, but it doesn’t appear if I view it after uploading
Oxy
May 26, 2022, 10:15am
#7
@jaikrishna.t it’s an old post back then innoDB didn’t exist yet
5 Likes
I’ll try another host then, because it doesn’t works. Anyways, thanks for fast help!
1 Like
system
Closed
June 2, 2022, 7:12pm
#10
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.