1
vote
2answers
30 views

MySQL - How to select Multiple rows from Multiple tables

I have a question about a SQL statement, for some reason my script is not working properly.. This is the Scenario; I have 6 tables Patient -PatientID -PatientName -EmployerID FK to ...
0
votes
2answers
28 views

How does MySQL take variables in bash?

Making a script to print out data from a MySQL db via bash, I met the following problem: While I try to log in, it uses the password as the database to log in to. Script is like this: #!/bin/bash ...
3
votes
1answer
44 views

php script to modify cico dhcp pool

I'm trying to automate a process of a modem provisioning system. the code below is my attempt with the exception of a form that i did not list that is passing the variables. the DB portion of the ...
0
votes
2answers
54 views

Remove the first row from CSV file - php csv file upload issue

This script running fine but adding first row from excel file (header names). I want to make ignore first row in loop - Please check the script - <?php //connect to the database $connect = ...
0
votes
3answers
72 views

CSV File With PHP and MySQL - Data not uploading properly in database

I download the script from - http://www.k-fez.com/?p=101 website and trying to upload CSV file on my server. It uploading file successfully but Blank - please check image <?PHP session_start(); ...
0
votes
0answers
23 views

Matching CSV fields to a MySql database throough a template

we are using PHP and MySql for our application. Problem: we get some data, we put them in a CSV file, we upload them in our database through a template, then we upload the data online. we have ...
0
votes
0answers
23 views

Need your help adapting a script for a calendar database please

I dont know much about the functions of MySQL so I wonder if anyone could help me create a simple script to populate a table with some dates for a calendar I'm making. Basically I found this on the ...
0
votes
0answers
19 views

Conditional command execution for installer

I was wondering if I could get help with my installer. Right now it come packaged with the command line SVN client. This package is to download, install, update, and configure the application ...
0
votes
1answer
30 views

Adding a NULL value for a datetime entry in an SQL table through Bash

I am attempting to populate an SQL table through reading text files via bash to hand off to the table. I have it all working except when trying to add a null value to a datetime field. mysql --host ...
0
votes
1answer
35 views

How to use select statement result as a variable and pass it further to the script

please advise how to use select statement result as a variable and pass it further to the script. Simple script: #!/bin/sh # --mysql part START-- pwd="pass" D="db" mysql -uuser -p$pwd -D$D -s -N -e ...
0
votes
0answers
18 views

How to import Objects and Links in MySQL using a script?

