This is a discussion on create database schema within the MySQL forums, part of the Database Server Software category; --> I'd like to create a database schema of an existing mysql db - I have access to phpMyAdmin . ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'd like to create a database schema of an existing mysql db - I have access to phpMyAdmin . Is there way via sql statement to derive the (data types, foreign keys, ) of existing tables? -- Jack Vamvas ___________________________________ Search IT jobs from multiple sources- http://www.ITjobfeed.com |
| ||||
| Jack Vamvas wrote: > I'd like to create a database schema of an existing mysql db - I have > access to phpMyAdmin . > > Is there way via sql statement to derive the (data types, foreign > keys, ) of existing tables? Just EXPORT the table's structures |