Forum: MySQL Jul 30th, 2009 |
| Replies: 1 Views: 300 I have a database with about 150 tables in it.
Now I wanted to copy all of the tables with something like tablename_copy at the end of each table.
Also the data that will go in each of the... |
Forum: MySQL Feb 4th, 2009 |
| Replies: 1 Views: 711 How do I analyze all tables in a database? |
Forum: MySQL Feb 3rd, 2009 |
| Replies: 3 Views: 1,249 Sorry how do you update only one column? |
Forum: MySQL Feb 2nd, 2009 |
| Replies: 1 Views: 484 In my mysql table there are following values:
ID (unique)(Auto incre.)
INI
URL
Name
DeprSize
Dept. Location
Knownsince
MeetingNotes |
Forum: MySQL Jan 28th, 2009 |
| Replies: 3 Views: 1,249 I have a column "ID" in a table, and I need to move that to another table in the same database. How do I do this? |
Forum: MySQL Jan 21st, 2009 |
| Replies: 0 Views: 449 So I have a sql query
SELECT *
FROM `database`
ORDER BY `database`.`Name` DESC
Is there anyway to index this so it uses a lot less Handler_read_rnd_next |
Forum: MySQL Dec 20th, 2008 |
| Replies: 1 Views: 576 I figure this one out thank you! |
Forum: MySQL Dec 19th, 2008 |
| Replies: 1 Views: 576 I accidently inserted a lot of my data wrong in mysql.
Its something like this
32-Bit versions
• Windows Vista
• Windows XP
• Windows Me
• Windows 2000
• Windows 98 |
Forum: MySQL Apr 17th, 2007 |
| Replies: 1 Views: 1,482 I know this is pretty dumb question but I just wanted to ask because I am not sure if I can figure it out by myself. :(
So here is the deal. I have a mysql database called "appinfo" there there is... |
Forum: MySQL Aug 3rd, 2006 |
| Replies: 5 Views: 5,414 I got it to work but it displays only one column instead of showing all of the columns from the database.
Is there anyway I can show all of the columns? |
Forum: MySQL Aug 3rd, 2006 |
| Replies: 5 Views: 5,414 First of all this is a crazy thing I have just done.. so please sit back and read the whole post.............. Today I finished my math final and decided to learn a new programming language........ |