Cpanel x2 error with mysql

Status
Not open for further replies.

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
I wanted the style x2 for cPanel for I wanted to use a script Brandon wrote. Now there is 1 problem... I think it has the wrong host for mysql set because it can't show the tables inside. It shows " Users in phpbb
viggeswe_vigswe (Privileges: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE ROUTINE, ALTER ROUTINE)
Connection Strings Perl[SIZE=-1] $dbh = DBI->connect("DBI:mysql:viggeswe_phpbb:10.10.96.130","viggeswe_vigswe","<PASSWORD HERE>");[/SIZE] PHP[SIZE=-1] $dbh=mysql_connect ("10.10.96.130", "viggeswe_vigswe", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("viggeswe_phpbb")[/SIZE]
"

<PASSWORD HERE> is probably the fault
 
Last edited:

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
You have to replace the <PASSWORD_HERE> with your actual password.
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
What??? Hack???

I'm not getting what you are trying to say...
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
I have cPanel 10 instead of cPanel 11... I requested that. But cPanel 10 can't connect to the database. Or something.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
You still have cPanel 11, just the cPanel 10 theme, and this issue is currently waiting to be fixed by cPanel/WHM themselves.
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
aha. Ok I didn't know that. Between, where are phpmyadmin in that style?
 
Status
Not open for further replies.
Top