How does one produce an SQL DB from a text file? Here's the file.
Professional Software Development Tools
How does one produce an SQL DB from a text file? Here's the file.
That's a MySQL dump file created with phpMyAdmin. You can recreated the db by importing this file using phpMyAdmin or any other MySQL management program.
Dermot
I am so out of here
yup, just paste it in to phpMyAdmin "Execute SQL" or import the file and away you go
Open your eyes to Narcissism, Don't let her destroy your life!!
Sorry, already answered.
Last edited by AGRO; 02-06-2008 at 08:32 PM.
How to generate text file from sql database
in phpmyadmin, select your database and click "EXPORT"
Open your eyes to Narcissism, Don't let her destroy your life!!
SQL...I really didn't want to load that whole phpmyadmin onto a server just to make that DB. Is there another way? (easy/er)
yeah......do it in php,Is there another way?
is that the database ^^ in your first post....i'll make a start for you
Open your eyes to Narcissism, Don't let her destroy your life!!
Looks to me like your text file is a mysql dump. If you have access to the mysql database and a sql server then you'd probably be looking at creating a dts (data transformation services) package on the sql database. It's most definitely not for the faint-hearted. I scratch at the surface of sql server every day but only because I have to, I wouldn't fancy doing/trying it.
Stick with mysql and mysqladmin would be my advice fwiw.
I would have thought that your ISP could help you out with this. If it isn't already available, ask them if they will install it.
Take Rizla up on his offer![]()
Hey Bruce, run this php file in your browser to install the tables
just edit the connection stuff at the top
Last edited by RizlaUK; 02-01-2009 at 11:34 AM.
Open your eyes to Narcissism, Don't let her destroy your life!!
Thanks RizlaUK-
It wont open for me, thank you for trying.