Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MYSQL


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





"Only Registered Developers Are Allowed To See The View The Progress Log."


I have had an account at mysql for years, but when I try to view the progress log for
a bug report, I get a "Only registered developers are allowed to see the view the progress log." message even if I am logged in.

Searching MySQL's site for that string brought up no hits. Does anyone know how to get past this?




View Complete Forum Thread with Replies

Related Forum Messages:
LAMP Developers On Yahoo
For those interested,

A yahoo group devoted to LAMP ( Linux-Apache-MySQL-PHP ) develoment;

View Replies !
Registered Users
I have a simple bit of mysql to display the number of users on my service, by simply selecting the highest userid from the database.

"SELECT MAX(id) FROM users";

It would appear that i have not thought this through correctly, as when a user is deleted from the database, it still shows the number of registered users as being the same.
Is there an easy way to cound the number of registered users, without affecting performance too much?

View Replies !
There Is No 'root'@'%' Registered
Moving a cleanly running web application from a desktop machine to a laptop in order to make a presentation to a client in a remote location. Both machines Windows XP Pro. I use MySQLAdministrator (etc) for the interface. I've never used the command line.

Connection string on desktop:
"server=SVR2003;Database=tnhorse;Data Source=SVR2003;user id=root;password=XXX;"

Connection string on laptop:
"server=localhost;Database=tnhorse;Data Source=localhost;user id=root;password=XXX;"

I tried using the actual computer name with the laptop (like the desktop) but I kept getting the message the "Host 'DellLT' is not allowed to connect to this MySQL server". I read online somebody tried "localhost" in place of the server name and it worked. It did so for me and at least got me into MySQLAdministrator! In the web.config file, however, I get "There is no 'root'@'%' registered".

I hoped to show the application to my client tomorrow (12/10) but I'm completely stumped. I know there is a simple solution to this but being a relative newbie to MySQL (which I really like) I need somebody to give me step by step instructions.

MySQL 5.0 ASP.NET 2.0 running in XP Pro.

View Replies !
Get People That Registered In This Month
I have a field called "registered_date" and i want to know who was registered in less than 30 days to the current day ....

View Replies !
MYSQL To / From Progress
Our main system runs a Progress db, that's where our billing, contract
and order information resides. For this, we thought that it would be
easy on the sales people to design a web form fill out all the
required information and send it to Progress db.

Our challenge has been that our web form will sit on a windows server
(win 2k3 server) and progress is on a SUN solaris server and we can't
find an ODBC from windows to solaris and viceversa for progress
without installing a full copy of the db to the windows server. The
ideal situation is to write directly to our progress db, easy hum?

For the lack of a odbc like that, we thought that we could have mysql
in between and be the medium between our web interface and progress db
but again we can't find odbc drivers or don't know how to have these 2
beasts talk between them. MySQL is running under RH. Has anybody
done something similar? Our other alternative is to ftp a text file
back and forth with all the updates but we would like to avoid that,
just a preference thing.

View Replies !
Progress Indication
I am using the mysql C API. I would like to know if there is any way that mysql can indicate how long it takes to complete a certain task that it is performing. For example, I have to load data from very large text files into my mysql tables and some text files takes longer than other, so using standard C++ win32API progress bar isnt much use for specific tables. Does it have a function similar to that of a progress indicator?

View Replies !
Retrieving Progress Information
I am trying to implement a progress bar in my application and provide the end user the information of how long the task (retrieving db info) will take.

I wonder if there is no way to get back progress information from the database server. Does mySQL have such mechanisms for retrieving progress information?

View Replies !
Server Shutdown In Progress
I have a database with following tables (with records):

HTML Code:
AVAILABILITY (has 12,926 Rows)
PRICES (has 12,926 Rows)
VENDORS (has 347 Rows)
here is my query

Code:
select * from
AVAILABILITY A,
PRICES P,
VENDORS V
where P.Pvendor = V.Vvendor
and
A.Oorder = P.Porder
But I am getting this error
Server shutdown in progress

