
TomKu
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Posts
Recent activity by TomKu-
phpMyAdmin redirection delay
Hi, After clicking phpMyAdmin button in cPanel I can see "The system will redirect you in a moment." It displays for 30 (maybe 31) seconds then phpmyadmin opens. To be sure I tested it on 3 serve...
-
Blank page after login to phpMyAdmin
After logging into phpMyAdmin (via cPanel) I get blank page On each refresh of the page /usr/local/cpanel/logs/error_log says: PHP Fatal error: Call to undefined function PMA_generate_common_url(...
-
PostgreSQL: owner of relation changed by restorepkg
Source host (psql 9.1): username_test=# \dt List of relations Schema | Name | Type | Owner --------+--------+-------+---------------- public | table1 | table | username_...
-
trigger defined in phpMyAdmin has cpses_XXX DEFINER
...so it cannot be used mysql> show triggers; +----------+--------+--------+---------------------------------------+--------+---------+----------+----------------------------+--------------------...
-
[Case 83089] postgres: restore cpmove and dbuser with the same name as database
In Postgres < 9.3 I can create database and dbuser with the same name. This stopped to work in Postgres 9.3 as after creating database username_db cPanel reports that such user already exists when ...
-
[Case 92945] Skipping grants for these MySQL databases: username_%
I am testing pkgacct/restorepkg and it fails to transfer grants for username_% The grants are defined in source MySQL as GRANT ALL PRIVILEGES ON `username\_%`.* TO 'username'@'localhost' From WHM...