摘要:
http://www.cnblogs.com/zz0412/tag/jenkins/ http://www.cnblogs.com/itech/archive/2011/11/23/2260009.html 阅读全文
posted @ 2014-03-26 13:33
Duke.Cheng
阅读(145)
评论(0)
推荐(0)
摘要:
In this section you will learn how to create and delete the database in MySQL. MySQL provides the both commands. In this section you can learn the following things :Creation and Selection of databaseCreation of tableLoad the data into the tableOnce you enter the command prompts then ready to access 阅读全文
posted @ 2014-03-16 21:04
Duke.Cheng
阅读(341)
评论(0)
推荐(0)
摘要:
1, Stop MySQL server/etc/init.d/mysqld stop2, Backup your databases.cp /database_dir/database_files /backup_dir/.3, Remove Old MySQL filesyum remove mysql4, Reinstall databaseyum install mysql-server mysql5, start database/etc/init.d/mysqld start6, create new usersmysql –user=root mysql -pEnter pass 阅读全文
posted @ 2014-03-16 20:59
Duke.Cheng
阅读(161)
评论(0)
推荐(0)
摘要:
1. Uninstall JiraOpen a Linux console.Change directory (cd) to your JIRA installation directory. For example:cd /opt/atlassian/jira/Execute the commanduninstallThis command must be executed as the same user account that was used to install JIRA with theLinux Installer.Follow the prompts to uninstall 阅读全文
posted @ 2014-03-16 20:50
Duke.Cheng
阅读(508)
评论(0)
推荐(0)
摘要:
http://www.jvmhost.com/jira-hosting http://community.spiceworks.com/how_to/show/62855-hosted-jira-in-15-minutes-for-5-per-month Jira Download Address: https://www.atlassian.com/zh/software/jira/downl... 阅读全文
posted @ 2014-03-15 23:05
Duke.Cheng
阅读(139)
评论(0)
推荐(0)