403Webshell
Server IP : 185.208.173.17  /  Your IP : 87.236.161.98
Web Server : Microsoft-IIS/10.0
System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64
User : IUSR ( 0)
PHP Version : 7.4.13
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/MySQL/MySQL Workbench 8.0/swb/shell/lib/mysqlsh/plugins/migration_plugin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/MySQL/MySQL Workbench 8.0/swb/shell/lib/mysqlsh/plugins/migration_plugin/readme.md
# Migration Plugin for MySQL Shell

This folder contains the code for the Migration Plugin. It is part of the [MySQL Shell Plugins](../readme.md) repository.

## Contributing to MySQL Schema Management Plugin

No installation is necessary for this plugin, beside the setup of Visual Studio Code to be able to work on the code.

## Running the Tests

To be able to run the tests, MySQL Shell must be installed and in the path.

### Installing the Python Requirements

When inside the `shell_plugins` folder run the following command on the terminal.

```bash
mysqlsh --pym pip install -r migration_plugin/requirements.txt
```

### Running the Test

The test can be executed by running the `run-pytest` script in the NPM SCRIPTS section of the VS Code sidebar.

To run the tests from the terminal, changing into the `shell_plugins` folder and run the following command.

```bash
mysqlsh --log-level=debug3 --verbose=4 --py -f run_tests.py
```

To run a specific test, use the `-k` option.

```bash
mysqlsh --log-level=debug3 --verbose=4 --py -f run_tests.py -k test_plugin_version
```

Copyright © 2025, 2026, Oracle and/or its affiliates.

Youez - 2016 - github.com/yon3zu
LinuXploit