• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

Ubuntu 18.04 LTS (Bionic Beaver) - 64Bit phpmyadmin geht nicht

tolinoman

New Member
ich habe lamp mit dieser anleitung installiert
https://www.webhosterwissen.de/know...mysql-php-lamp-auf-ubuntu-18-04-installieren/wenn ich aber phpmyadmin aufrufe kommt nur dieses was habe ich falsch gemacht danke schon mal für die hilfe
Code:
get(Response::class); /** @var DatabaseInterface $dbi */ $dbi = $containerBuilder->get(DatabaseInterface::class); /** @var HomeController $controller */ $controller = $containerBuilder->get(HomeController::class); if (isset($_REQUEST['ajax_request']) && ! empty($_REQUEST['access_time'])) {    exit; } if (isset($_POST['set_theme'])) {    $controller->setTheme([        'set_theme' => $_POST['set_theme'],    ]);     header('Location: index.php' . Url::getCommonRaw()); } elseif (isset($_POST['collation_connection'])) {    $controller->setCollationConnection([        'collation_connection' => $_POST['collation_connection'],    ]);     header('Location: index.php' . Url::getCommonRaw()); } elseif (! empty($_REQUEST['db'])) {    // See FAQ 1.34    $page = null;    if (! empty($_REQUEST['table'])) {        $page = Util::getScriptNameForOption(            $GLOBALS['cfg']['DefaultTabTable'],            'table'        );    } else {        $page = Util::getScriptNameForOption(            $GLOBALS['cfg']['DefaultTabDatabase'],            'database'        );    }    include ROOT_PATH . $page; } elseif ($response->isAjax() && ! empty($_REQUEST['recent_table'])) {    $response->addJSON($controller->reloadRecentTablesList()); } elseif ($GLOBALS['PMA_Config']->isGitRevision()    && isset($_REQUEST['git_revision'])    && $response->isAjax() ) {    $response->addHTML($controller->gitRevision()); } else {    // Handles some variables that may have been sent by the calling script    $GLOBALS['db'] = '';    $GLOBALS['table'] = '';    $show_query = '1';     if ($server > 0) {        include ROOT_PATH . 'libraries/server_common.inc.php';    }     $response->addHTML($controller->index()); }
das ist die original seite
http://srv5818.blue.kundencontroller.de/phpmyadmin/
 
Für den virtuellen Host ist kein PHP aktiviert, deshalb gibt er den Inhalt der PHP Datei aus, statt ihn auszuführen.
 
Hast du alle Befehle aus deiner Anleitung durchgeführt? Kommen irgendwelche Fehlermeldungen? Welche? Was sagen die Logdateien? Mit deiner Aussage, dass du es nicht konfiguriert bekommst, können wir wenig anfangen.
 
ja habe alle befehle durchgefürt fehler kam keiner und dassind die losgs dieser von
masql
Code:
2020-02-05T09:00:39.163112Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-02-05T09:00:40.620421Z 0 [Warning] InnoDB: New log files created, LSN=45790
2020-02-05T09:00:41.228739Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2020-02-05T09:00:41.565267Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: fc6b02f9-47f5-11ea-baf3-0084ed59d048.
2020-02-05T09:00:41.655373Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2020-02-05T09:00:42.134713Z 0 [Warning] CA certificate ca.pem is self signed.
2020-02-05T09:00:42.425319Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2020-02-05T09:01:24.307304Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-02-05T09:01:24.309342Z 0 [Note] mysqld (mysqld 5.7.29-0ubuntu0.18.04.1) starting as process 3133 ...
2020-02-05T09:01:24.314209Z 0 [Note] InnoDB: PUNCH HOLE support available
2020-02-05T09:01:24.314237Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-02-05T09:01:24.314245Z 0 [Note] InnoDB: Uses event mutexes
2020-02-05T09:01:24.314253Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2020-02-05T09:01:24.314260Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-02-05T09:01:24.314268Z 0 [Note] InnoDB: Using Linux native AIO
2020-02-05T09:01:24.314577Z 0 [Note] InnoDB: Number of pools: 1
2020-02-05T09:01:24.314702Z 0 [Note] InnoDB: Using CPU crc32 instructions
2020-02-05T09:01:24.316513Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2020-02-05T09:01:24.327983Z 0 [Note] InnoDB: Completed initialization of buffer pool
2020-02-05T09:01:24.330595Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-02-05T09:01:24.343329Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2020-02-05T09:01:24.463988Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-02-05T09:01:24.464050Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-02-05T09:01:24.587118Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-02-05T09:01:24.588081Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2020-02-05T09:01:24.588094Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2020-02-05T09:01:24.589071Z 0 [Note] InnoDB: 5.7.29 started; log sequence number 2630588
2020-02-05T09:01:24.589454Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2020-02-05T09:01:24.589770Z 0 [Note] Plugin 'FEDERATED' is disabled.
2020-02-05T09:01:24.591683Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200205 10:01:24
2020-02-05T09:01:24.596675Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2020-02-05T09:01:24.596691Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2020-02-05T09:01:24.597431Z 0 [Warning] CA certificate ca.pem is self signed.
2020-02-05T09:01:24.597465Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2020-02-05T09:01:24.666320Z 0 [Warning] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2020-02-05T09:01:24.675060Z 0 [Note] Event Scheduler: Loaded 0 events
2020-02-05T09:01:24.675378Z 0 [Note] mysqld: ready for connections.
Version: '5.7.29-0ubuntu0.18.04.1'  socket: '/tmp/tmp.4WJGBQ79t0/mysqld.sock'  port: 0  (Ubuntu)
2020-02-05T09:01:24.786504Z 0 [Note] Giving 0 client threads a chance to die gracefully
2020-02-05T09:01:24.786534Z 0 [Note] Shutting down slave threads
2020-02-05T09:01:24.786544Z 0 [Note] Forcefully disconnecting 0 remaining clients
2020-02-05T09:01:24.786552Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2020-02-05T09:01:24.786599Z 0 [Note] Binlog end
2020-02-05T09:01:24.787131Z 0 [Note] Shutting down plugin 'auth_socket'
2020-02-05T09:01:24.787141Z 0 [Note] Shutting down plugin 'ngram'
2020-02-05T09:01:24.787147Z 0 [Note] Shutting down plugin 'partition'
2020-02-05T09:01:24.787153Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2020-02-05T09:01:24.787160Z 0 [Note] Shutting down plugin 'ARCHIVE'
2020-02-05T09:01:24.787165Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2020-02-05T09:01:24.787200Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2020-02-05T09:01:24.787206Z 0 [Note] Shutting down plugin 'MyISAM'
2020-02-05T09:01:24.787214Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2020-02-05T09:01:24.787220Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2020-02-05T09:01:24.787226Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2020-02-05T09:01:24.787232Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2020-02-05T09:01:24.787237Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2020-02-05T09:01:24.787255Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2020-02-05T09:01:24.787260Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2020-02-05T09:01:24.787265Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2020-02-05T09:01:24.787270Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2020-02-05T09:01:24.787275Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2020-02-05T09:01:24.787280Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2020-02-05T09:01:24.787285Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2020-02-05T09:01:24.787289Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2020-02-05T09:01:24.787294Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2020-02-05T09:01:24.787299Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2020-02-05T09:01:24.787304Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2020-02-05T09:01:24.787309Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2020-02-05T09:01:24.787313Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2020-02-05T09:01:24.787318Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2020-02-05T09:01:24.787323Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2020-02-05T09:01:24.787328Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2020-02-05T09:01:24.787333Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2020-02-05T09:01:24.787337Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2020-02-05T09:01:24.787342Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2020-02-05T09:01:24.787347Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2020-02-05T09:01:24.787352Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2020-02-05T09:01:24.787356Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2020-02-05T09:01:24.787361Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2020-02-05T09:01:24.787366Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2020-02-05T09:01:24.787371Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2020-02-05T09:01:24.787376Z 0 [Note] Shutting down plugin 'InnoDB'
2020-02-05T09:01:24.787565Z 0 [Note] InnoDB: FTS optimize thread exiting.
2020-02-05T09:01:24.787673Z 0 [Note] InnoDB: Starting shutdown...
2020-02-05T09:01:24.888126Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2020-02-05T09:01:24.888321Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 200205 10:01:24
2020-02-05T09:01:26.677926Z 0 [Note] InnoDB: Shutdown completed; log sequence number 2630809
2020-02-05T09:01:26.680116Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-02-05T09:01:26.680133Z 0 [Note] Shutting down plugin 'MEMORY'
2020-02-05T09:01:26.680142Z 0 [Note] Shutting down plugin 'CSV'
2020-02-05T09:01:26.680150Z 0 [Note] Shutting down plugin 'sha256_password'
2020-02-05T09:01:26.680155Z 0 [Note] Shutting down plugin 'mysql_native_password'
2020-02-05T09:01:26.680354Z 0 [Note] Shutting down plugin 'binlog'
2020-02-05T09:01:26.680637Z 0 [Note] mysqld: Shutdown complete

2020-02-05T09:01:27.297551Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-02-05T09:01:27.299567Z 0 [Note] mysqld (mysqld 5.7.29-0ubuntu0.18.04.1) starting as process 3183 ...
2020-02-05T09:01:27.304368Z 0 [Note] InnoDB: PUNCH HOLE support available
2020-02-05T09:01:27.304388Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-02-05T09:01:27.304396Z 0 [Note] InnoDB: Uses event mutexes
2020-02-05T09:01:27.304403Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2020-02-05T09:01:27.304410Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-02-05T09:01:27.304417Z 0 [Note] InnoDB: Using Linux native AIO
2020-02-05T09:01:27.304721Z 0 [Note] InnoDB: Number of pools: 1
2020-02-05T09:01:27.304845Z 0 [Note] InnoDB: Using CPU crc32 instructions
2020-02-05T09:01:27.306671Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2020-02-05T09:01:27.317514Z 0 [Note] InnoDB: Completed initialization of buffer pool
2020-02-05T09:01:27.320238Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-02-05T09:01:27.333478Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2020-02-05T09:01:27.448775Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-02-05T09:01:27.448835Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-02-05T09:01:27.572027Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-02-05T09:01:27.572982Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2020-02-05T09:01:27.572994Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2020-02-05T09:01:27.574011Z 0 [Note] InnoDB: 5.7.29 started; log sequence number 2630809
2020-02-05T09:01:27.574321Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2020-02-05T09:01:27.574594Z 0 [Note] Plugin 'FEDERATED' is disabled.
2020-02-05T09:01:27.576949Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200205 10:01:27
2020-02-05T09:01:27.581872Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2020-02-05T09:01:27.581889Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2020-02-05T09:01:27.582642Z 0 [Warning] CA certificate ca.pem is self signed.
2020-02-05T09:01:27.582675Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2020-02-05T09:01:27.582749Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2020-02-05T09:01:27.582761Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2020-02-05T09:01:27.582794Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-02-05T09:01:27.676041Z 0 [Warning] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2020-02-05T09:01:27.683972Z 0 [Note] Event Scheduler: Loaded 0 events
2020-02-05T09:01:27.684188Z 0 [Note] Execution of init_file '/var/lib/mysql-files/tmp.14UNeVYXhi' started.
2020-02-05T09:01:27.685022Z 0 [Note] Execution of init_file '/var/lib/mysql-files/tmp.14UNeVYXhi' ended.
2020-02-05T09:01:27.685108Z 0 [Note] mysqld: ready for connections.
Version: '5.7.29-0ubuntu0.18.04.1'  socket: '/tmp/tmp.yu1MCXyl3K/mysqld.sock'  port: 3306  (Ubuntu)
2020-02-05T09:01:27.685348Z 0 [Note] Giving 0 client threads a chance to die gracefully
2020-02-05T09:01:27.685363Z 0 [Note] Shutting down slave threads
2020-02-05T09:01:27.685369Z 0 [Note] Forcefully disconnecting 0 remaining clients
2020-02-05T09:01:27.685376Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2020-02-05T09:01:27.685413Z 0 [Note] Binlog end
2020-02-05T09:01:27.685813Z 0 [Note] Shutting down plugin 'auth_socket'
2020-02-05T09:01:27.685820Z 0 [Note] Shutting down plugin 'ngram'
2020-02-05T09:01:27.685825Z 0 [Note] Shutting down plugin 'partition'
2020-02-05T09:01:27.685831Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2020-02-05T09:01:27.685836Z 0 [Note] Shutting down plugin 'ARCHIVE'
2020-02-05T09:01:27.685841Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2020-02-05T09:01:27.685865Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2020-02-05T09:01:27.685876Z 0 [Note] Shutting down plugin 'MyISAM'
2020-02-05T09:01:27.685882Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2020-02-05T09:01:27.685888Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2020-02-05T09:01:27.685892Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2020-02-05T09:01:27.685897Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2020-02-05T09:01:27.685902Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2020-02-05T09:01:27.685924Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2020-02-05T09:01:27.685930Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2020-02-05T09:01:27.685935Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2020-02-05T09:01:27.685940Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2020-02-05T09:01:27.685944Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2020-02-05T09:01:27.685949Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2020-02-05T09:01:27.685954Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2020-02-05T09:01:27.685959Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2020-02-05T09:01:27.685964Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2020-02-05T09:01:27.685969Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2020-02-05T09:01:27.685973Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2020-02-05T09:01:27.685978Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2020-02-05T09:01:27.685983Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2020-02-05T09:01:27.685988Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2020-02-05T09:01:27.685993Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2020-02-05T09:01:27.685998Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2020-02-05T09:01:27.686002Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2020-02-05T09:01:27.686007Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2020-02-05T09:01:27.686012Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2020-02-05T09:01:27.686017Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2020-02-05T09:01:27.686022Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2020-02-05T09:01:27.686027Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2020-02-05T09:01:27.686032Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2020-02-05T09:01:27.686036Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2020-02-05T09:01:27.686041Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2020-02-05T09:01:27.686046Z 0 [Note] Shutting down plugin 'InnoDB'
2020-02-05T09:01:27.686085Z 0 [Note] InnoDB: FTS optimize thread exiting.
2020-02-05T09:01:27.686176Z 0 [Note] InnoDB: Starting shutdown...
2020-02-05T09:01:27.786411Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2020-02-05T09:01:27.786540Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 200205 10:01:27
2020-02-05T09:01:29.523539Z 0 [Note] InnoDB: Shutdown completed; log sequence number 2630828
2020-02-05T09:01:29.525693Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-02-05T09:01:29.525706Z 0 [Note] Shutting down plugin 'MEMORY'
2020-02-05T09:01:29.525714Z 0 [Note] Shutting down plugin 'CSV'
2020-02-05T09:01:29.525721Z 0 [Note] Shutting down plugin 'sha256_password'
2020-02-05T09:01:29.525726Z 0 [Note] Shutting down plugin 'mysql_native_password'
2020-02-05T09:01:29.525912Z 0 [Note] Shutting down plugin 'binlog'
2020-02-05T09:01:29.526186Z 0 [Note] mysqld: Shutdown complete

2020-02-05T09:01:30.276856Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-02-05T09:01:30.278875Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.29-0ubuntu0.18.04.1) starting as process 3283 ...
2020-02-05T09:01:30.283962Z 0 [Note] InnoDB: PUNCH HOLE support available
2020-02-05T09:01:30.283989Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-02-05T09:01:30.283996Z 0 [Note] InnoDB: Uses event mutexes
2020-02-05T09:01:30.284003Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2020-02-05T09:01:30.284010Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-02-05T09:01:30.284016Z 0 [Note] InnoDB: Using Linux native AIO
2020-02-05T09:01:30.284322Z 0 [Note] InnoDB: Number of pools: 1
2020-02-05T09:01:30.284444Z 0 [Note] InnoDB: Using CPU crc32 instructions
2020-02-05T09:01:30.286250Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2020-02-05T09:01:30.297755Z 0 [Note] InnoDB: Completed initialization of buffer pool
2020-02-05T09:01:30.300378Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-02-05T09:01:30.313551Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2020-02-05T09:01:30.549587Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-02-05T09:01:30.549664Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-02-05T09:01:30.676114Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-02-05T09:01:30.677057Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2020-02-05T09:01:30.677069Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2020-02-05T09:01:30.677993Z 0 [Note] InnoDB: 5.7.29 started; log sequence number 2630828
2020-02-05T09:01:30.678292Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2020-02-05T09:01:30.678518Z 0 [Note] Plugin 'FEDERATED' is disabled.
2020-02-05T09:01:30.679837Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200205 10:01:30
2020-02-05T09:01:30.685307Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2020-02-05T09:01:30.685322Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2020-02-05T09:01:30.686005Z 0 [Warning] CA certificate ca.pem is self signed.
2020-02-05T09:01:30.686038Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2020-02-05T09:01:30.686114Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2020-02-05T09:01:30.686126Z 0 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
2020-02-05T09:01:30.686157Z 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-02-05T09:01:30.694482Z 0 [Note] Event Scheduler: Loaded 0 events
2020-02-05T09:01:30.694676Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.29-0ubuntu0.18.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
2020-02-05T09:03:19.040204Z 3 [Note] Access denied for user 'newuser'@'localhost' (using password: YES)

