SA-MP Forums Archive
mysql vps help plz - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: mysql vps help plz (/showthread.php?tid=611589)



mysql vps help plz - Alexander1234 - 08.07.2016

i got vps and it is working on open game panel put when i upload the sql file for the samp script it told me large size


how to make the import size bigger on vps


Re: mysql vps help plz - Vince - 08.07.2016

Find my.cnf and increase max_allowed_packet or just import with command line. Upload the file to the server through (S)FTP. Then run command:
Code:
mysql -u root -p yourdatabasename < /path/to/file.sql



Re: mysql vps help plz - Alexander1234 - 08.07.2016

IT TOLD ME



-bash: /path/to/file.sql: No such file or directory


Re: mysql vps help plz - iKarim - 08.07.2016

change path/to/file.sql to the path of your .sql dumped file,


Re: mysql vps help plz - Alexander1234 - 08.07.2016

nothing happened can anyone send me msg and i will give him the vps info and he make it for me


Re: mysql vps help plz - Napst34 - 08.07.2016

/path/to/file.sql = The directory you uploaded the BDD to.