View Replies !
ERROR [HYT00] [MySQL][ODBC 3.51 Driver][mysqld-5.0.51b-community-nt]There Is No 'root'@'%' Registered.
I am getting this error->ERROR [HYT00] [MySQL][ODBC 3.51 Driver][mysqld-5.0.51b-community-nt]There is no 'root'@'%' registered.

while inserting information in table.I use login as root@localhost,then why it is showing error about root@'%'.

View Replies !
Counting Completed And In Progress Searches
I'm running MySQL 5.0.22 and am trying to sum groups of completed and in progress searches. Schema and details below: .....

View Replies !
#1053 - Server Shutdown In Progress???
Using this query:
Quote:

SELECT p.first, p.last, p.city, p.state, p.member_id, m.corr_type, m.member_corr_id
FROM members p
LEFT OUTER JOIN member_corrections m
ON p.member_id = m.member_id AND m.processed=Ɔ'
WHERE p.club_id = ðƒ' AND p.memLevel=Ƈ'
ORDER BY p.last

i get this error:

Quote:

#1053 - Server shutdown in progress

Any ideas why this might happen. It should produce roughly 250 results.

Running MySql 5.0.27


View Replies !
Join On A View Without The View
I was wondering what the syntax would be to have a left join from one table to a resulting query without the view. Currently I use a view and it works fine but I was wondering how to achieve this without creating the view.

Here is the current view's SQL statement ( without the create view etc)...

View Replies !
Host Not Allowed
So, my problem is:
Host >compname< is not allowed to connect to this MYSQL server

It comes when Im trying to connect to the server.
Do any1 know how I fix it?

View Replies !
Is This Between Statement Allowed?
The following code was part of a larger query which I stripped down to try and work out why it doesn't work;

select amount from creditor_amount
where dd_date between 2008-08-31 and 2008-10-01;

It returns;

Empty set, 2 warnings (0.00 sec)

View Replies !
Max Allowed Packets
is there a way to set the max allowed packets on a shared host server? i am competant with SSH... so just need a YES or NO.

View Replies !
Operation Is Not Allowed
Hi I tried writing but problems crop up. I am not sure what this message means.
I am using labSQL for labview.
Problem:
Exception occured in ADODB.Recordset, Operation is not allowed when the object is closed.. Help Path is C:WINDOWSHELPADO270.CHM and context 1240653 in ADO Recordset.

View Replies !
Host Is Not Allowed To Connect
I have mysql working. I have change my hostname name(until now i used localhost) and i cannot connect.

# mysql -u mail -p -h server.domain.com
Enter password:
ERROR 1130: Host '196.26.0.3' is not allowed to connect to this MySQL server

# mysqladmin -u root -h server.domain.com -p password 'pass'
Enter password:
mysqladmin: connect to server at 'server.domain.com' failed
error: 'Host '196.26.0.3' is not allowed to connect to this MySQL server'

View Replies !
Modify Max Allowed Packet
I am already using MySql 5 and is currently working on a code to save pictures to a table. How can I modify the max_allowed_packet system variable?

View Replies !
Host 'localhost' Is Not Allowed
I'm setting up a server for a client and I get this error "Host 'localhost' is not allowed to connect to this MySQL server" whenever I try running a script that talks to MySQL. I used PHPadmin to access the mysql.user table and change the passwords for both root accounts (localhost and any host). I don't know what exactly caused this but I need to fix it.

View Replies !
405 Method Not Allowed Error In DW MX
I am getting the following error when trying to add a MYSQL DB to DW MX, I am using PHP, Windows XP, IIS.

"405 Method Not Allowed"

Ideas?

View Replies !
Not Allowed To Connect To This MySQL Server
Trying to connect from 1 linux box to another. A to B.

The B.user table has a host IP entry and a host name entry for mach A. "mysql -h machB.com -u chuck" returns:

ERROR 1130: Host 'machA.com' is not allowed to connect to this MySQL server

My search turns up zero.

View Replies !
Host Is Not Allowed To Connect (MS Access)
I am trying to use MS-Access to connect to a MySQL database on our web site. The web site is hosted off-site by a hosting company. I am using Windows XP.