der ist vom apache
[Wed Feb 05 09:55:44.533374 2020] [mpm_event:notice] [pid 1450:tid 139902248135616] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 09:55:44.533483 2020] [core:notice] [pid 1450:tid 139902248135616] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 05 10:00:30.170878 2020] [mpm_event:notice] [pid 1450:tid 139902248135616] AH00491: caught SIGTERM, shutting down
[Wed Feb 05 10:00:30.224354 2020] [mpm_event:notice] [pid 2526:tid 139815489989568] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 10:00:30.224447 2020] [core:notice] [pid 2526:tid 139815489989568] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 05 10:04:41.434222 2020] [mpm_event:notice] [pid 2526:tid 139815489989568] AH00491: caught SIGTERM, shutting down
[Wed Feb 05 10:04:41.495250 2020] [mpm_event:notice] [pid 9496:tid 139928682388416] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 10:04:41.495357 2020] [core:notice] [pid 9496:tid 139928682388416] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 05 10:25:32.416364 2020] [mpm_event:notice] [pid 9496:tid 139928682388416] AH00493: SIGUSR1 received.  Doing graceful restart
[Wed Feb 05 10:25:32.421335 2020] [mpm_event:notice] [pid 9496:tid 139928682388416] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 10:25:32.421347 2020] [core:notice] [pid 9496:tid 139928682388416] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 05 10:53:48.468592 2020] [mpm_event:notice] [pid 9496:tid 139928682388416] AH00491: caught SIGTERM, shutting down
[Wed Feb 05 10:53:48.526608 2020] [mpm_event:notice] [pid 11568:tid 140238807354304] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 10:53:48.526715 2020] [core:notice] [pid 11568:tid 140238807354304] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 05 11:00:36.750726 2020] [auth_basic:error] [pid 11569:tid 140238584272640] [client 193.159.182.179:19835] AH01618: user  not found: /phpmyadmin/
[Wed Feb 05 11:00:55.810859 2020] [auth_basic:error] [pid 11569:tid 140238575879936] [client 195.135.184.109:55572] AH01618: user root not found: /phpmyadmin/
[Wed Feb 05 11:01:01.152630 2020] [auth_basic:error] [pid 11569:tid 140238550701824] [client 195.135.184.109:55573] AH01618: user mysql not found: /phpmyadmin/
[Wed Feb 05 11:20:14.261857 2020] [mpm_event:notice] [pid 11568:tid 140238807354304] AH00491: caught SIGTERM, shutting down
[Wed Feb 05 11:20:14.313720 2020] [mpm_event:notice] [pid 12585:tid 140357619637184] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 11:20:14.313829 2020] [core:notice] [pid 12585:tid 140357619637184] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 05 13:44:08.464516 2020] [mpm_event:notice] [pid 12585:tid 140357619637184] AH00491: caught SIGTERM, shutting down
[Wed Feb 05 13:44:08.524810 2020] [mpm_event:notice] [pid 13041:tid 139865196223424] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 13:44:08.524915 2020] [core:notice] [pid 13041:tid 139865196223424] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 05 13:51:56.993323 2020] [mpm_event:notice] [pid 13041:tid 139865196223424] AH00493: SIGUSR1 received.  Doing graceful restart
[Wed Feb 05 13:51:56.998428 2020] [mpm_event:notice] [pid 13041:tid 139865196223424] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 13:51:56.998445 2020] [core:notice] [pid 13041:tid 139865196223424] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 05 14:13:58.318017 2020] [mpm_event:notice] [pid 13041:tid 139865196223424] AH00491: caught SIGTERM, shutting down
[Wed Feb 05 14:13:58.371919 2020] [mpm_event:notice] [pid 13295:tid 139789020150720] AH00489: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Feb 05 14:13:58.372016 2020] [core:notice] [pid 13295:tid 139789020150720] AH00094: Command line: '/usr/sbin/apache2'
reicht das oder soll ich doch besser alles neu machen ?
das ist ein 64Bit server macht das einen unterschied würde auch debian 9 benutzen aber da finde ich nichts wie man den richtig installiert
 
