phpmyadmin problem |
good morning to all,
It's the first time I use codeigniter4 and I am comfortable with it. Otherwise I have a problem in a local installation (XAMPP) on my PC: everything goes well 1. XAMPP installation is OK 2. codeigniter4 installation by composer is OK 3. I build a little DB with phpmyadmin 4. In .env file I put the istructions to get db: #-------------------------------------------------------------------- # DATABASE #-------------------------------------------------------------------- database.default.hostname = localhost database.default.database = biglietti database.default.username = root database.default.password = '' database.default.DBDriver = MySQLi # database.default.DBPrefix = database.default.port = 3306 as you can see I haven't put a password (it's a local installation so...) When I did the first operation with DB (i.e. write a record), the operation goes well, but, when I open phpmyadmin panel, I have this at the bottom of the page: The phpMyAdmin storage configuration is not complete, so some additional features have been disabled. Find out why. Alternatively, go to the 'Operations' tab of any database to configure it from there. In particular, when I push privilege tab of all DB, I have this error: Code: SELECT `User`, `Host`, `Select_priv`, Code: Messaggio di MySQL: Code: #1030 - Rilevato l'errore 176 "Read page with wrong checksum" dal gestore delle tabelle Aria |
Messages In This Thread |
phpmyadmin problem - by medeino1964 - 07-22-2023, 06:39 AM
RE: phpmyadmin problem - by InsiteFX - 07-22-2023, 11:18 PM
RE: phpmyadmin problem - by medeino1964 - 07-23-2023, 12:30 AM
RE: phpmyadmin problem - by medeino1964 - 07-23-2023, 01:17 AM
RE: phpmyadmin problem - by medeino1964 - 07-24-2023, 12:14 AM
RE: phpmyadmin problem - by medeino1964 - 07-26-2023, 02:40 AM
RE: phpmyadmin problem - by InsiteFX - 07-26-2023, 10:39 PM
RE: phpmyadmin problem - by medeino1964 - 07-27-2023, 02:37 AM
RE: phpmyadmin problem - by wdeda - 07-27-2023, 06:43 AM
RE: phpmyadmin problem - by JustJohnQ - 07-27-2023, 07:04 AM
RE: phpmyadmin problem - by medeino1964 - 07-27-2023, 07:07 AM
RE: phpmyadmin problem - by InsiteFX - 07-29-2023, 10:34 PM
RE: phpmyadmin problem - by medeino1964 - 08-02-2023, 11:11 PM
RE: phpmyadmin problem - by InsiteFX - 08-04-2023, 11:38 PM
RE: phpmyadmin problem - by InsiteFX - 08-05-2023, 11:36 PM
RE: phpmyadmin problem - by medeino1964 - 08-06-2023, 04:06 AM
|