Help - Search - Members - Calendar
Full Version: Mysql Initial Setup
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
eGulfTrader
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?

andreh
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.
eGulfTrader
I think that's my point. I was on the general admin page and found no way to get to setup. Even if I went to MySQL's admin page I'd still have to know a username/password. Could you show me the link (better yet, just attach the URL) and I'll go from there.

Thanks.


QUOTE(andreh @ Oct 20 2009, 12:01 AM) *
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.

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.