Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MySQL Server Solutions: 3926 - 3942 of 3942
 
Hi all, I'm trying to connect to my MySQL DB, I telnet in and use the 'mysql' command, but get the following error: ERROR 1129: Host 'localhost' is blocked because of many connection err...
I have a small test table in my database: Type, Inv, Des, Y,    D,   D, Y,    D,   Deleted, Y,    %,   %, Y,    D,    , Y,     ,   D, (this is just an example of data, where % could...
I've built several web sites where the user could search the MySQL database, but never one as complex as this, and I could use a little insight from someone who's been there. This is a sear...
Im new to linux and now trying to put a webserver up. i have done everything like examples and manuals told but still not working.. what am i doing wrong. below is the command line that i ...
I'm looking for a cgi forum script with Mysql database to be easily integrated in a  classified script with Mysql database and use the existing classified registration table I mean I want t...
hi all, i have only rudimentary knowledge of database design, so take it easy on me. is it possible to set a maximum number of rows in a table? for example: a table can be filled with 10 e...
This should be a simple problem.  All i'm trying to do is check if a certain title exists in a database field and if it does then increment the variable named views. If not, insert the title i...
All, I have a CheckPoint firewall log file that I want to import into a MySQL dB.  The standard export via the CheckPoint LogViewer dumps a text file that is both delimited with "" and tabs...
I have installed in MySQL 4.0.12 and am trying to set some variables for InnoDB.  It works fine, except that when I include the line: set-variable = innodb_log_file_size=20M and I then g...
I have an application developed with Access 2000 that communicates with MySQL 4.0.12 via the MyODBC 3.51.06 driver.  The connection works great and users can be in the application all day with...
My SQL version 3.23.54, binary , Windows ME If I insert a data using a spanish letter for example "Muñoz" and then when I do a query to see the data entered I see a strange simbol instead o...
I'm running Windows 2000 Pro. with Apache, PHP & MySQL. I have some PHP scripts that connect to 2 databases at the same time to retrieve information, and also update information, as would u...
I've previously install MySQL4.0.13. Then I found from www.mysql.com that version 4.0.14 has been released. I then download a new copy of 4.0.14 to my computer and remove the previous version ...
Hello experts, I have a question for you. I am using the LAST_INSERT_ID SQL function in an ASP script and I wonder what would happen, if the ASP would be executed twice (or more) at the ...
I have created a website using JSP and MYSQL.  I want to host this site in a WebServer 1.  How we can upload this MYSQL files to the webserver (through FTP).   2.  Also, in the java base...
Hi, I'm using Visual Basic 6 and Mysql, I know the odbc is the way to connect to the database, i understand that OLEDB does't recognize mysql but i'm not sure if i must use ADO. Please can ...
HI, I am trying to make this statement work: SELECT * FROM `products` WHERE MATCH ( title, description ) AGAINST ( 'test' ) AND MATCH( location ) AGAINST ( '' ) AND MATCH( mineral ...