![]() |
SQL question
If my host gives me a "Mysql database" can I creat my own using access and upload it? and if yes what would be the path that I would have to put in the string.
|
It's probably best to export the access database into a text file, and then import that text file into mysql.
If you have any questions or want help with that, you can contact me on ICQ -> 33375924. |
Yea, you might need to do the xport and import like woj said!
jDoG |
You might want to download a few scripts at hotscripts.com do learn a little about how mysql works.
|
mysql -u username -p
enter your password create database databnase_name; use database_name; create table table_name ( ...... blah blah ..... ); Although unless you are programming the majority of the scripts just make the tables and what not for you as long as you have a username /pw and database. |
| All times are GMT -7. The time now is 06:21 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123