Tag: MySQL
- 
			 Docker Cheat sheetFrequently used docker commands and cheatsheet 
- 
			
			Free up MySQL Space in WordPress – Delete Akismet LogsFree up MySQL Space in Wordpress – Delete unused Akismet Logs 
- 
			
			Servlet, Hibernate, jQuery and Ajax based google like chatServlet, Hibernate, jQuery and Ajax based google like chat with source code 
- 
			
			Install MySQL and Query Browser in UbuntuTo open the Terminal, go to Application > Accessories > Terminal Type the following command at terminal. $sudo apt-get install mysql-server mysql comes with no root password. To set the root password, type: $mysqladmin -u root password your-new-password $sudo /etc/init.d/mysql restart Install mysql query browser $sudo apt-get install mysql-query-browser After installing, go to Applications >…