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 HostingTutorials right
3 Pages V   1 2 3 >   Reply to this topic Start new topic
left right
Andrew
post Sep 10 2008, 03:25 AM
Post #1


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



This information is good for uuuq.com and vndv.com servers. If you're on the uuuq server, just replace all instances of vndv.com with uuuq.com and the tutorial is the same.

This tutorial shows you how to create a database on the vndv.com and uuuq.com servers. There are alot of topics about people having problems so I'm hoping this will help clear alot of that up. If you notice anything that needs to be changed, or if I can word something different to make it more clear let me know and I'll fix it right away.

All content categories are colored orange for ease of use.
Table of Contents
Making sure you can create a database
Examples
Making The Database
Deleting a Database
Accessing phpMyAdmin



Making sure you can create a database...


If your site's domain name is longer than 14 characters you will have to make a new domain, mysql on this server has a limit of 16 characters, and that includes your site name, an underscore and your username or database name. (Don't worry after you read this, it will make a bit more sense).

Examples...

Say your sites domain is zymic.vndv.com and you want to make a database. This will work fine because zymic is your site name, and it's only 5 characters long.
Now lets say your sites domain is zymicfreehosting.vndv.com, this will not work, because zymicfreehosting is 16 characters long and doesn't allow for the underscore and database name.

All MySQL usernames and database names are in the following format: sitename_username and sitename_database
(now you understand why I keep saying underscore).

Making the database...
  • First off you need to login to your zymic account. http://zymic.com


  • Then click control panel home.


  • After you login you'll notice all your websites listed in the center of the page, login to the site you want to create a MySQL database for.


  • On this page click "MySQL Database Management".


  • This next page your at is where everything gets created. The first box you come upon is the database name creation. Go ahead and type your database name, but remember to keep the characters infront of the box and what you type in the box under 16 characters. Note mine is trippin_ then I typed data and add them together to equal 12 characters. I'm under the limit and ready to go. Click the "Create Database Name" button and go to the next step.


  • The next step is to create your MySQL username, you will use this to give your scripts access to the database we just created. The same rules apply to this as did the database name, under 16 characters. After you type the username and password click Create Username.


  • Now we assign privileges to your username and database you just created. For now leave everything checked unless you have experience with database privileges. If you skip this step then your username won't have any access to the database and therefore won't work with any of your scripts. Click the button labled "Assign Privileges" to continue.


  • The next box of information just shows you that your privileges have been assigned. If this part of the page doesn't look exactly like mine, (with your information replaced) then re-read the instructions.


  • You are all set with your new database. Go test it out! You can try logging into phpMyAdmin or using it directly in your php script. Good Luck!
Deleting a database...
If for whatever reason you want to delete your whole database or username and start over you this box at the bottom of the MySQL Database Management page. Caution, once you delete a database you CANNOT restore the information it contained. It will be gone forever.

Select the database name or user name and then press the corresponding delete button.



Accessing phpMyAdmin
You have a link to phpMyAdmin in your MySQL Database Management section of the control panel. You can click this link and use the username and password you created above to gain direct access to your databases contents, where you can edit delete backup or restore database information. I will not go through the steps of how to do any of that here. Maybe in another tutorial.

To access phpMyAdmin click the link towards the top of the page in the MySQL Database Management page.
Go to the top of the page 
 
  + Quote Post
Sugarblossoms
post Sep 15 2008, 09:23 PM
Post #2


Ninja
***

Group: Members
Posts: 248
Joined: 24-June 08
From: Sugarhoney Fields
Member No.: 39,026



Nice. This should be a sticky or be more prominent. Good work.
Go to the top of the page 
 
  + Quote Post
IamShipon1988
post Sep 16 2008, 06:57 PM
Post #3


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 1,562
Joined: 19-September 07
From: Rochester, NY
Member No.: 86



Nicely written, simple and easy to follow. Now people can stop asking this kind of questions.
Go to the top of the page 
 
  + Quote Post
L. Kaiserblazer
post Sep 18 2008, 05:38 AM
Post #4


Ninja
***

Group: Members
Posts: 262
Joined: 27-July 08
From: Las Vegas
Member No.: 50,046



Thanks! biggrin.gif
Go to the top of the page 
 
  + Quote Post
Andrew
post Sep 22 2008, 06:54 AM
Post #5


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



I have updated the post complete with creating deleting databases and users, and accessing phpMyAdmin. There are the promised pictures, and some colored text to help find the sections better.

Let me know if you find any mistakes or something you think should be added. It's almost 3am and I'm beat, so I wouldn't doubt it if you found some mistakes.
Go to the top of the page 
 
  + Quote Post
Jacob
post Sep 22 2008, 09:43 AM
Post #6


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 5,140
Joined: 11-May 08
From: Australia
Member No.: 25,876



Consider it pinned. smile.gif

Jacob.
Go to the top of the page 
 
  + Quote Post
Andrew
post Sep 23 2008, 06:11 AM
Post #7


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



It was already pinned but thanks?
Go to the top of the page 
 
  + Quote Post
Andrew
post Dec 9 2008, 11:22 PM
Post #8


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



Updated stating it's the same information for uuuq server.
Go to the top of the page 
 
  + Quote Post
calvin2
post Jan 10 2009, 03:11 PM
Post #9


Newbie
*

Group: Members
Posts: 1
Joined: 10-January 09
Member No.: 77,049



QUOTE(Trippin7464 @ Dec 9 2008, 11:22 PM) *
Updated stating it's the same information for uuuq server.


Thanks for this post, it was very helpful, they should state this when you are creating your database name.
Go to the top of the page 
 
  + Quote Post
Andrew
post Jan 15 2009, 03:55 AM
Post #10


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



Thanks, glad it helped. smile.gif
Go to the top of the page 
 
  + Quote Post
sameerpatra
post Jan 20 2009, 01:13 AM
Post #11


Newbie
*

Group: Members
Posts: 2
Joined: 19-January 09
Member No.: 78,375



How To login Php My Admin


Plz Say What is The User Name & password Also...................
biggrin.gif
Go to the top of the page 
 
  + Quote Post
swordz
post Jan 20 2009, 09:01 AM
Post #12


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 1,805
Joined: 10-July 08
From: UK
Member No.: 44,994



You need to set up the user/password. Just follow this tutorial.

swordz
Go to the top of the page 
 
  + Quote Post
Yodamaniac
post Jan 20 2009, 10:24 PM
Post #13


Newbie
*

Group: Members
Posts: 2
Joined: 20-January 09
Member No.: 78,500



I am not sure what the correct format for logging in for is. Here is my info:


Username: kamikazeassassins_yodamaniac

Database Name: kamikazeassassins_forums
Go to the top of the page 
 
  + Quote Post
Andrew
post Jan 21 2009, 06:43 AM
Post #14


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



QUOTE(NhanTDN @ Jan 20 2009, 10:17 AM) *

I see: 'You have no hosted websites' not the list like above sad.gif(
my site: nhantdn.uuuq.com

This is an unrelated issue.

QUOTE(Yodamaniac @ Jan 20 2009, 05:24 PM) *
I am not sure what the correct format for logging in for is. Here is my info:
Username: kamikazeassassins_yodamaniac

Database Name: kamikazeassassins_forums

Did you read the beginning? There is a limit of 14 characters for your username. kamikazeassassins is 17.
Go to the top of the page 
 
  + Quote Post
Kronus
post Jan 31 2009, 06:58 AM
Post #15


Newbie
*

Group: Members
Posts: 1
Joined: 31-January 09
Member No.: 79,955



hay, i'm new in zymic.com
and I can't crete db suer. I do all whath is in this tutorial

MySQL users: 4/5

but this users dont are in choose of asign privilegis

please help me and sorry for my terible eanglish smile.gif
Go to the top of the page 
 
  + Quote Post
Andrew
post Feb 4 2009, 07:15 AM
Post #16


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



It's broken right now, jump on IRC and look for swordz, he's got a workaround until they fix the control panel.
Go to the top of the page 
 
  + Quote Post
swordz
post Feb 4 2009, 08:55 AM
Post #17


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 1,805
Joined: 10-July 08
From: UK
Member No.: 44,994



swordztesting.uuuq.com/database.php
swordz

This post has been edited by zpcs: Dec 20 2012, 04:44 AM
Reason for edit: Broken URL Link Removed then Broken URL Link allowanced for Descriptive URL Link so as not to disturb content
Go to the top of the page 
 
  + Quote Post
serpico
post Feb 9 2009, 07:39 AM
Post #18


Newbie
*

Group: Members
Posts: 3
Joined: 8-February 09
Member No.: 81,300



heyy... i am having a problem with creating a database..

wt it does is that after i create a database and a user then it doesnt show up in the drop-down menu while assigning the privileges...

can ny1 tell me why the username is not showing up in the drop down menu???
Go to the top of the page 
 
  + Quote Post
Andrew
post Feb 11 2009, 08:45 PM
Post #19


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



Use the url swordz provided as a workaround.
Go to the top of the page 
 
  + Quote Post
Frag2Respawn
post Feb 20 2009, 12:35 PM
Post #20


Newbie
*

Group: Members
Posts: 4
Joined: 20-February 09
From: The Netherlands
Member No.: 83,042



Heeyy,

Great tut. Everything what I did is according to this tut. But when I try to login in into phpmyadmin with the username and password I gave it I can't log in. Every time I put in my username with password it keeps coming back. And I can't log in.

Please help!

Greetings,

Frag2Respawn Aka Johnny
Go to the top of the page 
 
  + Quote Post
3 Pages V   1 2 3 >
 Reply to this topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 20th May 2013 - 08:56 PM