Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingZymic Free Web Hosting - General Discussion & Help right
left right
eGulfTrader
post Oct 19 2009, 08:43 PM
Post #1


Newbie
*

Group: Members
Posts: 2
Joined: 19-October 09
Member No.: 114,535



Okay, I've signed up. Your email told me the host information and FTP access but where to go to setup MySQL to initialize my first database.

I'm fine with the php code part of it. I just can't find the link on your zxMic pages that allows me to initialize mysql admin or a link to it with the information to log in.

Ultimately all I'd like to get to mysql admin page for this host to be able to establish the account I'll need for my php. I generally like to use mysql admin to create the tables but after that I'm back to code.

<?php
$con = mysql_connect( "host", "username", "password" );
if ( !$con ) { die( "Could not connect: " . mysql_error() ); }
mysql_select_db( "egt1dev", $con );
?>

what are my "host", "username" and "password" and where do I get them?

Go to the top of the page 
 
  + Quote Post
 
Start new topic
Replies
andreh
post Oct 20 2009, 12:01 AM
Post #2


Newbie
*

Group: Members
Posts: 19
Joined: 10-October 09
Member No.: 113,364



You need to create first your database and user on your website's control panel.

There you will also find the host name.
The host name is localhost.
Go to the top of the page 
 
  + Quote Post

Posts in this topic

 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 22nd May 2013 - 06:00 PM