arrow_upward

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open game panel MySQL Offline
#8
Part 1 of the fix is already available here: https://post4vps.com/Thread-Reset-MariaDB-Root-Password

Part 2 is nothing special either. I created a second user that is not called root and I granted it global administrative permission. All of this through the MySQL command line client "mysql".

The commands I used are:
1. mysql -u root -p
2. USE mysql;
3. CREATE USER 'username'@'localhost' IDENTIFIED BY 'passwordhere';
4. GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost' WITH GRANT OPTION;
5. FLUSH PRIVILEGES;
6. exit

In MySQL 5.7 and MariaDB 10.1 login as root in applications has usually been disabled as a security protection method. You can usually only login as root from the MySQL command line client "mysql". To fix that I created a new user as described above.

Or better said:
https://askubuntu.com/questions/763336/c...-mysql-5-7 Wrote:MySQL 5.7 changed the secure model: now MySQL root login requires a sudo. phpMyAdmin will be not able to use root credentials. The simplest, safest and permanent solution will be create a new user and grant required privileges.


About your phpMyAdmin not found issue. You simply installed it wrong or at the wrong location. I just downloaded the latest version as .zip file, moved the file to /var/www/html, extracted it, renamed the extracted folder and then inside I renamed "config.inc.sample.php" to "config.inc.php" and set the required "blowfish secret" inside that file.
[Image: zHHqO5Q.png]
lockThread Closed 


Messages In This Thread
Open game panel MySQL Offline - by youssefbasha - 07-26-2019, 11:56 AM
RE: Open game panel MySQL Offline - by hamed - 07-26-2019, 04:14 PM
RE: Open game panel MySQL Offline - by Mashiro - 07-26-2019, 04:38 PM
RE: Open game panel MySQL Offline - by Mashiro - 07-26-2019, 06:14 PM
RE: Open game panel MySQL Offline - by Mashiro - 07-27-2019, 09:14 AM
RE: Open game panel MySQL Offline - by roy79482 - 09-01-2019, 03:20 PM
RE: Open game panel MySQL Offline - by Mashiro - 09-01-2019, 03:28 PM
RE: Open game panel MySQL Offline - by roy79482 - 09-01-2019, 04:05 PM

Possibly Related Threads…
Thread
Author
Replies
Views
Last Post
2,547
06-05-2020, 02:28 PM
Last Post: Khadeer143
2,626
09-13-2019, 02:29 AM
Last Post: humanpuff69

person_pin_circle Users browsing this thread: 4 Guest(s)
Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting