Help - Search - Members - Calendar
Full Version: Database..
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
plgladi
Hi All,

I'm new to zymic.com, i just created a page, but now i don't know how to create a table for my account and to access.. where to create table's, views... thanks in advance.. rolleyes.gif
wozzym
phpmyadmin smile.gif but make sure you have created a database first smile.gif
Boni
i have this problem too. i created a database and know how open phpmyadmin, but i don't know how to create a table...
pls help...
Alex
You can create tables using the CREATE TABLE statement, since it's DDL it's fairly standard but even so here's a link to MySQL's documentation on it: http://dev.mysql.com/doc/refman/5.0/en/create-table.html
Boni
yea, i know most of that... i tried first only with CREATE TABLE table and get answer that i didn't select a database... then i tried with USE ***_99k_org_***; then CREATE TABLE ...; and get answer: access denied; couldn't connect to...
Alex
If you're doing this via PHP, then do your mysql_connect() and select the database with mysql_select_db().
Boni
i know that, and this works in php, but how to make a table?
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-2009 Invision Power Services, Inc.