ensembl-hive
2.7.0
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 Wed Oct 2 2024 14:28:29 for ensembl-hive by
1.8.17