Mysql Help

Status
This thread has been locked.

K Y R I X

Web Developer & Designer
Supreme
Feedback score
10
Posts
431
Reactions
92
Resources
0
I have a mysql backup of multicraft before i reinstall my vps i want to import it but it won't anyone can he me
upload_2018-6-19_16-28-41.png

upload_2018-6-19_16-28-59.png
 

Attachments

  • upload_2018-6-19_16-28-41.png
    upload_2018-6-19_16-28-41.png
    6.4 KB · Views: 87
  • upload_2018-6-19_16-28-59.png
    upload_2018-6-19_16-28-59.png
    4.5 KB · Views: 84
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

AlexTheGreat

Feedback score
0
Posts
9
Reactions
0
Resources
0
The multicraft daemon file cannot be uploaded through phpmyadmin because it is too big. You need to import it by command line, best of luck
 

ProperPvP

Feedback score
0
Posts
4
Reactions
1
Resources
0
You don't have to necessarily use MySQL cli tool, although it would be a lot faster.

If you have root access you can increase PHP's max upload file size in the php.ini file to 16MB and you'll be able to import the SQL dumps. Or you can just open the SQL file and split some of the queries into a few files and just import on by one. But using the MySQL CLI tool would be a lot faster and more practical :p
 

arrayofc

Feedback score
1
Posts
11
Reactions
4
Resources
0
If the size is too big and your phpMyAdmin times out while trying to import the files I would strongly recommend using BigDump, it's very efficient and has helped me out alot before. No need to import through command line.

 
Status
This thread has been locked.
Top