Page 1 of 1

Uploading sql file through Filezilla

Posted: 2018-11-04 13:06
by tomas92
So.. I have been trying to upload my sql file through Filezilla. I downloaded phpmyadmin and uploaded it to Filezilla. I've been trying to log in to phpmyadmin through https://myhostblabla/username/phpmyadmin/ but i get the message mysqli_real_connect(): (HY000/1045): Access denied for user 'user'@'myhostblabla' (using password: YES) when i type in my username and password. The file config.inc.php didn't exist in phpmyadmin so i created one by using the file config.sample.inc file as help. And i added the host and a username and password into the config.inc file.
['host'] = 'myhostblabla';
$cfg['Servers'][$i]['user']= 'myusername';
$cfg['Servers'][$i]['password'] = 'mypassword';

Any ideas on how to solve this problem? I would really appreciate any help.

Re: Uploading sql file through Filezilla

Posted: 2018-11-04 13:45
by botg
This has nothing to do with FileZilla.

Re: Uploading sql file through Filezilla

Posted: 2018-11-04 16:47
by boco
Your hoster should be able to tell you what the root MySQL password is. The user name is usually "root".

Other than uploading the files (which you have done already), this is unrelated to FileZilla / FTP in general, and outside the scope of these forums.