Dire request for help with sql menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Dire request for help with sql

    Hi, thanks for coming to take a look.

    Basicly what I need to do is be able to backup my database, then import it again to a different database.
    I know how to do this and i've done it many times before.
    Problem is, It's no longer working...
    I go into sqlyog, I find ascent, Right click, backup as sqldump, structure and data.
    Exports successfully.

    Ok, time to import it again, restore from sql dump, importing... ERROR!

    mmm whats wrong i say?

    No database selected...

    wtf

    I try fiddling around with the settings for hours on end, as i really need this to work if i'm going to release the repack i'm working on...

    In the end i cant get it to work, so i get navicat thinking that may be able to get it to work...

    new connection

    localhost,
    root,
    *pass*
    3306

    ERROR, revieved invalid response from SSL...

    try a few different settings,

    ERROR, lost connection unexpectantly...

    I'm starting to wonder if this is a error with my DB and i have to start over... Thats not an answer, I finished this repack, just a couple of bugs to clean up, I am not starting again, I've put months into this...

    Anyone got a possible solution? Thanks, +2 Rep to anyone who can help.

    ~Salamanda

    Dire request for help with sql
  2. #2
    Aznex's Avatar Contributor
    Reputation
    128
    Join Date
    Feb 2008
    Posts
    770
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did u maybe upgrade your SQLyog?

  3. #3
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I havn't updated it for about a year now... Am i supposed to update it, and where from?
    The database is up to date but sqlyog... Thats another question :P
    Last edited by stoneharry; 10-06-2008 at 10:18 AM.

  4. #4
    Nymphx's Avatar Active Member
    Reputation
    83
    Join Date
    Sep 2008
    Posts
    212
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whenever i've had to back anything up, i've just copy & pasted the files I need into a different location so i'm not too sure about your problem

    My way may be noob but i've never had issues with it.

  5. #5
    Exacute's Avatar Active Member
    Reputation
    67
    Join Date
    Mar 2008
    Posts
    337
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use Navicat.. jsut search for it.. much better than sqlyoug
    [/COLOR]

  6. #6
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Exacute please read the full post? I said navicat wasn't working and some errors *sigh*

  7. #7
    baptizein's Avatar Member
    Reputation
    16
    Join Date
    Jul 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use MySQL console to import it into your database...

    To switch to a new database:
    Code:
    use [database name]
    
    example: use ascent
    Then... Import your new database. (Will override all content in that database):
    Code:
    source [path to SQL file]
    
    example: source c:sqlfile.sql
    This should do the trick for you.
    Lead Project Developer and Administrator of Team WoWfare · Developers of scripts and programs for World of Warcraft private servers

  8. #8
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by baptizein View Post
    Use MySQL console to import it into your database...

    To switch to a new database:
    Code:
    use [database name]
     
    example: use ascent
    Then... Import your new database. (Will override all content in that database):
    Code:
    source [path to SQL file]
     
    example: source c:sqlfile.sql
    This should do the trick for you.
    ah yeah... I don't know where to find mysql console
    I installed my own database into C then when i restarted comp it runs in the background somewhere automaticly... The old repack ones with the exe, yeah i could do that then... But now i don't know where to find the exe :/

  9. #9
    baptizein's Avatar Member
    Reputation
    16
    Join Date
    Jul 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you are using WampServer, you can find MySQL console at:

    C Drive > wamp > bin > mysql > mysql5.0.51b > bin > mysql.exe

    Otherwise, it will be accessible from your Start Menu > Programs
    Lead Project Developer and Administrator of Team WoWfare · Developers of scripts and programs for World of Warcraft private servers

  10. #10
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Error no. 2 when I try to do it with my world DB, but with logon DB it works fine... It's something to do with the exporting it must be, any idea's?

    Anyway +Rep for help so far

  11. #11
    baptizein's Avatar Member
    Reputation
    16
    Join Date
    Jul 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, I would maybe suggest you delete all the tables out from the world database and try it again. But, if it doesn't work, you would lose that stored information.
    Lead Project Developer and Administrator of Team WoWfare · Developers of scripts and programs for World of Warcraft private servers

  12. #12
    Aznex's Avatar Contributor
    Reputation
    128
    Join Date
    Feb 2008
    Posts
    770
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just to add: Don't upgrade from your current SQLyog or mysql Had people before and the problem was they upgraded, so don't do that But I had the same problem with NCDB, WhyDB didn't have it do :\

  13. #13
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Damn it, i'm using NCDB... *sigh* I really don't want to start over... I'll see what I can do

  14. #14
    Aznex's Avatar Contributor
    Reputation
    128
    Join Date
    Feb 2008
    Posts
    770
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not saying its NCDB, I might have done something wrong when I was using NCDB, but really I didn't have it when I used WhyDB. If I were to be u I would wait until someone like TehSpidey replies

  15. #15
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    ok thanks for all the help

Page 1 of 2 12 LastLast

Similar Threads

  1. [Request] to help with exploring
    By mynamesucks in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 06-06-2008, 10:47 PM
  2. Request for help
    By Mifano in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 03-18-2008, 03:19 PM
  3. [Request] Need help with "Posing as a Company" scam
    By ReidE96 in forum WoW Scams Help
    Replies: 2
    Last Post: 03-16-2008, 02:19 PM
  4. Looking for help with leaching.
    By Toldorn in forum World of Warcraft General
    Replies: 2
    Last Post: 12-22-2007, 07:57 PM
  5. Asking for help with video's like dvd wise.
    By corn674 in forum Community Chat
    Replies: 4
    Last Post: 12-13-2006, 05:15 AM
All times are GMT -5. The time now is 02:27 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search