What are the steps for setting up a Database also a Login and Password steps
Author: Mike L.
Visited 1684,
Followers 1,
Shared 0
What are the steps for setting up a Database also a Login and Password steps?
Posted on the
Hello Mike,
The steps for setting up a database are listed here:
http://help.websitex5.com/en/v12/pro/index.html?gestione_dati.htm
The login/password steps are described here:
http://help.websitex5.com/en/v12/pro/index.html?es_area.htm
You can press the 'F1' key within most sections of WebSite X5 and you will be presented with context sensitive help for that area.
Kind regards,
Paul
Mike this is difficult to say if I don't know what you want.
There is a very good helpfile in x5, have you checked this?
If you go to the database object and press F1 you will get the helpfile on the database object.
database: http://help.websitex5.com/en/v12/pro/gestione_dati.htm
acces management: http://help.websitex5.com/en/v12/pro/area_riservata.htm
Best Regards
Andre
Paul,
Author
Hi there thanks for the help, But I allready looked at the instructions in the f1 command. It is very plain.. Is there a way to see screen shots so I know what to look for and step by step to create a database? Also is there something I need to put in my Host were my files are stored?
Thanks
Mike
This window opens from the Add... command in the Data Management window, and you can define settings for a new database to link to the current project.
The Database Settings that you need to specify are:
▪Description: give the database a name so that you can identify it more easily.
▪Host Name: enter the URL address of the SQL server where the database is stored online. The database is usually stored on the same server which hosts the website it is linked to, and so "localhost" is often used. Check with your provider that the database and website are on the same server.
▪Database Name: enter the name of the database you want to work on (you can obtain this from your provider).▪Username: enter the username (that your provider gives you) needed to access the online database.
▪Password: enter the password (that your provider gives you) needed to access the online database.
What's steps from the above helpfile does not help you ?
Maybe the host name part?
You need to login to your panel of your provider and create a database, that info, loginname, password an adress needs to be set in x5. Like described.
Hope this helps.
Author
Thanks for the help..
I have a question.. The Host gave me a Code to put in my website.. This another spot I am lost in were to put it.
I don't know what code untill I see where it is related to.
You get a code for connection to your website address. (ftp adress with code)
And if you create a database you also get a password, login and database name.
You usually also get a code for connection to your acces panel of your hosting company.
But with "my host gave me a code" I can't do much. PLease add the full text that came with the code here, and replace the actual code witx xxx or something.
Thanks.
Author
This is the code I am talking about. They want this on my website.
<?php
$link = mysql_connect('mlynch68.ipagemysql.com', 'mikelynch_1', '*password*');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_select_db(dfs_newmembers_database);
?>
Below is part of the instructions I am lost on. THis came from my Host control panel
this seems to be your username: mikelynch_1
mlynch68 your database name ?
fill these with password in x5 datamanagement.
I still miss 1 answer on a question;
Mike this is difficult to say if I don't know what you want.
You ussually don't need coding for standard x5 apps.
Author
Andre,
I will try this and see if it works in a few days. What I wanted is a better explanation on Database.I think you gave it to me..Thanks for the help
MIke