How to access MySql root user using the command line?

Often in the case of big databases or lack of user interfaces you need to do MySQL functions using the command line on your server. In this article, we will discuss How to access MySql root users using the command line?

We try to minimize this article as we can.

  1. Login to SSH using your credetial vis putty/bitvise etc.
  2. Now copy this comand and paste on your ssh terminal.
mysql -u root -p

After this terminal will ask for the root MySQL password provide a password to be processed.

In the case of cyberpanel Mysql root password location is. /etc/cyberpanel/mysqlPassword. use cmd to show.

cat /etc/cyberpanel/mysqlPassword

Read: How to connect CyberPanel with CyberPanel Cloud?

Read more: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .

How to resolve PHPMyAdmin blank page error CyberPanel?

How to resolve PHPMyAdmin blank page error CyberPanel?

Sometime after update you faced PHPMyAdmin blank page error CyberPanel. In this article i will tell you the shortest way to resolve PHPMyAdmin blank page error CyberPanel.

You have to do few steps to resolve this issue.

You have to load your default PhpMyadmin script and replaced it with the present script.

How to resolve PHPMyAdmin blank page error CyberPanel?

1.Login to SSH. Change directory to the phpmyadmin using this command.

cd /usr/local/CyberCP/public/phpmyadmin

2. Here you have one simple file and one the working config file. Rename the working config to the new file like config.inc.php.old using this command.

mv config.inc.php config.inc.php.old

3. Now rename simple file to the working file and try to access phpmyadmin from the CyberPanel.

mv config.sample.inc.php config.inc.php

Go to the PhpMyAdmin page of your CyberPanel and check now.

https://<ServerIp>:8090/dataBases/phpMyAdmin
How to resolve PHPMyAdmin blank page error CyberPanel?

Read: How to connect CyberPanel with CyberPanel Cloud?

Read more: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .

How to connect CyberPanel with CyberPanel Cloud?

How to connect CyberPanel with CyberPanel Cloud?

CyberPanel Cloud is not only a support platform but it have a lot of paid features there. In this article we will tell you how to connect CyberPanel with CyberPanel Cloud?

CyberPanel cloud have a lot of paid features and l3 level support but there are also some free features like email debugger, CyberPanel upgrade, etc.

Find out CyberPanel Features List.

CyberPanel Cloud
CyberPanel Cloud

Steps to connect CyberPanel:

  1. Login or sign up on cloud
  2. Connect your CyberPanel

Login or sign up on cloud:

The first step is to login or sign up on CyberPanel cloud. here is the link.

https://cloud.cyberpanel.net/

If you already have and account just log in if not create a new one and log in.

Connect your CyberPanel with CyberPanel Cloud:

Once first step done now you can connect your CyberPanel to the cloud.

To connect your CyberPanel go to Connect CyberPanel -> connect in the top menu.

Connect CyberPanel
Connect CyberPanel

Now this screen will ask you for some detials.

  1. Name (Add and name according to your choice)
  2. IP (IP of your server you want to connect)
  3. Password (CyberPanel admin login Password)
  4. Port (Leave as it is if you are using 8090 or provide custom)
  5. Username (leave default )
Connect your CyberPanel with CyberPanel Cloud

after providing all details just press the connect button and if all good a green pop up appears and your server will be connected.

Read more: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .