Ask a Question related to Coldfusion Database Access, Design and Development.
-
wizard04de #1
Re: Data Source Login queery
I've got the same exact problem. It also does that when I try to create a "Log
In User" server behavior with my MySQL data source. There is no connection
problem according to the Data Sources section of the ColdFusion Administrator,
and I've tried my RDS password in case that's what it's asking for, but it does
the same thing.
wizard04de Guest
-
connecting to data source
After accessing the Coldfusion administrator \ Data sources. Eventhough many datasources were set up, none of them could be accessed. The following... -
XML Data Source
I am thinking of creating an online application using an XML file as it's primary data source. The XML file on the web server will be refreshed via... -
moving data from one data source to another
I'm trying to move data from one data source to another. I don't want to loop - because it will kill performance. A simple Select into or Insert... -
ASP Data Source Connection Help
I am trying to create a connection in my ASP page to a SQL Server database. This is my code for the connection string: <%Option Explicit%> <%... -
about data source???
I have an access database developed. I have added a new table to link to the original developed table. Then I want to change my original form and... -
Hydrowizard #2
Re: Data Source Login queery
If you do not supply a username at the command line, MySQL will assume you are
logging in as 'root'. SHOW GRANTS FOR CURRENT_USER; when entered in mysql
commmand line client Will tell you username, host, and privileges.
Hydrowizard Guest



Reply With Quote

