Jump to content
Froxlor Forum

Search the Community

Showing results for tags 'problem'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Froxlor
    • Announcements
    • Feedback
    • Development
    • Bugs and Feature Requests
    • Trashcan
  • Support
    • General Discussion
  • Other Languages
    • German / Deutsch

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi I try install Froxlor several times bu every time i get error SQLSTATE[HY000] [1045] Access denied for user 'myuser'@'localhost' (using password: YES) I do these things for create use: CREATE USER 'myuser'@'localhost' IDENTIFIED BY 'pP123!@#Hello'; then create database froxlor; and then GRANT ALL PRIVILEGES ON `froxlor` TO 'myuser'@'localhost'; FLUSH PRIVILEGES; I check connection with a file called con.php contain this ---> and it's OK. <?php $servername = "localhost"; $username = "myuser"; $password = "pP123!@#Hello"; // Create connection $conn = new mysqli($servername, $username, $password); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } echo "Connected successfully"; but after run froxlor to install it and fill all information, i get that error. Also i check again with server and find out that the `myuser` user is deleted...What happened? What Froxlor do?
×
×
  • Create New...