The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
What are the exact errors you are facing?
Also, do not use quotes around the database/table name, that is not valid SQL. |
#22
|
||||
|
||||
The error is:
PHP Code:
PHP Code:
PHP Code:
|
#23
|
|||
|
|||
Yes you get that error because you wrap your database and table name in quotes. Remove the quotes.
|
#24
|
||||
|
||||
I will rerun it but I got the same type of error before I added those.
--------------- Added [DATE]1441967876[/DATE] at [TIME]1441967876[/TIME] --------------- Ok, ran: PHP Code:
Got: PHP Code:
not sure why but cant edit this |
#25
|
|||
|
|||
I have a feeling it's messing up because you have dashes in your database name. Is it possible for you to rename it to something else, alphanumeric characters only? Then try it again.
|
#26
|
||||
|
||||
Try this query. The database needs to be backticked seperately from the table name, and I've added IGNORE after INSERT.
Code:
INSERT IGNORE INTO `muscle-mecca-BackUp`.`post` (SELECT * FROM `meccaaugust-backup`.`post` WHERE threadid IN (SELECT threadid FROM `muscle-mecca-BackUp`.`thread`)) |
2 благодарности(ей) от: | ||
John Lester, RichieBoy67 |
#27
|
||||
|
||||
Error says select command denied for user.. I think I know the issue though. I need both databases to use the same user. Right?
Ok, think I got it.. Checking now! Thanks --------------- Added [DATE]1442031673[/DATE] at [TIME]1442031673[/TIME] --------------- Very strange, this did work on the back ups but now I change the name and am getting an error saying the post table doesn't exist. ######.post table doesn't exist This is for the live database, not the back up. I do not understand it. --------------- Added [DATE]1442049184[/DATE] at [TIME]1442049184[/TIME] --------------- Ok, I got it. I believe the last issue had something to do with the log for that table. I ended up copying that entire database to a new one and then running the last query there. Perfect! This actually leads me to a new topic I will be posting about which is how and why my site actually started ranking better and getting more traffic after almost 400,000 posts were removed. Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|