Last edited by a moderator:
MOD: @tolinoman könntest du deine geposteten Bildschirmausgaben zukünftig bitte in CODE Tags's setzten und für deine Beiträge bitte Groß- und Kleinschreibung anwenden? Macht das lesen deiner Beiträge erheblich einfacher. Vielen Dank!
 
Code:
[Wed Feb 05 11:00:36.750726 2020] [auth_basic:error] [pid 11569:tid 140238584272640] [client 193.159.182.179:19835] AH01618: user not found: /phpmyadmin/
[Wed Feb 05 11:00:55.810859 2020] [auth_basic:error] [pid 11569:tid 140238575879936] [client 195.135.184.109:55572] AH01618: user root not found: /phpmyadmin/
[Wed Feb 05 11:01:01.152630 2020] [auth_basic:error] [pid 11569:tid 140238550701824] [client 195.135.184.109:55573] AH01618: user mysql not found: /phpmyadmin/
Sind das deine IPs gewesen?
Wenn ja, dein Apache kennt die Nutzer nicht und du hast das Verzeichnis per Basic Access Authentication zugriffsgeschützt.
 
Für den virtuellen Host ist kein PHP aktiviert, deshalb gibt er den Inhalt der PHP Datei aus, statt ihn auszuführen.

Habe das gleiche Problem unter Debian, mit einer VM unter Proxmox, wie löse ich das?

