Skip to content

A web-based resource for orthologous proteins of eukaryotic organisms.

Notifications You must be signed in to change notification settings

Bahler-Lab/yogy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bahler-yogy

A web-based resource for orthologous proteins of eukaryotic organisms.

update yogy

requirement

r-base, mysql, perl
  1. new mysql user (yogyrw)
CREATE USER 'yogyrw'@'localhost' IDENTIFIED BY '[password]'
GRANT ALL PRIVILEGES ON *.* TO 'yogyrw'@'localhost'
  1. make

Notes:

  1. If you don't know the root password of the mysql server, you can do the following,
mysqld_safe --skip-grant-tables
use mysql;
update user set password=PASSWORD("NEW-ROOT-PASSWORD") where User='root';
flush privileges;
quit

About

A web-based resource for orthologous proteins of eukaryotic organisms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages