Answer» ok, ive got My SQL SERVER 2005, ive installed it to my programs list
what i want to do is link the server to this MMORPG game im creating but when i try to import the database server it says server cannot be found
im trying to do it in front page
when i clicked on import, i went to options then clicked browse(or something similar) i went to 'New Network Place' and put the localion of the s=database server which for me WOULD be
http://My SQL Server 2005/logon
then it said connectig to server, then after a while it said server could not be found
anyone could give me some help i would appreciate it (if you can UNDERSTAND what im trying to say)
THANKSYOU're trying to use a web protocol to ACCESS MySQL. But it's not a web server; it's a database server. If you need a web interface, you'll first need a PHP-enabled web server (IIS is okay, if you have it, but I'd recommend Apache, which is free), then you could install phpMyAdmin. PHP is free and readily available.
|