V
V
Vladimir Mikhalik2015-08-14 12:44:05
CMS
Vladimir Mikhalik, 2015-08-14 12:44:05

How to find a link to a phpmyadmin snout?

Good afternoon!

The situation is the following.

A colleague deployed some unknown web server on linux, raised a Windows virtual machine there for me (a lamer in Linux) and gave access to the root folders of the site, to the folder with phpmyadmin configs, and then safely dumped on vacation.

I rolled CMS there and now I can’t create a database, because I don’t know the link to phpmyadmin.
Addresses like localhost/myadmin , localhost/phpmyadmin , localhost/tools/phpmyadmin return 404 :(

I don't know how to find the exit on phpmyadmin, but the deadlines are burning.

Here is a piece of the config.

$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = 3306;
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';

/* End of servers configuration */

$cfg['blowfish_secret'] = '55b1eb07d23890.03857267';
$cfg['DefaultLang'] = 'ru';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;


How to find a face?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander Komarchuk, 2015-08-14
@AlexanderKomarchouk

If you have such problems, then do it easier. Go to the phpMyAdmin website: phpMyAdmin
Download it https://files.phpmyadmin.net/phpMyAdmin/4.4.13.1/p...
Create a folder on your web server and install phpMyAdmin there
And just use it. Of course, read the documentation/blogs on their website beforehand.

D
Dmitry Kuznetsov, 2015-08-14
@dima9595

Alternatively, try using Localhost -> Server IP address instead. Personally, I have: IP/phpmyadmin

D
Dmitry, 2015-08-14
@2fox

phpmyadmin is a regular php script for managing the database
, you need to look in the configuration files of the web server (for example, apache)
for a more specific answer, you need to know what kind of Linux assembly is on the server.
and as an option, phpmyadmin may not be installed at all (i.e. the files are there, but the script itself is not configured)

Z
zooks, 2015-08-14
@zooks

I think that if you don't know Linux, phpMiniAdmin will be the very thing.
There are zero settings - fill in and use.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question