146 (42S02): Table 'mysql.proc' doesn't exist
It's a known MySQL bug - http://bugs.mysql.com/bug.php?id=24750
Use the schema mentioned there to recreate the mysql proc table.
Regards
--jm
--
Jacques Marneweck
http://www.powertrip.co.za/
http://www.powertrip.co.za/blog/
#in
SHOW VARIABLES LIKE '%connections%';
And checking status:
SHOW STATUS LIKE '%connections%';
Will tell you how many connections you've used simultaneously.
Regards
--jm
--
Jacques Marneweck
http://www.powertrip.co.za/
http://www.powertrip.co.za/blog/
#incl
functionality which was broken by the MySQL ABI?
Regards
--jm
--
Jacques Marneweck
http://www.powertrip.co.za/
http://www.powertrip.co.za/blog/
#include
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
rchives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]
--
Jacques Marneweck
http://www.powertrip.co.za/
http://www.powertrip.co.za/blog/
#include
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
,
Ratheesh Bhat K J
--
Jacques Marneweck
http://www.powertrip.co.za/
http://www.powertrip.co.za/blog/
#include
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
0 sec)
>>
>> Sorry for misspell of gid. It is uuid of the flow. I think I should
>> redesign the table. But how to solve the huge one-multiple
>> relationship.
>>
>> The flow table is the only largest table in the database, the others
>> are relative small just like the owner table size.
>>
>>
>> I have a design. Create an additinal field in owner table to store the
>> pk(or uuid) of flows owned by this user. Than use a store procedure to
>> update this field called by changing to the flow table. But I think it
>> is a bad design, right ? And also mysql 4.1.x do not support store
>> procedure. I do not want to migrate the whole database, and I am sure
>> there are some incompatible.
>>
>> Thanks...
>>
>
--
Jacques Marneweck
http://www.powertrip.co.za/
http://www.powertrip.co.za/blog/
#include
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Thanks for your help,
Stephane
Hi Stephane,
You can only specify one IP address to bind to.
Regards
--jm
--
Jacques Marneweck
http://www.powertrip.co.za/
http://www.powertrip.co.za/blog/
#include
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscrib
N '-1';
END IF;
INSERT INTO packages (package_id, client_id, package_name) VALUES
(SUBSTRING(application from 8 for 2), 0, '');
SELECT package_id INTO number_id FROM packages WHERE
package_id=SUBSTRING(application from 8 for 2);
RETURN number_id;
END $$
DELIMIT
8 665
*_/ **
** _/ Postal: 148 Frome Street,
_/ ** Adelaide SA 5001
Australia
invent
---
--
Jacques Marn
Hi,
I'm wondering what the status of MySQL 5.1.11 is regarding the roadmap
for 5.1 changing from "beta" to "generally available"?
Regards
--jm
--
Jacques Marneweck
http://www.powertrip.co.za/
http://www.powertrip.co.za/blog/
#include
--
MySQL General Mailing Lis
lowing line:
mysql_enable="YES"
Which basically tells the script that MySQL should be started when the
server boots up.
Regards
--jm
--
Jacques Marneweck
http://www.powertrip.co.za/blog/
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsu
al-license.html
Thanks,
hirohama
--
Jacques Marneweck
http://www.powertrip.co.za/blog/
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Hi Sheni,
I would start by running MySQL 3.23.58 which is the latest released version
of the MySQL 3.23 branch. Also running MySQL on FreeBSD with linuxthreads
enabled.
If you cvsup your ports collection doing something like:
cd /usr/ports/databases/mysql323-server
make WITH_LINUXTHREADS=yes BU
Hi all,
I'm basically trying to get a count of banner ad impresssions and banner ad
click-thrus from phpAdsNew into a simple report on another site to figure
out how to accurately get the stats to pass onto php and smarty to output
onto a webpage for a user to see their stats on an application I'm
14 matches
Mail list logo