I created a User Data Source, using MS ODBC with the following info:
Host/Server Name[IP]: mydomain.com
Database Name: db_name
User: mydomain
Password: whatever

(using a PHP file, I can the same user id and password as parameters to mysql_conect(). Of course, I use "localhost" as hostname, whereas in setting up the DSN, I used the domain name.)

In Access, I created a database, selected File/Get External Data/Import and selected the the DSN, but I get:

ODBC -- call failed
[MySQL][ODBC 3.51 Driver] Host ['123.456.789.123'] is not allowed to connect to this MySQL server (#1003)

Using the IP address for the Host Name does not help. I read in some of the threads that a user needs to be created and GRANTed access. But who would be the user? Why doesn't the userid/password that works through PHP failes to authenticate here?

View Replies !
The Used Command Is Not Allowed With This MySQL Version
I am trying to insert values into a mysql database from a csv or text file using the LOAD DATA LOCAL command and I get the following error message:

The used command is not allowed with this MySQL version

I read 4.2.4 Security issues with LOAD DATA LOCAL in mysql.com and understand that I have to configure mysql with --local-infile=1

Thatīs what I donīt understand...where do I do this exactly.

I typed in the following at the prompt:

C:mysqlin: mysqld --local-infile=1

and I get no response (normally another prompt would appear after which I type mysql.exe and I enter into mysql land)

I also have phpmyadmin and winmysqladmin...but cannot find with either of these to configure mysql.

View Replies !
Command Is Not Allowed With This MySQL Version
My host just upgraded to PHP5 and one of my scripts is failing. The error is a MySQL error so I am posting here. This is the

PHP

mysql_query("LOAD DATA LOCAL INFILE '$listingFile1' REPLACE INTO TABLE `Listings_Residential` FIELDS TERMINATED BY ' ' LINES TERMINATED BY '
' ") or print("Couldn't open database: ".mysql_error());


The error I get from MySQL is "The used command is not allowed with this MySQL version"

I don't know if the MySQL version has changed. It is currently 4.1.20. Looking through the MYSQL documentation, I don't see anything in the query that would be affected by the version. The variable $listingFile1 is printing out a file location like /var/www/vhosts/domain.com/httpdocs/deposit/listings-residential.txt which is a valid path.

View Replies !
Maximum Number Of Fields Allowed In MySQL Row?
I'm trying to create a table with 21 fields and I'm failing miserably.
Is there a maximum limit? Or am I just blind to a typo?

Here's the command (in PHP): Code:

View Replies !
Optimization :: Maximum Number Of Columns Allowed
just wonder how many columns is the max amount not be an slow table.

Actually I would like to have hundreds of columns, but suppose maybe would be better to have several small, even though that would give me more work updating them.

View Replies !
What Is The Maximum Allowed Quantity Of Databases In MySQL 4.x/5.x?
what is the maximum allowed quantity of databases in MySQL 4.x/5.x?

View Replies !
Allowed Memory Size Of 8388608 Bytes Exhausted
i get this message when i try to add data with my Mambo installation,

"Allowed memory size of 8388608 bytes exhausted"

what can i do, it appeard now also when i add new images to the mambo
photoalbum.

View Replies !
ERROR 1410 (42000): You Are Not Allowed To Create A User
I have created a user with grant option for e.g.
Logged in as root
grant select on patient.d_user_info to test1 identified by 'test1' with grant option;
// User is created Successfully
Logged in as test1
grant select on patient.d_user_info to test2.
// I get the you are not allowed error.

Also on a related note the command
grant select on patient.d_user_info to test1 identified by 'test1' with grant option
// when changed to
grant select on patient.d_user_info to test1 identified by password 'test1' with grant option produces the following error
ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number.

View Replies !
Host 'localhost' Is Not Allowed To Connect To This MySQL Server
My instance of mysql was having an issue with too many people connecting to it at once, so I ran the configuration utility. Now all of a sudden, I cannot connect from anywhere including localhost. I keep getting the message Host 'localhost' is not allowed to connect to this MySQL server no matter what method I try of connecting.

What I initially did was edit the user table and replaced the root/localhost with root/% and I'm guessing this was overwritten by the utility somehow. Can someone tell me if there's a way I can edit the user database?

View Replies !
Error 1130: Not Allowed To Connect To This Mysql Server
I use mysql administrator connect to mysql running on redhat linux,error message:mysql error number 1130:not allowed to connect to this mysql server Why?

View Replies !
Host 'localhost' Is Not Allowed To Connect To This MySQL Server ...
I reinstalled MySQL Server.

However, I can't connect to the server anymore.

I keep getting this error:
MySQL Error Number 1130
Host 'localhost' is not allowed to connect to this MySQL server.

View Replies !
Load Data Infile - Is Not Allowed In This MySQL Version
Using my ISP's set up running on their host. created a database, and a table now can't get the data into the table.

I'm using their myPHPAdmin and I choose this option: "Insert data from a textfile into table" I have successfully entered data manually and I can retrieve and view it. So the table and the db do function.

Since I didn't compile or set any parameters when I created the db I think the permissions should be set up correctly. AssUme-ing the ISP set the scripts up properly--have a trouble ticket into them to check.

I BROWSE (my harddisk on my client) to my file and select REPLACE and change the delimiter to "," and I get the following error:

(Note: I've also uploaded the file and tried it with the complete path on the host. I've tried .txt instead of .csv and varied all of the options till I'm blue in the face. I'm missing something basic but don't know what.) Code:

View Replies !
Telnet :: Their IP Address' Is Not Allowed To Connect To This MySQL Server
Alright, I have installed MySQL and have got it working from my own computer. But I wanna be able to access my MySQL Server from another computer/server the problem is.. Everytime I try to I get this error "Can't connect to MySQL server on 'My IP Address' (13)" and when I try to telnet to my server I get "Host 'Their IP Address' is not allowed to connect to this MySQL Server" how could I make it so anyone could connect to it and use it if they knew the username/password information?

View Replies !
ERROR 1130 (00000): Host 'xx.xx.xx.xx' Is Not Allowed To Connect To This MySQL Server
I want to connect my home server. So i try this;

mysql -h xxxx.myftp.org -u root -p test

but mysql returning this message: ERROR 1130 (00000): Host 'xx.xx.xx.xx' is not allowed to connect to this MySQL server

xxx.myftp.org is no-ip address and it's covert to my dynamic ip address to dynamic addres ^)

how do solve this situation ?

View Replies !
Error 1130 - Host `johnliam` Is Not Allowed To Connect To This MySQL Server.
I am running my MySQL server on the machine I am trying to connect to and when I try to connect, it says:
Error 1130
Host `johnliam` is not allowed to connect to this MySQL server.
I configured my username, password, port and everything else in `WinMySQLAdmin 1.4` which is in the bin folder in my server directory, C:mysql .

View Replies !
Maximum Allowed Tables/db, Fields/tables, Records/table
1)tables that can be created in a MySql database.
2)fields that can be created in a MySql table.
3)records allowed in a MySql table and in a MySql database.
4) allowed joins in a MySql table/database.