get(Response::class); /** @var DatabaseInterface $dbi */ $dbi = $containerBuilder->get(DatabaseInterface::class); /** @var HomeController $controller */ $controller = $containerBuilder->get(HomeController::class); if (isset($_REQUEST['ajax_request']) && ! empty($_REQUEST['access_time'])) { exit; } if (isset($_POST['set_theme'])) { $controller->setTheme([ 'set_theme' => $_POST['set_theme'], ]); header('Location: index.php' . Url::getCommonRaw()); } elseif (isset($_POST['collation_connection'])) { $controller->setCollationConnection([ 'collation_connection' => $_POST['collation_connection'], ]); header('Location: index.php' . Url::getCommonRaw()); } elseif (! empty($_REQUEST['db'])) { // See FAQ 1.34 $page = null; if (! empty($_REQUEST['table'])) { $page = Util::getScriptNameForOption( $GLOBALS['cfg']['DefaultTabTable'], 'table' ); } else { $page = Util::getScriptNameForOption( $GLOBALS['cfg']['DefaultTabDatabase'], 'database' ); } include ROOT_PATH . $page; } elseif ($response->isAjax() && ! empty($_REQUEST['recent_table'])) { $response->addJSON($controller->reloadRecentTablesList()); } elseif ($GLOBALS['PMA_Config']->isGitRevision() && isset($_REQUEST['git_revision']) && $response->isAjax() ) { $response->addHTML($controller->gitRevision()); } else { // Handles some variables that may have been sent by the calling script $GLOBALS['db'] = ''; $GLOBALS['table'] = ''; $show_query = '1'; if ($server > 0) { include ROOT_PATH . 'libraries/server_common.inc.php'; } $response->addHTML($controller->index()); }
 
PHP (FPM, mod_php oder CGI) ist aber installiert?
Wie du PHP und welchen PHP-Handler aktiviert und konfiguriert hast, weiß ich ja nicht.
In die Vhost-Konfig der Domain sehen, ob da für die Dateiendung .php ein PHP-Handler eingesetzt wird.

Weißt du wie das geht?
 
PHP (FPM, mod_php oder CGI) ist aber installiert?
Wie du PHP und welchen PHP-Handler aktiviert und konfiguriert hast, weiß ich ja nicht.
In die Vhost-Konfig der Domain sehen, ob da für die Dateiendung .php ein PHP-Handler eingesetzt wird.

Weißt du wie das geht?

:eek: WIE DUMM -- Ich habe apt install php vergessen - Danke!
 
Back
Top