link to hotel?Hey Guys I'm making a retro in my vps windows 2008 but when I try importing my db it comes up with the error like this
You must be registered for see links
If someone can help would be really appreciated
Sent from my iPad using Tapatalk
whats the linkYes
Sent from my iPad using Tapatalk
what db r u using? is it a normal plus db or a edit from a release thread?But my db has the latest features
Sent from my iPad using Tapatalk
what exactly was edited? cant u use a working db and copy the updated tables over?A edit but not released
Sent from my iPad using Tapatalk
you need to fix hote_id in database i cant registeredHey Guys I'm making a retro in my vps windows 2008 but when I try importing my db it comes up with the error like this
You must be registered for see links
If someone can help would be really appreciated
Sent from my iPad using Tapatalk
true if u want a non functioning hotel with missing data and tables that is....What you can do is, select the box hat says, "Continue on errors," and it should continue the uploading process, or you could put your database in pastebin.com, and I will check it out for any errors, as I'm pretty sure it's just an error in the sql file.
By the looks of it, it doesn't look like it's something wrong with any structures, it's clearly a table, that has truncated data inside it.true if u want a non functioning hotel with missing data and tables that is....
Have you turned off MySQL strict mode?How can I import the sql file successfully ?
Sent from my iPad using Tapatalk
SET sql_mode = '';
On your Navicat Installation, click your database > click query > In the white text box enter SET sql_mode = ''; > Click RunHow to turn off Mysql strict mode?
Sent from my iPad using Tapatalk
That doesn't work eitherOn your Navicat Installation, click your database > click query > In the white text box enter SET sql_mode = ''; > Click Run
That should allow you to run that query.
It may also help if you post the actual error. If you scroll to the top of your import prompt, it will tell you the actual error that's stopping the import of the database
Regards,