Skip to content

Java Vogue

Java Tutorials

  • All Tutorials
  • Java
  • Java8
  • Spring Boot
  • Microservices
  • Spring
  • Hibernate
  • Reactjs
  • Interview Question
  • Contact

Category: mysql

April 28, 2015 javavogue

Export and import command in mysql database

  Import Command in mysql database mysql -u root -p DATABASE_NAME < user.sql Export Command in mysql database mysql -u

Continue reading
April 23, 2015 javavogue

How to Install Mysql in Ubuntu

Installing Mysql In Ubuntu follow these steps: Step 1: sudo apt-get update Step 2: sudo apt-get install mysql-server-5.6

Continue reading
April 13, 2015 javavogue

RENAME Table AND Column Name In Mysql Database

Rename Table Name In Mysql: RENAME TABLE  old_name_of_table To new_name_of_table; Example: RENAME TABLE user12 To user; Rename Column Name IN

Continue reading
April 8, 2015 javavogue

How To get Default Character set of Database And Table in mysql

 If you want to know your mysql database default character set then use this query SELECT DEFAULT_CHARACTER_SET_NAME FROM information_schema.SCHEMATA S

Continue reading
April 7, 2015 javavogue

mysql tutorial for beginners

How to Install Mysql in Ubuntu Get Default Character set of Database and Table in mysql  RENAME Table AND Column

Continue reading

Recent Posts

  • Java Program to display student details Using Class and Object
  • TreeMap floorEntry() method in Java
  • Check If Int is Null In Java
  • Java Math min() method example
  • TreeMap ceilingKey() method in Java

Popular Posts

  • How to Read value From application.properties in spring boot
  • ‘Field required a bean of type that could not be found.’ error spring restful API
  • How to Reload Changes Without Restarting the Server – Spring Boot
  • No converter found for return value of type: org.springframework.http.converter.HttpMessageNotWritableException: No converter found
  • Spring Boot @ConfigurationProperties Property Validation
hi