database account udfyldning?
Kære eksperterEr igang med at opsætte et nyhedssystem fra siden: www.code4fun.org
I en config.php fil bedes disse udfyldt:
/* Database Account */
$db_host = "localhost"; har tastet sqladmin.talkactive.net
$db_name = "news"; web5724
$table_name = "easynews"; easynews
$db_user = "user"; web5724
$db_pw = "password"; *********
Jeg har web10 som udbyder og har flg oplysninger fra min tilmelding hos dem:
Du kan også tilknytte en MySQL database via en 'Webhotel-admin' du finder
under 'Mit webhotel'.
Tilslut MySQL og log herefter ind med:
login: web5724
password: ******
Jeg har fra tidligere tilnkyttet en MySQL database, men når jeg forsøger at tilknytte en database nu ved at følge instruktionen fra readme filen:
.: Installation & Usage:
--------------------------------------------------------------------------------
1. Download EasyNews and edit the config.php file to suite your needs.
2. Place the files anywhere in your web directory.
All files must be placed in the same directory.
3. Open up your webbrowser to:
http://www.yourserver.com/easynews_directory/setup.php
Default user id & password are: admin, admin.
You can change default values in the "config.php" file.
The script will create database (if not exist) and table used by EasyNews to
store news data, then will show the menu to manage your news.
4. In the page you want the news displayed use this code (must be php file):
<?php include("easynews_path/easynews.php"); ?>
---
på siden:
http://www.yourserver.com/easynews_directory/setup.php
da får jeg denne meddelelse:
Error during connection, check connection parameters in 'config.php' file: Can't connect to MySQL server on 'sqladmin.talkactive.net' (61)