|
-
Jun 19th, 2002, 02:58 PM
#1
Thread Starter
Hyperactive Member
Rename (MySQL)
How can I rename Table or Field ?
-
Jun 19th, 2002, 03:05 PM
#2
PowerPoster
check out the ALTER TABLE statement
-
Jul 1st, 2002, 08:52 PM
#3
Member
If you're running ALTER on your own computer (in which case you'd probably connect to MySQL as root) then it's okay, but a few hosts out there block the ALTER statement. Therefore you might want to redesign your database structure only initially (i.e., when setting up your PHP app), and not make it a normal procedure for your app.
-
Jul 1st, 2002, 09:47 PM
#4
Junior Member
true, some hosts do... try it, just make a temp script... and then get rid of it though
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|