View Replies !
"Host Not Allowed To Connect To This MySQL Server"
I just recently installed Fedora Core 4 and was just messing around with the MySQL server, I tried using mysql-administrator to connect to the server and i get this strange error "#HY000Host '192.168.1.104' is not allowed to connect to this MySQL server", I saw mysqlaccess and tried granting myself access to this server but i still get the same error while trying to connect!? Any thoughts?

View Replies !
Incorrect Integer Value: 'NULL' For Column Even If NULL Is Allowed
mysql> desc my_table;
+------------+---------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+---------------------+------+-----+---------+-------+
| id | varchar(19) | NO | PRI | | |
| value1 | int(11) | YES | | NULL | |
| value2 | int(11) | YES | | NULL | |
+------------+---------------------+------+-----+---------+-------+

I want to import data from a file that looks like this:
9bcd6f7b47a30fb8_01;NULL;NULL

With following command:
mysql> load data infile 'filename' into table my_table fields terminated by ';';

And get following error:
ERROR 1366 (HY000): Incorrect integer value: 'NULL' for column value1'' at row 1

So the system denies me importing NULL values into a field where NULL is allowed.

View Replies !
I Cannot Connect To The Database Because: Host Server.name.net Is Not Allowed To Connect
I need to access a database on one server from another I get this error message:

