-
IMAGE SYNC
-
We will increase the allowable database upload from `2M` to `50m` in `/etc/php.ini` using `default.pp`. Specifically, we will change the following attributes:
- `upload_max_filesize`
- `post_max_size…
-
I changed the php.ini to make this working but apparently still now working.
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
uploa…
-
I'm currently stuck on this line
> Open PHPMyAdmin, create a DB & import db.sql file.
what's the best way to install PHPMyAdmin?
I downloaded the latest PHPMyAdmin here, https://www.phpmyadm…
-
At some point we want to drop PHP to rely on a single server-side language, so we'll need to find a replacement for that.
I quickly look for alternatives and found this: https://github.com/igorkasyan…
-
PhpMyAdmin has the following feature: http://wiki.phpmyadmin.net/pma/auth_types#signon
So if you set the following in your application login code:
```
$_SESSION['PMA_single_signon_user'] = $_POST['…
ghost updated
11 years ago
-
```
= What steps will reproduce the problem?
1. install glosswordwamp on windows XP and start the program
2. run phpmyadmin with the link provided by the software
3. browser give a blank page after lo…
-
IMAGE SYNC
-
### Describe the bug
After a new install, I create a domain with a database.
When I try to access phpmyadmin i encounter the following error in the browser:
"phpMyAdmin - Error
Existing conf…
-
I really love fm for DNS management, intuitive, flexible and most of all, easy!
Currently I manage my freeradius MySQL db using phpmyadmin, which is hardly ideal. It would be great if fm had a module…