• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Cant connect to my Phpmyadmin

marblo85

New Member
Joined
Jun 26, 2009
Messages
6
Reaction score
0
Cant connect to my Phpmyadmin? i think i got hacked.. what can i do to fix my PMA? i tried to change htaccess to

order deny,allow
deny from all
allow from 127.0.0.1

but i still cant reach my Phpmyadmin. Please help me!
 
hey dude go to you confg.lua of you server go the --Database and it should be something like this, them change your password and done them go to http://localhost/phpmyadmin/ them login 'root' password is the one you changed on your config.lua.


sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root" << LOGIN
sqlPass = "YOUR PASSWORD" << PASS
sqlDatabase = "HellServer"
sqlFile = "schemas+Database/HellServer.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"


Hope this is helpfull.
 
Back
Top