ok so i created a database and made a table that i inserted data into it. i would like to know how would i be able to put the extension .sql at the end of my table?

Recommended Answers

All 2 Replies

Hi there,
Do you mean you want to append ".sql" to the table name? If thats the case I have no idea short of recreating the table with the adjusted name. But why would you want this?

.sql file is created whenever you create MySQL dump (MySQL database backup) for your database.

Kailash

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.