ensembl-hive
2.8.1
Functions
db-space.pl File Reference
Go to the source code of this file.
Functions
public
mysql_cmd
()
Function Documentation
◆
mysql_cmd()
public mysql_cmd
(
)
Undocumented method
Code:
click to view
sub
mysql_cmd
{
my $mysql_cmd = shift;
my $pw_args = $pw ?
"-p$pw"
:
''
;
return
"mysql -uroot -h$host -u$user $pw_args -P$port -e '$mysql_cmd'|"
;
}
mysql_cmd
public mysql_cmd()
ensembl
misc-scripts
db
db-space.pl
Generated on Tue Jan 6 2026 13:31:57 for ensembl-hive by
1.8.17