473,748 Members | 10,889 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MySQL Database Forum

MySQL database (open source) - Ask questions about mysql server, setup, queries, optimization, errors, tables, syntax, functions, SQL, storage engines, MySQL cluster, replication, scalability, availability, stored procedures, views and more.
0
1,119
thread by: Jerry | last post Jul 19 '05 by: Jerry
I can only log into MySQL using Webmin. I MUST have login from command line. All I can get from the command line is 'Cannot access user_name@localhost.' I had previously had no problem. Somethings gone haywire.
0
1,201
thread by: John Wards | last post Jul 19 '05 by: John Wards
I have this query: SELECT * FROM news_category LEFT JOIN news_x_cat ON news_category.id = news_x_cat.cat_id WHERE ( news_x_cat.news_id = 9 OR news_x_cat.news_id IS NULL ) Which gives me this output:
0
2,384
thread by: Andy Smith | last post Jul 19 '05 by: Andy Smith
Hi folks, trying to set up replication and I'm getting this problem which I can't see how to fix despite reading of the manual and google. I have set up a master and a slave according to the manual. The master runs 4.0.12 and the slave runs 4.0.14, they are both actually on the same machine (it's a long story, but it's what I need). I...
0
1,816
thread by: abarr03 | last post Jul 19 '05 by: abarr03
I am using cold fusion to make a small custom website using mysql to store the information a user inputs. I want it to be able to save japanese and unicode text, but whenever I enter any it comes back as garbage. Is there anything special I need to do to configure mysql to use unicode? Thanks! -Adam -- MySQL General Mailing List
0
1,680
thread by: David Bordas | last post Jul 19 '05 by: David Bordas
Hi list, I've got a little bug with MySQL. I can insert a row into my table but this row will not appear in the table :( Server is under linux redhat, MySQL is 3.23.56 installed from binary tar.gz from MySQL team. Table Description : mysql> desc Log_Forums;
0
1,126
thread by: eli | last post Jul 19 '05 by: eli
Thank you for the information about LIKE and equal. I have another question. What is better/quicly 50 simultaneously query/update at the same time from 50 different users or 50 simultaneously query/update at the same time from one user? Thanks for your information in advanced,
0
3,319
thread by: nm | last post Jul 19 '05 by: nm
Is it possible to MERGE innodb tables? Can't find docs on mysql.com In replication. I guess I can update the slave if the master is not responding, right? Shall I 'stop slave' before , in case the master is down? Also will this create problems when the master comes back and the slave copies updates from the master log file? ...
0
2,255
thread by: Anil Garg | last post Jul 19 '05 by: Anil Garg
Hi, I am trying to install myql on redhat. mysql package used: mysql-3.23.52-unknown-freebsdelf4.6-i386.tar.gz While following the instructions in install document..when i run the follwing command.. scripts/mysql_install_db following errors appear: -------------
0
1,199
thread by: Dave Mateer | last post Jul 19 '05 by: Dave Mateer
Hi using InnoDB tables in a MySQL 3.23.54-max environment on the usual linux/apache/PHP4.3.0 server. I have complete control over the box. I'm creating an e-commerce book shop (<500 titles), and am now thinking about the functionality of the SEARCH box. Am looking for inspiration!
0
501
thread by: Kandi, Santosh | last post Jul 19 '05 by: Kandi, Santosh
------_=_NextPart_001_01C35BD2.6BADEC7D Content-Type: text/plain Hi, I am a Sun solaris 5.6 user. I do not have su or any other system permissions We have PERL5.005 on the box
0
5,913
thread by: Fraser Hanson | last post Jul 19 '05 by: Fraser Hanson
Hello, I have a table which has a foreign key relationship with itself. I want and expect my updates to cascade (deletes definitely cascade as expected) but instead I just get error 1217: foriegn key error. I have written example code to use in reproducing the problem: # Create the table
0
2,384
thread by: Eric Raymond | last post Jul 19 '05 by: Eric Raymond
When installing the rpms (or the tar file) onto Red Hat Enteprise Linux AS Beta 1 (Taroon), we get the follwing error: Installing all prepared tables /usr/bin/mysql_install_db: line 1: 7690 Segmentation fault /usr/sbin/mysqld --bootstrap --skip-grant-tables --basedir=/ --datadir=/var/lib/mysql --skip-innodb --skip-bdb Installation of...
0
1,223
thread by: Kai Li | last post Jul 19 '05 by: Kai Li
Hi, I know that Mysql handles large database very well, but there is a project that requires more than 2000 small databases(about 20 talbes with a few rows) to be created within a Mysql server. Could somebody tell me does it make sense? Thanks for your consideration. likai ...
0
577
thread by: [Mystic] | last post Jul 19 '05 by: [Mystic]
Hi guys I was just wondering, im designing a shopping cart for my own site using php/mysql. I have my design like this. I have one table for the protuct that has a collum for product type. Product type is another table that has links to other tables like motherboards, hard drives etc. I hope you understand this. Is that the easyest, most...
0
1,259
thread by: [Mystic] | last post Jul 19 '05 by: [Mystic]
Hi guys I was just wondering, im designing a shopping cart for my own site using php/mysql. I have my design like this. I have one table for the protuct that has a collum for product type. Product type is another table that has links to other tables like motherboards, hard drives etc. I hope you understand this. Is that the easyest, most...
0
517
thread by: Tiffany Wilkes | last post Jul 19 '05 by: Tiffany Wilkes
I solved the problem--I needed ( ) around the column list. I think the manual should make that more clear. -------- Original Message -------- Subject: column privilege problem Date: Tue, 05 Aug 2003 15:39:54 -0700 From: Tiffany Wilkes <tdwilkes@ucdavis.edu> To: mysql@lists.mysql.com
0
1,001
thread by: Tiffany Wilkes | last post Jul 19 '05 by: Tiffany Wilkes
Hi, I am having problems granting column privileges. I want to grant the update privilege (only) to a column (called pass) in a table (called Acct). Here's what I get: mysql> grant update pass on practicedb.Acct to JohnDoe@localhost; ERROR 1064: You have an error in your SQL syntax near 'pass on practicedb.Acct to JohnDoe@localhost' at...
0
1,556
thread by: Tiffany Wilkes | last post Jul 19 '05 by: Tiffany Wilkes
I solved the problem--I needed ( ) around the column list. I think the manual should make that more clear. -------- Original Message -------- Subject: column privilege problem Date: Tue, 05 Aug 2003 15:39:54 -0700 From: Tiffany Wilkes <tdwilkes@ucdavis.edu> To: mysql@lists.mysql.com
0
1,188
thread by: Tiffany Wilkes | last post Jul 19 '05 by: Tiffany Wilkes
Hi, I am having problems granting column privileges. I want to grant the update privilege (only) to a column (called pass) in a table (called Acct). Here's what I get: mysql> grant update pass on practicedb.Acct to JohnDoe@localhost; ERROR 1064: You have an error in your SQL syntax near 'pass on practicedb.Acct to JohnDoe@localhost' at...
0
750
thread by: Adam Nelson | last post Jul 19 '05 by: Adam Nelson
I just did a major insert of new data and now all my selects have slowed down. The table is innodb. Is there a way to reindex everything without having to drop anything. Otherwise, I suppose I will have to drop the indexes and remake them. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: ...
0
2,157
thread by: Adam Nelson | last post Jul 19 '05 by: Adam Nelson
I just did a major insert of new data and now all my selects have slowed down. The table is innodb. Is there a way to reindex everything without having to drop anything. Otherwise, I suppose I will have to drop the indexes and remake them. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: ...
0
735
thread by: Jaz | last post Jul 19 '05 by: Jaz
Hello, Could do with a bit of advice regarding left joins, would be much appreciated! OK, I have a table of products. I wish to have another table of images (filenames only) and a third table which links products to images (i.e: productID | imageID only). So... if I do a select like this:
0
2,529
thread by: Jaz | last post Jul 19 '05 by: Jaz
Hello, Could do with a bit of advice regarding left joins, would be much appreciated! OK, I have a table of products. I wish to have another table of images (filenames only) and a third table which links products to images (i.e: productID | imageID only). So... if I do a select like this:
0
1,101
thread by: adrian GREEMAN | last post Jul 19 '05 by: adrian GREEMAN
When I try to import a text file with new data for an existing table I get the error "1148 - the used command is not allowed with this MySQL version." I have tried with both PHPMyAdmin2.3 and with MySQLFront 2.5. Both these GUI programmes have an "import from text file" command which I have used successfully several times to add entries to...
0
1,533
thread by: Mike Hillyer | last post Jul 19 '05 by: Mike Hillyer
Hi Everyone; As I was perusing the MySQL documentation, I noticed that there is a lack of documentation regarding the MySQL SET datatype and the queries used to manipulate it. In fact, the comments are longer than the documentation. A google search shows a similar lack up information regarding SET. I have therefore added a new article to my...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.