O
=============================_============ _ __ _ _ ___ __ _ ___ _ _| |_____ _ _ | '_ \ '_/ _ \/ _` / _ \ '_| / / -_) '_| | .__/_| \___/\__, \___/_| |_\_\___|_| =|_|===========|___/====================== Testor - Unit Testing Platform ----- oOo ------ [ myWifide ] IDE @ Wi-Fi for MySQL ========================================== -|_|-----------|___/---------------------- Pages ------------------------------------------ + Overview : the entrance of myWifide + Script : the code editor of myWifide o Tap on 'E' tab on the left to execute SQL script. -|_|-----------|___/---------------------- Help ------------------------------------------ +--------------+----------+-----------------------------------------------------------------------------------------------------+ | command | shortcut | description | +--------------+----------+-----------------------------------------------------------------------------------------------------+ | ? | (\?) | Synonym for `help'. | | charset | (\C) | Switch to another charset. Might be needed for processing binlog with multi-byte charsets. | | clear | (\c) | Clear the current input statement. | | connect | (\r) | Reconnect to the server. Optional arguments are db and host. | | delimiter | (\d) | Set statement delimiter. | | ego | (\G) | Send command to MariaDB server, display result vertically. | | exit | (\q) | Exit mysql. Same as quit. | | go | (\g) | Send command to MariaDB server. | | help | (\h) | Display this help. | | nopager | (\n) | Disable pager, print to stdout. | | nowarning | (\w) | Don't show warnings after every statement. | | pager | (\P) | Set PAGER [to_pager]. Print the query results via PAGER. | | print | (\p) | Print current command. | | prompt | (\R) | Change your mysql prompt. | | quit | (\q) | Quit mysql. | | costs | (\Q) | Toggle showing query costs after each query | | source | (\.) | Execute an SQL script file. Takes a file name as an argument. | | status | (\s) | Get status information from the server. | | use | (\u) | Use another database. Takes database name as argument. | | warnings | (\W) | Show warnings after every statement. | | -- pattern | | Get code pattern from myTestor. | | -- workdir | | Set work dir. Argument is selected directory. | | -- upload | | Upload zip file. | | -- download | | Zip folder & download zip file. Argument is relative path. | | -- load | | Load script file into script editor. Argument is relative path. | | -- list | | List buffer directory. Argument is relative path. | | -- remove | | Remove file. Argument is relative path. | | -- save | | Save previous code to file. Does not execute script. Argument is relative path. | | -- cat | | Display script file. Does not execute script. Argument is relative path. | | -- open | (-- \o) | Open remote database. Arguments are host, port, username, password, database. Execute below script. | | -- username | | Set Testor's username. It is executed in client side. | | -- password | | Set Testor's password. It is executed in client side. | | -- proxy | | Set TestorProxy' connection command. It is executed in client side. | | -- suite | | Set test suite code. It is executed in client side. | +--------------+----------+-----------------------------------------------------------------------------------------------------+