plgladi
Aug 11 2008, 12:19 AM
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..
wozzym
Aug 11 2008, 12:57 AM
phpmyadmin

but make sure you have created a database first
Boni
Aug 13 2008, 12:27 PM
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
Aug 13 2008, 12:31 PM
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
Aug 13 2008, 12:51 PM
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
Aug 13 2008, 01:23 PM
If you're doing this via PHP, then do your mysql_connect() and select the database with mysql_select_db().
Boni
Aug 13 2008, 01:28 PM
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.