&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
create mysql
0
votes
1
answer
37
views
How to create table with multiple field dynamically in PHP
$dbhost = 'localhost'; $dbuser = 'root'; $dbpass = ''; $conn = mysql_connect($dbhost, $dbuser, $dbpass); if(! $conn ) { die('Could not connect: ' .…
php
mysql
table
create
asked
June 21, 2011 12:48 pm CDT
edrian
0
votes
1
answer
43
views
MySQL stored function problem
I'm creating a stored function like this CREATE FUNCTION getVendorID(IN venname VARCHAR(255)) RETURNS INT BEGIN DECLARE a INT; SELECT vendorid FROM…
mysql
function
create
asked
June 15, 2011 5:19 pm CDT
dzd
0
votes
3
answers
37
views
MySQL: What's wrong with this CREATE PROCEDURE statement?
DROP PROCEDURE IF EXISTS CreateTopic; CREATE PROCEDURE CreateTopic ( i_forum_id INT, i_user_id INT, i_title VARCHAR(255), i_language VARCHAR(50),…
mysql
stored-procedures
create
asked
May 18, 2011 1:44 pm CDT
Dark Slipstream
0
votes
3
answers
59
views
Create table - Mysql
I'm looking for a little help with this table. First: The table isn't being accepted by mysql. I'm getting a 150 error, which doesn't tell me much.…
mysql
table
create
asked
May 16, 2011 9:43 pm CDT
Logan Klenner
0
votes
3
answers
51
views
Create table mysql
Hello all, I'am new to mysql and i want to know what KEY (not primary key) means in the query below : CREATE TABLE `users` ( `id` int(11) NOT NULL…
php
mysql
database
create
web-programming
asked
April 15, 2011 3:12 am CDT
Bobj-C
0
votes
2
answers
41
views
Creating a table from a query in MySQL/PHP
I'm not sure this is possible, but the code I tried using first is: mysql_query ("CREATE TABLE My_table as ( SELECT * FROM CPE LEFT JOIN…
mysql
table
join
create
asked
April 12, 2011 11:26 am CDT
Soop
1
vote
1
answer
39
views
MYSQL problem Error # 1005
Hi there, i create a database for e-commerce i have one thing doing it wrong and i don't know why .. apparently one of my table (succursaleProduit)…
mysql
error
table
create
asked
April 7, 2011 10:27 pm CDT
ThorBoy
0
votes
2
answers
45
views
What is the correct syntax for a set command within a mySQL user defined function?
I'm receiving the following error when trying to create a function in mySQL 5.1: Error Code : 1064 You have an error in your SQL syntax; check the…
mysql
function
syntax
create
udf
asked
April 5, 2011 8:35 am CDT
James P.
0
votes
2
answers
55
views
Creating mysql database for Drupal
Hello, I'm trying to create Mysql database for Drupal according to these instructions " First, you must create a new database for your Drupal site…
mysql
create
asked
March 18, 2011 5:04 am CDT
xralf
0
votes
1
answer
98
views
MySQL table create taking way too long
Hi, I have a PHP script that creates 70 empty tables. However, it's taking nearly 30+ seconds to create them. What is causing it to take this long?…
php
mysql
create
asked
February 11, 2011 12:06 pm CST
Spencer
0
votes
2
answers
71
views
Is there a mysql equivalent of show create table in postgres???
Hi, is there a mysql equivalent of SHOW CREATE TABLE in postgres? Is this possible? If not what is the next best solution? I need the statement…
mysql
table
postgres
create
asked
February 6, 2011 3:49 pm CST
vlebar
2
votes
5
answers
56
views
What is wrong with this sql statement
What is wrong with this statement? CREATE TABLE `CSV_DB`.`bavaria_test` ( `Schule`, `Stasse`, `Ort`, `Tel`, `Schulgliederung`, `Integrationsklasse`,…
sql
mysql
create
asked
February 3, 2011 6:38 pm CST
zero
2
votes
1
answer
78
views
Create MySQL view using distinct values as columns
I have searched a while and can't find an answer to my problem. I have a table that looks like this: date name status 2011-01-01 m1 online…
mysql
view
distinct
create
values
asked
January 30, 2011 3:27 am CST
kelly
0
votes
2
answers
83
views
Can't seem to create user in MySQL console (ERROR 1064 (42000))
Now I'm no MySQL pro, but I've been using it for a good 5-6 years and I've never come across this: I log into my server via SSH I log into MySQL via…
mysql
user
create
asked
January 24, 2011 6:34 am CST
Ahmed Nuaman
14
create mysql
Tagged:
create + mysql
Related Tags
php
× 7748
sql
× 3105
database
× 1613
query
× 1045
java
× 558
database-design
× 470
join
× 466
ruby-on-rails
× 415
c#
× 395
phpmyadmin
× 355
html
× 353
select
× 337
javascript
× 304
python
× 299
jquery
× 284
php5
× 284
performance
× 281
innodb
× 249
table
× 249
codeigniter
× 241
ajax
× 233
mysql-query
× 227
insert
× 222
linux
× 210
hibernate
× 209
update
× 208
arrays
× 203
asp.net
× 198
pdo
× 188
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy