•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MySQL section within the Web Development category of DaniWeb, a massive community of 423,756 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,240 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MySQL advertiser: Programming Forums
Views: 416 | Replies: 2 | Solved
![]() |
i am trying created a table on the server called images and when i text to see if the table has been created i get the message table already exists. as i did not develop the rest o the site i thought a table might have been created already called images. i looked through the code and there was no table called images.
i renamed the table any way just for ease and i got the same message. no matter what i change the table name to it tells me the table has already been created.
why would this happen?
it only runs through the code once when this happens so it cannot be trying to create the same table twice?
i renamed the table any way just for ease and i got the same message. no matter what i change the table name to it tells me the table has already been created.
why would this happen?
it only runs through the code once when this happens so it cannot be trying to create the same table twice?
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,434
Reputation:
Rep Power: 11
Solved Threads: 295
i solved this thread by putting the create table on its ownpage and then only accessing the page when i wanted the table to be created.
the problem was being caused by the create table section was originally being set up once and then when i uploaded something to it the table the mysql was trying to create the table again.
so the problem was it was trying to create the table twice.
if anyone else has this problem try this solution before posting on here.
the code to access the page for the table creation is
where it says table_create change to the name of the page creating the table.
the problem was being caused by the create table section was originally being set up once and then when i uploaded something to it the table the mysql was trying to create the table again.
so the problem was it was trying to create the table twice.
if anyone else has this problem try this solution before posting on here.
the code to access the page for the table creation is
include "table_create.php";where it says table_create change to the name of the page creating the table.
![]() |
•
•
•
•
•
•
•
•
DaniWeb MySQL Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- I need help creating tables (MS Access and FileMaker Pro)
- Creating two tables in MS Word using C# (C#)
- Create tables in access database by DAO liberary (Visual Basic 4 / 5 / 6)
- Freelance MSAccess/PDF Job - USA based (Software Development Job Offers)
- Creating dynamic Reports (ASP.NET)
- simply generate user front end for mysql ? (MySQL)
- need help creating user defined SQL statement (ASP.NET)
- Creating a Database from scratch, need assistance (MS Access and FileMaker Pro)
- Creating linked pages (PHP)
- Creating a blob (HTML and CSS)
Other Threads in the MySQL Forum
- Previous Thread: Table aready exists
- Next Thread: display image from databse



Linear Mode