
JavaLink
Members-
Content Count
7 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout JavaLink
-
Rank
Newbie
-
Thanks a lot.
-
OK thanks. installed. i have couple of another questions about froxlor: 0 - Where is admin login page? after installation i got to first page for installation.. 1- What is difference between froxlor with DirectAdmin and Cpanel... i see that i install it without clean server. I mean why DirectAdmin need clean server to installing it.. but in froxlor i now just install it on my production server with previous site without any problem. 2- Can froxlor damage another database or user's. i am now on a production server. for example delete my previous database .. or i dont know ap
-
OK . you mean change password of myuser to simpler password?
-
MySQL 5.7.27
-
Here is all information that i enter in installer page
-
Server version: 5.7.27-0ubuntu0.16.04.1 (Ubuntu) PHP Version 7.0.33-0ubuntu0.16.04.5 Server version: Apache/2.4.18 (Ubuntu) Froxlor: 0.9.40.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"