
Hi,
I looked in all the forum answers about phpMyAdmin.
The information as mentioned here is for me not enough.
Themler does not include phpmyadmin in its installation.
But you can download and use it, if you want.
Please use these MySQL credentials:
Server Address: 127.0.0.1
Server Port: 12306
Login: root
Password:
The URL I have to use is 127.0.0.1:12080/phpMyAdmin/index.php
I cannot use Server Port 12306
I find that the version of the phpMyAdmin should be 4.4.5?
The location where to store the folder should be C:\ProgramData\Themler\hd_data?
You have to edit the config.sample.inc.php and store it to config.inc.php
The next values should be active:
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
But then I get a popup who says Cannot log in to the MySQL server
Did I missed something?
Hi, I looked in all the forum answers about phpMyAdmin. The information as mentioned here is for me not enough. **Themler does not include phpmyadmin in its installation. But you can download and use it, if you want. Please use these MySQL credentials: Server Address: 127.0.0.1 Server Port: 12306 Login: root Password:** The URL I have to use is 127.0.0.1:**12080**/phpMyAdmin/index.php I cannot use **Server Port 12306** I find that the version of the phpMyAdmin should be **4.4.5**? The location where to store the folder should be **C:\ProgramData\Themler\hd_data**? You have to edit the **config.sample.inc.php** and store it to **config.inc.php** The next values should be active: **$cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['AllowNoPassword'] = true; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = '';** But then I get a popup who says **Cannot log in to the MySQL server** Did I missed something?