I have 2 tables in a MySQL schema : Table A : CREATE TABLE IF NOT EXISTS `test`.`A` ( `id` INT(10) NOT NULL AUTO_INCREMENT , `Code` VARCHAR(45) NULL DEFAULT NULL , `Description` VARCHAR(45) ...
0
votes
1answer
14 views

MySQL Table Normalizing via plain sql error

I need to normalize my table. So I made a script (sql) which I execute. I would like to INSERT all existing Clients from table A (old) into table B (new). It is simply done with INSERT INTO `A` ...
0
votes
1answer
53 views

MYSQL + PHP comparing live time and datetime stored in database

<?php define('INCLUDE_CHECK',true); error_reporting(0); session_name('tzLogin'); session_start(); $user = $_SESSION['name']; if($user or die('Please login to continue')) { ...
0
votes
1answer
36 views

SQL Help - inserting columns into a table based on distint column values

Hi im trying to do the following and am a bit stuck for idea: I have a set of data like this: Column1(int) Column2(int) Column3(Varchar) 0 1234 ABC-0 1 ...
0
votes
1answer
36 views

mysql / php - 3 tables (if number exists)

I have a problem, i´m building an own register form for a browsergame. I have to place the planet on register, that the user get. so i have: 9 galaxies, each galaxy has 400 systems and each system ...
0
votes
1answer
42 views

Shell scrip extract data from a file

I just started programming in shell script and I have a file that looks like this: stuff that doesn't matter doesn't matter matter *LINE 35*School: xxxxx -> NAME: xxxxx AGE: xxx DESCRIPTION: ...
0
votes
2answers
32 views

mysql update does not work via php script,though it works through the mysql terminal [closed]

i have a mysql table with a column named approved. In case i use the mysql script update tablename set columnname=1 where id=x where x is an integer number,everything works. The problem is when ...
0
votes
2answers
151 views

Executing sql script on a batch file with accent

I have some accent problem when I execute some sql script in a batch file ( the sql script create the database with tables and some inserts) That's the batch file that execute the script file: @echo ...
0
votes
1answer
55 views

Simple SQL Search tweak

I am playing around with PHPFreaks "Simple SQL Search" script. I was wondering how to refine the search methods after a query has been submitted. Let say I have submitted a search term like "music", ...
0
votes
2answers
48 views

Can't change SQL to have an id as primary key(AI) rather than username

I recently started using Jpmaster77's Login Script, and it has shown to be very great. However, now I am trying to experiment with it. I am trying to create a new table at the beginning of the row ...
0
votes
1answer
302 views

Install MySQL service in Inno Setup

I would like to install MySQL service after install in Inno Setup. There is already similar question here, but no solution there works for me. If I use sc create like that in the solution, then after ...
0
votes
2answers
25 views

extract specific data from a cell, MYSQL

ok, i have a table name ORDERS and i have a Column in the orders table named OrderedItems within the ordered items the data looks like this example below Flavor Name (10ml, 0mg nic) Flavor Name ...
0
votes
0answers
78 views

PHP script to parse sql queries and separate queries

I want to write a php function that could parse select SQL queries. Just for an example: select * from tableA a, tableB b where a.cola = b.colb and cola = 'abcd' to convert into: select * from ...
0
votes
1answer
42 views

Google Script work with jdbc and database mysql

I work with google script and the JDBC connector to my MySQL database. I want to run a query using a variable, for example: var rs = stmt.executeQuery("select*from Comuni where nomeComune=v"); How ...
-4
votes
3answers
73 views

Mysql full text search particular word [closed]

tag1 - Novel, My pession, Holi, Book, My book, Having book tag2 - Holi Novel, My pession, Book, My book, Having book tag3 - Romantic Novel, My Novel, Book, My book, Having book tag4 - Novel based, My ...
0
votes
1answer
105 views

How do I create a script to run MySQL command line?

I'm trying to import about 20 .csv files into MySQL and I'm fed up with doing it via phpmyadmin's import gui. Is there a way to do this by batch without typing on the command line? i.e. a script that ...
7
votes
3answers
400 views

php script cron job after 2 weeks send reminder message to specific email address

Ok, I have a php script that sends a random code to an e-mail address which the user entered. I need to make that after 2 weeks the user will get a reminder message to the same e-mail address. This ...
2
votes
1answer
120 views

0-1-2 Matrix from a table heatmap

My goal is to get a 0-1-2-Matrix from Informations provided in a mysql table. Example: Table 'Dom' Origin|Species | Domain KMT1 | blabla_1234 | Kringel KMT1 | blabla_1234 | Helix ...
0
votes
1answer
70 views

Error in mysql shell script, 'Database: command not found'

I am getting the following error while trying to execute this command: Command: $(mysql -u root -proot -e 'show databases;') > dbnames Error: Database: command not found
0
votes
0answers
78 views

Convert sites posts from BBCode to HTML in MySQL

So I'm working migrating a site from Xoops to Wordpress. I've worked out how to put my posts and categories em Wordpress database, but now I have a problem. All posts in this site were edited in ...
0
votes
2answers
40 views

How can i make a script that will dump a bulk of info from an .xlsx (excel) file

1)I need to make a Script that will grab my excel file which contains a table. "Industry Partners" 2)this table in my database contains 6 colums "id", "name", "address", "lat", "lng", "phoneNumber" ...
1
vote
1answer
34 views

invalid query or character type

looking for some help with a query I am currently attempting to do this: $query_set_character_to_trademark = " UPDATE product_description SET name = REPLACE(name, 'â"¢', '™')"; with a php ...
0
votes
0answers
56 views

Migrate from Nucleus CMS to Wordpress 3.5.1

I am trying to migrate a Nucleus CMS blog to Wordpress. After failed attempts using what's listed at Wordpress Codex for importing content I got stuck with this last attempt. Nucleus-to-Wordpress ...
-1
votes
2answers
52 views

