Tag: MySQL
-
Docker Cheat sheet
Frequently used docker commands and cheatsheet
-
Free up MySQL Space in WordPress – Delete Akismet Logs
Free up MySQL Space in Wordpress – Delete unused Akismet Logs
-
Servlet, Hibernate, jQuery and Ajax based google like chat
Servlet, Hibernate, jQuery and Ajax based google like chat with source code
-
Install MySQL and Query Browser in Ubuntu
To 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 >…