Jump to content

Recommended Posts

Posted

Hey,I found pretty website template from internet but i can't find the information that is required.I found only the db.e09c78d1720940d18142359a65eda815.png

Posted
$myhost = "localhost";
$myuser = "exploit_user";
$mypass = "whateveryourpasswordis";
$mydb   = "exploit_db";
You create your database at https://ricky.heliohost.org:2083/frontend/paper_lantern/sql/index.html

You create your database user, and password on that same page.

You add permissions for that user to your database on that same page too.

 

When i open my site it says Failed to connect to MySQL: Access denied for user 'exploit_user'@'localhost' to database 'exploit_database'

I did everything as you but i changed the mypass to my password for the database.

Posted

You add permissions for that user to your database on that same page too.

You didn't add permissions for that account on that database.
Posted

...this one should be pretty self explanatory... The table settings doesn't exist:

mysql> use exploit_database;
Database changed

mysql> show tables;
Empty set (0.00 sec)
Do you have a .sql file you meant to import perhaps?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...