File manager - Edit - /var/www/ratemypay/vendor/laravel/framework/src/Illuminate/Database/Schema/MariaDbSchemaState.php
Back
<?php namespace Illuminate\Database\Schema; class MariaDbSchemaState extends MySqlSchemaState { /** * Load the given schema file into the database. * * @param string $path * @return void */ public function load($path) { $command = 'mariadb '.$this->connectionString().' --database="${:LARAVEL_LOAD_DATABASE}" < "${:LARAVEL_LOAD_PATH}"'; $process = $this->makeProcess($command)->setTimeout(null); $process->mustRun(null, array_merge($this->baseVariables($this->connection->getConfig()), [ 'LARAVEL_LOAD_PATH' => $path, ])); } /** * Get the base dump command arguments for MariaDB as a string. * * @return string */ protected function baseDumpCommand() { $command = 'mariadb-dump '.$this->connectionString().' --no-tablespaces --skip-add-locks --skip-comments --skip-set-charset --tz-utc'; return $command.' "${:LARAVEL_LOAD_DATABASE}"'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings