Questions tagged as 'mysql'

0
answers

does not return the mysql client names

CLASS class Cliente { private $db; private $id; private $nome; private $email; public function __construct(PDO $db) { $this->db=$db; } public function listar() { $query = "select * fro...
asked by 14.03.2017 / 15:37
1
answer

Doubt with AngularJS

What's wrong with this code? I'm trying to run it, but in no way does it show me the data coming from the bank! var app = angular.module('app', []); app.controller('clienteController', ['$scope', '$http', clienteController]); functio...
asked by 14.03.2017 / 19:48
1
answer

How to clear the Foreign Keys field in SQL

I would like to know if there is a way to clear the user_id / store_id reference in the table    user_store CREATE TABLE IF NOT EXISTS 'user'( 'id' INT(11) PRIMARY KEY AUTO_INCREMENT) CREATE TABLE IF NOT EXISTS 'store'( 'id' INT(11) PRIMA...
asked by 25.03.2017 / 02:08
0
answers

Problem with composer when sending to a server

I'm using composer to create a site in php OO, however, by sending the files from the site to the server (which in this case I'm using free service from atwebpages for external testing), the site simply does not work, trying to connect with mysq...
asked by 09.03.2017 / 14:26
1
answer

How to add many clients at once in a database table?

I need to add Name, Phone and Address of many clients that are in excel and pass this to the database. What would be the quickest way to do this?     
asked by 07.03.2017 / 21:48
0
answers

Error importing database Wordpress database

I'm having trouble importing the Wordpress Database. On my local physical server, with Ubuntu server 16.04 running, but when I played on my Ubuntu 16.04 desktop, it does not work. The procedures performed were: Export _SQL by phpmyadmi...
asked by 09.03.2017 / 23:30
0
answers

Upload Mysql Google Chart data

Could anyone help me? I can not load the data from Mysql in Google Chart ... if I use this same code, but in the "Pie" chart, it works, but in the non-line ... it draws the chart but not with data ... <!DOCTYPE html> <html> <he...
asked by 22.03.2017 / 02:28
2
answers

How popular list of objects with result of select (C # and MySQL)?

string strSQL = "SELECT usuperm.idusuario, usuperm.codfunc, usuperm.perm FROM usuperm INNER JOIN usuarios ON usuarios.idusuario = usuperm.idusuario WHERE usuarios.loginusuario = @loginusuario AND usuarios.senhausuario = @senhausuario"; MySqlComma...
asked by 04.03.2017 / 02:18
2
answers

Use the result of an array as the value of an insert - PHP

Good evening, I have a question. I'm uploading a file and extracting its contents and inserting into my database, but I'm having a question about using the array as value > My file consists of a sequence of numbers separated by 15 bloc...
asked by 04.03.2017 / 05:34
1
answer

Install Mysql for use with Python [duplicate]

I'm a beginner in python and want to know how to install mysql to store terminal information. I use wamp / mysql to develop in php, is it possible to do any relationship between them? (use mysql from wamp to python?) Use Windows 10 and p...
asked by 27.02.2017 / 21:22