81569/export-mysql-database-structure-without-data-just-structure
Hello @kartik,
You can do with the --no-data option with mysqldump command
mysqldump -u root -p --no-data dbname > schema.sql
Hope it works!! Thank You!!
Hello @kartik, Use this: DESCRIBE table; You can also use SHOW ...READ MORE
I'm attempting to code a search box ...READ MORE
I want to get data from the ...READ MORE
When I develop a student information form ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello kartik, Actually there are many functions that ...READ MORE
Hello @kartik, You can use this query to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.