Where to view MySQL connection data

Where to view MySQL connection data

Many of the applications that you can install on your website require databases and, in order to connect to them and use them, you need the MySQL connection details. You can find this information in the hosting management panel.
 
Within the hosting management panel, at the top, you will see the "Hosting information" section, where you can view the MySQL User and MySQL Password details.


You can also find the connection details by accessing the MySQL icon within the "Databases" section.


Note: The MySQL user password cannot be viewed from the control panel. If you do not remember it, you can change it: How to modify the password of the main FTP user


For more information, you can contact us.
    • Related Articles

    • Where to view FTP access data

      If you want to upload your website to the server, you must use an FTP client program. These programs require the server access details, which you can find in the hosting management in your cdmon Control Panel. Within the hosting management section, ...
    • Where to view server information

      From the cdmon Control Panel, you have the option to view information related to the server where your hosting is located, such as IP address and software versions. To view this information, you must access the hosting management section by clicking ...
    • How to connect to a database with MySQL Workbench

      Below we explain step by step how to establish a connection to your MySQL database using MySQL Workbench, including the necessary screenshots to guide you during the process. 1. Download and installation of MySQL Workbench MySQL Workbench is a free ...
    • How to create MySQL databases

      The use of dynamic pages or content management systems requires the use of MySQL databases. These databases can be created from the cdmon control panel. To create a database, first access the hosting management section. Once you access the hosting ...
    • How to connect to MySQL via SSH

      Any hosting that has SSH access enabled can connect to MySQL via console. To do so, you must use the following command: mysql -h ipweb -u databaseuser -p -h: In this option, enter the web IP of the hosting. You can check the IP in the Server ...