Jump to content

Recommended Posts

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...