Skip to main content

user registration form details NOT saved in cpanel Database Table.

Comments

2 comments

  • plesk4lyf
    Hi sypheit, What you've described is nothing out of the ordinary. The user and database privileges are not stored in the database you made - djboziah_aunthentication. They're stored in the mysql database called 'mysql', specifically in the 'users' table. Here's from my cPanel server: ================================================================================= [root@devpanel ~]# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3306 Server version: 5.7.30 MySQL Community Server (GPL) Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> SELECT user,host,authentication_string FROM mysql.user WHERE host = "localhost" ; +---------------+-----------+-------------------------------------------+ | user | host | authentication_string | +---------------+-----------+-------------------------------------------+ | jsonbourne | localhost | *0F578778EDAA1623943F95A9B515F562F8C2AC4E | | mysql.session | localhost | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE | | mysql.sys | localhost | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE | | root | localhost | *44C63FA794C9386897D9BD6AFD4410BAB8DA8568 | +---------------+-----------+-------------------------------------------+ 4 rows in set (0.00 sec) ================================================================================= If you have root access, you can view the mysql.user table from the WHM PHPMyAdmin tool.
    0
  • cPanelLauren
    @plesk4lyf is correct but when you set the privileges through the UI it should update them anywhere this is necessary to be. Since your profile indicates you may not have root access I'd suggest contacting your hosting provider for further assistance with this.
    0

Please sign in to leave a comment.