Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
[table] was created with a different version of MySQL and cannot be read
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- [table] was created with a different version of My...
[table] was created with a different version of MySQL and cannot be read
23-02-2014 4:54 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi there,
Can anyone help?
I thought the migration of my site had gone fairly smoothly - my existing code worked fine once I updated it with the new SQL database host / name / passwords etc
However I'm trying to read / insert data into a new table I've created since the migration - I can see it in phpMyAdmin and I can successfully run the queries / inserts directly in that tool - but when I try to run exactly the same queries in my code they fail and I get the following mysqli_error:
Can anyone help?
I thought the migration of my site had gone fairly smoothly - my existing code worked fine once I updated it with the new SQL database host / name / passwords etc
However I'm trying to read / insert data into a new table I've created since the migration - I can see it in phpMyAdmin and I can successfully run the queries / inserts directly in that tool - but when I try to run exactly the same queries in my code they fail and I get the following mysqli_error:
was created with a different version of MySQL and cannot be read All my previous tables are reading fine. Any ideas of what I can do to fix this? I did a quick search on Google but the advice all seemed fairly technical (downgrading the database, re-instally the upgrade on the server...) I'm an amateur coder, so any advice will have to be fairly basic! |
Message 1 of 5
(1,098 Views)
4 REPLIES 4
Re: [table] was created with a different version of MySQL and cannot be read
23-02-2014 6:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
How did you create the table? phpMyAdmin?
I have to admit, for the moment I'm ignoring that tool and just using Adminer.
Gabe
I have to admit, for the moment I'm ignoring that tool and just using Adminer.
Gabe
Message 2 of 5
(544 Views)
Re: [table] was created with a different version of MySQL and cannot be read
23-02-2014 8:25 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
yes I created it in phpMyAdmin.
just tried dropping the table and rebuilding it using MySqlManager in the Control Panel - that hasn't worked either.
Maybe I'll try Adminer as you suggest.
just tried dropping the table and rebuilding it using MySqlManager in the Control Panel - that hasn't worked either.
Maybe I'll try Adminer as you suggest.
Message 3 of 5
(544 Views)
Re: [table] was created with a different version of MySQL and cannot be read
23-02-2014 8:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
fixed it.
double-checked my host name and it was subtly different to the one in the control panel. Odd that the rest of the site was working - either way its fixed now.
double-checked my host name and it was subtly different to the one in the control panel. Odd that the rest of the site was working - either way its fixed now.
Message 4 of 5
(544 Views)
Re: [table] was created with a different version of MySQL and cannot be read
24-02-2014 11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've seen a few of these now.
There were a number of customers who were originally provisioned on MySQL4 database instances. This was later corrected after it was found to cause problems with the phpMyAdmin application install. In some cases it looks like the database instances were upgraded to 5 in the MySQL Manager/Control Panel however some customers' sites were left pointing at the MySQL4 instance
There were a number of customers who were originally provisioned on MySQL4 database instances. This was later corrected after it was found to cause problems with the phpMyAdmin application install. In some cases it looks like the database instances were upgraded to 5 in the MySQL Manager/Control Panel however some customers' sites were left pointing at the MySQL4 instance

Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Message 5 of 5
(544 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- [table] was created with a different version of My...