vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   dump not importing (https://vborg.vbsupport.ru/showthread.php?t=54117)

vB-Host.com 06-10-2003 10:30 AM

dump not importing
 
Sorry to post this both here and .com, but I have a customer waiting, so I need to find a solution ASAP.. ok,

I am trying to import a 17mb sql dump for a new customer. I uploaded the file to the server but as soon as I get the password propt, type in the password and hit enter... I receive the propt you get when it finishes I have tried both mysql -u root -p database < /home/username/dump.sql and mysql -u username -p database < /home/username/dump.sql

any ideas?

Erwin 06-10-2003 10:33 AM

Use this format - also, make sure you have permission to change the database set up properly.

mysql -uUSERNAME -p newdbname < /path/to/dump.sql

vB-Host.com 06-10-2003 10:41 AM

same thing i get.. instant propt it's done. where do I check the permission? I have never had this problem before It is not working using -uroot or -uusername

filburt1 06-10-2003 12:13 PM

There shouldn't be a space between -u and root.
Code:

mysql -uusername -p databasename < path/to/dump.sql
...is exactly what you should use, only changing the obvious stuff.

vB-Host.com 06-10-2003 12:16 PM

yes as stated above, I did that and still propts like it is finshed instantly. I used both -ucustomer-name and -uroot but no import

vB-Host.com 06-10-2003 09:00 PM

/me bumps in hopes of an answer still

Erwin 06-11-2003 01:43 AM

It's a database permission issue - search vB.com - there are a few threads on it.


All times are GMT. The time now is 12:11 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00983 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete