Uploading sql file through Filezilla

Have the feeling that everybody is staring at you in the other forums? Then look here, in this forum nobody does care what you say ;-)

Moderator: Project members

Post Reply
Message
Author
tomas92
500 Command not understood
Posts: 1
Joined: 2018-11-04 12:49
First name: C
Last name: Tomson

Uploading sql file through Filezilla

#1 Post by tomas92 » 2018-11-04 13:06

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.

User avatar
botg
Site Admin
Posts: 35492
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Uploading sql file through Filezilla

#2 Post by botg » 2018-11-04 13:45

This has nothing to do with FileZilla.

User avatar
boco
Contributor
Posts: 26899
Joined: 2006-05-01 03:28
Location: Germany

Re: Uploading sql file through Filezilla

#3 Post by boco » 2018-11-04 16:47

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.
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###

Post Reply