I cannot connect to the database because: Host server.name.net is not allowed to connect to this MySQL server

I am guessing there is an allowed file somewhere that I need to add my server to. can anybody tell me where and what this file might be? if it is not a file, how do I accomplish this?

View Replies !
Using A View
I want to use a view but I'm unsure how exactly MySQL handles a view and I can't seem to find anything about it in the docs. I guess my question is:

Is a view stored as a physical table or is it stored in memory or what? I'm asking because I want to make sure that if it is stored in memory that the amount of ram on my db server doesn't become an issue.

View Replies !
What Is A VIEW?
What is a VIEW?

Why when I go to chapter 23 does it tell me how to create, alter, and drop a view, but it doesn't say what it is or what they're used for? Maybe I missed it, but is there any place in the reference where a sentence starts, "A VIEW is...".

The closest I've come (looking outside of MySQL site) is a view is 'a predefined join of specified tables'.

I take that to mean it is essentially a shortcut to a specific data set relationship and based on that I can see how it is useful, but why isn't this concept defined in the manual? Is it really so obvious that it doesn't require any explanation, or god forbid a demonstration of how it is used?

Even more evidence that this is a stupid question is that when I google 'what is a mysql view' I get bounced back to the reference.

View Replies !
Is This Possible With A View?
I'm trying to cut down on the size of my database so I've changed it so that rather than implicitly setting every value in one table, I've split the data into two tables: one table (iData) contains data for the start of evey week:
iData
-----------------------------
2000-01-01 Volume: 20000000
2000-01-06 Volume: 30000000
2000-01-11 Volume: 40000000
Another table (jData) contains the delta (difference) from the previous iData entry:
jData
-----------------------------
2000-01-02 Volume: 1
2000-01-03 Volume: -2
2000-01-04 Volume: 1
2000-01-05 Volume: 3
2000-01-07 Volume: 2
2000-01-08 Volume: -5
2000-01-09 Volume: 6
2000-01-10 Volume: 1
2000-01-12 Volume: 2
2000-01-13 Volume: -4
2000-01-14 Volume: 4
2000-01-15 Volume: 3

Obviously this will save a lot of space as the delta is much smaller than storing the exact value (standard compression technique).

So what I would like to do is create a view to automatically display all of the data as if it were all stored in one table:

All Data:
---------
2000-01-01 Volume: 20000000
2000-01-02 Volume: 20000001
2000-01-03 Volume: 19999999
2000-01-04 Volume: 20000000
2000-01-05 Volume: 20000003
2000-01-06 Volume: 30000000
2000-01-07 Volume: 30000002
2000-01-08 Volume: 29999997
2000-01-09 Volume: 30000003
2000-01-10 Volume: 30000004
2000-01-11 Volume: 40000000
2000-01-12 Volume: 40000002
2000-01-13 Volume: 39999998
2000-01-14 Volume: 40000002
2000-01-15 Volume: 40000005

I know I can do this programatically, but is it possible to do this with a view? Any pointers would be much appreciated.



View Replies !
View With Parameters
can I put parameters into a view?

example

CREATE VIEW `dmz_sms`.`vwProva` AS
SELECT * FROM tb_sms where id=@ID;

I get error 1351.

View Replies !
View Schema
is there a tool to view a schematic of a MySQL DB I don't mean the .sql file I mean a pretty chart type schematic.

View Replies !
VIEW In MySQL
select NO_RESPONSABLE, NOM + PRENOM as NAME from RESPONSABLE

Gives me the number of the ID, but also "0" as the result of the
concatenated NAME.

View Replies !
Mysqldump View
I try to dump the view definition and records using the following command.

mysqldump -uroot -psecret! --databases test --tables proxy_view > mytest.txt

What all I get is the view definition without records. What is the correct method of dumping a view?

View Replies !

Copyright Đ 2005-08 www.BigResource.com, All rights reserved