script showing progress php [closed]

I'd like to know how to create a script using PHP that would execute after x amount of time. For example: Player builds a house that takes 2 hours to finish and when he clicks 'build a house' button ...
1
vote
1answer
150 views

#1064 - You have an error in your SQL syntax '(14) NOT NULL, `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0', `ip` ' at line 3

Im getting this error: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL, `ID_MEMBER` ...
0
votes
0answers
84 views

MySQL - Change DataType for all Columns [closed]

I'm looking for a script to change all the char(40) columns in a MySQL database to varchar(40). I can do this manually: ALTER TABLE MyDatabase.accounts MODIFY COLUMN id VARCHAR(36), MODIFY COLUMN ...
0
votes
0answers
21 views

How do I pull information from a Form using a remote script?

What I am trying to do is simple in theory but difficult in practice simply because of how little I have deal with code in the recent years. Here is my issue, I am trying to pull information from a ...
0
votes
2answers
72 views

Warning: mysql_fetch_assoc() expects parameter 1 to be resource

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/tz/public_html/img/inc/functions.php on line 2051 This is coming when i open my site,i just connected site to ...
-2
votes
4answers
50 views

PHP Timed bans?

I made a ban script where it updates the members list and put SET banned=Yes WHERE username=$_POST[username] But now I would like to make timed bans, like if a user get banned for a day, he will be ...
0
votes
0answers
101 views

how to check null result for mysql query in shell script

how can i check whether the mysql query result is null or not in shell scripting e.g in the following case and in other cases if possible, thanks for your help value2=`mysql -uroot -proot ...
0
votes
3answers
165 views

CONCAT string and INT in MYSQL and export big mysql table to small csv files

I am new in MYSQL programming. I want to select into outfile a very big table into several csv files using MYSQL loop script. My script is as following: BEGIN SET @t_lines=0; SET ...
1
vote
1answer
87 views

Debugging MySQL

the story is like this, we have MySQL database called syslog, there are following tables: Tables_in_syslog | +-----------------------------+ | plugin_camm_syslog | | ...
1
vote
1answer
83 views

how to get data with spaces from database in the same variable using shell scripting

When I run the following code, the data being stored in variables department, testDate and testTime becomes mixture of each other when there is space in data, e.g if 'computer science' is the ...
0
votes
1answer
58 views

retrieving the last stored value in variable using shell scripting

i am trying to retrieve only the last updated value of variable date2,but all the times it gives 0 in the output,i think it is because i am retrieving it out side the block but i only want the last ...
-3
votes
2answers
63 views

it's showing “Parse error: syntax error, unexpected end of file on line 16 ” [closed]

<?php $FName = $_POST['FName']; $Email = $_POST['Email']; $Quote = $_POST['Quote']; //conect\\ mysql_connect("localhost","root","") or die ('I cannot connect to the database because: ' . ...
0
votes
1answer
49 views

how to create an automated mysql script in netbeans

Is there any way to automate executing MySQL script using NetBeans? I've got two .sql scripts that I can run from command line, but is there any way to integrate it in NetBeans to run it using a ...
0
votes
1answer
280 views

Import .db file into MySql databse

I am new in using MySQL database and need some help. The scenario is pretty much like this: I collect data from some sensor which come with their own software. The software builds a .db file as it ...
0
votes
1answer
51 views

How to use mysql proxy with python

How to write script in python to trace queries with MySQL Proxy. I have tried to get the information about this but I could not find any thing regarding python,please help me out any body to write a ...
0
votes
3answers
240 views

mysql Script. Syntax error, Unexpected IDENT_QUOTED errors message on keyword GENERATED

I'm trying to open a script in my workbench but the keyword GENERATED is being underlined in red with an error message saying : ` Syntax error, Unexpected IDENT_QUOTED. This is just a simple DB ...
-1
votes
2answers
49 views

Linux configuration files from one server to other [closed]

I have webserver with httpd and mysql installed and is operational. I am building the new server where I want replicate it exactly like the webserver. Both servers are on different networks hence ...

1 2 3 4