MySQL Questions and Answers

Recent IT Questions

41 - 60 of 92

Table storage settings at table creation time

How can i set table storage settings at table creation time or any existing table

Answer Question   |  Oct 14 2008  9:38 PM GMT
MySQL, Table storage engine
asked by Prashant.expert

  25 pts.

Recovering the MySQL database

In the process of editing my database, I accidentally deleted the MySQL database. I thought I recovered it, but when I opened MySQL Query Browser, it was not there. Is there an easy way to recover it for good?

View Answer   |  Sep 16 2008  6:14 PM GMT
MySQL, SQL Server, Recovery
asked by SQL Server Ask the Experts

  2445 pts.

AUTO INCREMENT

We created a File with an Auto Increment Field using MYSQL statements through PHP. I have no Idea how to do this using DDS statements or settings.

View Answer   |  Aug 27 2008  2:58 PM GMT
PHP, MySQL, DDS
asked by Steyn

  15 pts.

New to php/mySQL having an issue with Mac OSX

I'm following the lynda.com video series on php with mySQL and have run into a hangup. When I install mysql and I'm checking to make sure it's all running, pointing a browser to http://localhost gives me the apache is running page, but going to http://localhost/~(myusername)/, I get an error saying...

Answer Question   |  Aug 8 2008  5:16 AM GMT
PHP, MySQL, Mac OS X
asked by Kjtriplett

  15 pts.

equivalent for crosstab query

Is there any function in MySQL that can create a query similar to crosstab query in MS Access???

View Answer   |  Jul 15 2008  3:06 PM GMT
MySQL, Microsoft Access, SQL Query
asked by Sgheorghian

  5 pts.

Echo a variable in PHP which displays as a link

hi, I have a number of variables that i pull from a mysql database. I want 1 of the variables to show as a link to a web page. i have tried the following code, which displays everything fine, except for the $url bit echo "<p>$djname $genre $biography <a href='/$url'>...

View Answer   |  Jun 30 2008  3:21 PM GMT
PHP, MySQL, PHP/MySQL
asked by Whiteyoh

  15 pts.

URL link in PHP/MySQL script

I am adding a URL within a table with PHP and a MySQL Database, my string doesn't show all of the URL, it cuts it off.

View Answer   |  Jun 19 2008  10:43 PM GMT
PHP, MySQL, URL
asked by Jviney

  35 pts.

php script Question and Answer

I am looking for a php script that show a photo of a person and ask who is this person. and you type in the persons name and it will gave you and answer of yes or no. or something like this, where I might be able edit

Answer Question   |  Jun 17 2008  6:25 AM GMT
PHP, MySQL, PHP/MySQL
asked by Oneplace

  5 pts.

How to optimize results coming from database

Sir, I hv created a software which searches for the information the user wants. If only one user is using database at a time then it gives response in milliseconds. But when at a time 10 or more than that start using it then throughput decreases. So how i should do optimization

View Answer   |  Jun 11 2008  10:48 AM GMT
Java, MySQL, Database performance and tuning
asked by Oracle expert

  5 pts.

Storing Binary Data

I've been in the process of reviewing the pros and cons of storing binary data (e.g. image files) either in blob fields in a database (presumably MySQL) vs. the filesystem of a server. I'm aware there are some concerns of security, but I'm mainly interested in performance at present. I could...

View Answer   |  May 14 2008  3:45 PM GMT
Database, MySQL, Database performance and tuning
asked by Chunter

  110 pts.

MySQL Stored Procedures with Parameters in Crystal Reports 9???

Hi, am using Crystal Reports 9 and the MySQL 5 DBMS. I have a stored procedure which accepts a parameter, Crystal Reports won't accept this stored procedure and cites 'Incorrect Number of Arguments; expected 1, got 0'. Im pretty new to MySQL and perhaps I shouldn't be creating stored procs the...

View Answer   |  May 12 2008  11:10 AM GMT
MySQL, Stored Procedures, MySQL Stored Procedures
asked by Les za

  20 pts.

MySQL Stored Procedures in Crystal Reports

Hi, am using Crystal Reports 9 and MySQL 5 DBMS. I have a stored procedure which accepts a parameter, Crystal Reports won't accept this stored procedure and cites 'Incorrect Number of Arguments; expected 1, got 0'. Im pretty new to MySQL and perhaps I shouldn't be creating stored procs the way I...

Answer Question   |  May 8 2008  11:18 AM GMT
Crystal Reports, MySQL, MySQL Stored Procedures
asked by Les za

  20 pts.

MySql Query

Hi Gurus i have a problem in MYSql Query Browwser there is a table "jiuser" in "jasperserver" database. this table has a column "username". there is another table " jiresourcefolder" in the "jasperserver" database. this table has a column "uri". now i wana find out which user can access which...

View Answer   |  Apr 7 2008  11:12 AM GMT
SQL, Java, Database
asked by Abhi Here

  20 pts.

Running different versions of MySql on same machine?

Is it possible to run different versions of MySql on the same server machine?

View Answer   |  Mar 18 2008  7:37 PM GMT
Database, MySQL
asked by Ozzyit

  25 pts.

Is there a server running on localhost: 3306?

Has anyone seen this error before? We've got a Windows 2003 Standard Server running MySql 5.x.x, with ColdFusion MX 7.x.x. Everytime we try to add a new MySql DSN Connection we get this error: Connection verification failed for data source: cudefault java.sql.SQLException: Communication failure...

View Answer   |  Mar 17 2008  5:24 PM GMT
MySQL, ColdFusion, java.sql.SQLException
asked by Ozzyit

  25 pts.

how to compare 2 dates == x day and delete the file

hi, do any one know how to compare the 2 dates.comparing today's and the file created date using mysql and c# here is my program but i am stuck string ConnectionString = "server=localhost;user id=name;password;persist security info=True;database=name of database;"; using...

Answer Question   |  Mar 13 2008  9:26 AM GMT
C, MySQL
asked by Blue

  50 pts.

how do i display session id on the web

hi, I am doing a login page with mysql and asp.net/c#. I would like the program to run in the following sequence. 1. the user login 2. the login page will search through mysql database, 3. when it is Authenticate, it will allow the user to access. my concern now is how to you use the session id to...

View Answer   |  Feb 26 2008  9:38 AM GMT
C, ASP.NET, MySQL
asked by Blue

  50 pts.

Membership login with mysql

hi, i doing a login program which will be using mysql. I would like to how do i do that, I have done a little but i am stuck half way can anyone help? protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { MySqlConnection conDatabase = new...

View Answer   |  Feb 21 2008  1:36 AM GMT
C, ASP.NET, MySQL
asked by Blue

  50 pts.

MYSQL/PHP based CMS (Mambo,Joomla) on the 400.

Has anyone setup one of the MYSQL/PHP based CMS (Mambo,Joomla) on the 400 yet? I use these CMS on regular Apache 2.0 servers with MYSQL 5.0 & PHP 4+ These CMS are very flexible and adaptable and I would like to use on the 400.

View Answer   |  Feb 12 2008  11:08 PM GMT
AS/400, PHP, MySQL
asked by DHanneman

  200 pts.

Access to MySQL - How hard is this going to be?

I've just taken on a client who has been building his databases in MS Access for 14 years. He wants to put a significant amount of this data into an online MySQL application. I know it can be done, and I've agreed to help him do it. Does anyone have a feel for what it will take to get his data...

View Answer   |  Feb 11 2008  11:06 PM GMT
MySQL, Microsoft Access, Data migration
asked by The Geek

  145 pts.

41 - 60 of 92