Connecting Yahoo Messenger?
is there any way to connecting mysql & yahoo messenger?
i want to make application that automatic answering using yahoo messenger which retrieving data from MySQL database...
View Complete Forum Thread with Replies
Related Forum Messages:
Connecting To Yahoo Webhosting MySQL Sites
1. I've signed up for yahoo webhosting because they had MySQL 2. Installed their phpadmin tools and setup the admin username / password for my db's, create one db and table 3. I downloaded and installd the MySQL GUI tools 4. Pointed MySQL admin to my domain name with un/pw default port 3306 And all I get is "Can't connect to MySQL server on domain name (10060)
View Replies !
Accessing MySql On Yahoo
I have never used MySql before.I program in C# and Visual FoxPro against MS SQL on a corporate network. I have a Yahoo web page, and I'm going to use their MySQL DB. I want to run queries, Inserts, Updates and Deletes. I have no idea how to connect to MySql on Yahoo from a client like C# or VFP.
View Replies !
Yahoo's GeoCities Pro Hosting
I am using Yahoo's GeoCities Pro Hosting and when I get into "MyPHPadmin" to view my databases I get the following message. Warning: Your privilege table structure seem to be older than this MySQL version! Please run the script mysql_fix_privilege_tables that should be included in your MySQL server distribution to solve this problem! How can I get to the script?? Can't find it.
View Replies !
How To Reset Yahoo Small Business MySQL Database
I am a new user of "Yahoo Small Business" web hosting service and I changed a lot of settings in my "MySQL Database" using "phpMyAdmin" utility during my learning period. Now, I want to reset my Yahoo Small Business MySQL Database to default settings or to reinstall it (I want it to be the same as it was newly activated). Note: I tried to repair my database with Yahoo's "Database Setup" page and the message "Database scheduled for repair" appeared for a few days but nothing happened. And, I can not login to my database using "phpMyAdmin" utility. If you can help me to reset my "Yahoo Small Business - MySQL Database" I will be very pleased.
View Replies !
Connecting (MAC OS 10.3)
I have installed MySQL on my Mac and set up a new user with a password. I created a small PHP document with the following opening line: $connect = mysql_connect("localhost","USER","USERPASS") or die ("Check your server connection."); Where USER and USERPASS are the username and password I created. I saved the file, but when I try to open it in a browser, I get the "Check your server connection." message. I'm not even sure where to start troubleshooting this. Does anyone have any suggestions for what might be going wrong?
View Replies !
Connecting To ODBC
I have transferred the data from Access to MySQL using MySQL's tool. The transfer worked great and saved me a lot of time (thanks MySQL). Now I'm trying to get the Access database, or a new access database, to talk across ODBC and see the data. I created the DSN through the control panel and it works without error. How do I setup Access so it can see the data. The data was on windows (M$ Access) and is now on linux (Fedora Core 5). Followup: Seems like it connects, the 'Test' in the DSN definition returns data. I turned on logging through the DSN dialog and I see traffic between the DSN/application (MS Access) and the MySQL server. Still, I do not see anything usable returned from the MySQL server to Access.
View Replies !
Connecting From Other Computer
I'm using mysql-server 4.0.13-3 on Debian. I wish to be able to connect to that server using a mysql frontend from my other computer, which is a Win32 box. However, when I try "telnet 192.168.1.40 3306" on the win32 box, or "telnet localhost 3306" on the host box, I get connection refused.
View Replies !
Connecting To MYSQL From VC++ 6
I'm looking for some assistance in using Embedded SQL in C using VC++ 6.0 to connect to MYSQL in Windows XP. This is new to me, but it is my understanding that I need to use a precompiler. I'm confused about where to get the precompiler. Can someone explain in simple straight forward terms what I need in order to do this? I've been Googling for hours with no real answers.
View Replies !
Connecting Over A Network How?
What I actually really want to do is to access my MySQL database running on Linux from C# programs running on Windows on the same network. As a first step, I am simply trying to connect to my MySQL database on Linux computer A from another Linux computer B using the mysql console program from a shell window like this: mysql -h 10.0.1.130 -u username The IP address of the computer A is 10.0.1.130. For some reason I seem to be missing something in the configuration because I get this error: ERROR 2003 (HY000): Can't connect to MySQL server on '10.0.1.130' (113)
View Replies !
Connecting To MySql DB From A .NET App
I'm developing a Windows application in C# using Visual Studio 2005. The application should be able to read data from a MySql database. I've developed applications that read data from a Microsoft Sql Server database, using the System.Data.SqlClient namespace. My question is, does this work for MySql? And if not, what should I use? I want to keep my database connectivity simple, only executing querries and maybe stored procedures.
View Replies !
Connecting Tables
I'm working on an application right now that seperates a couple of things into "list" and "type". For example, "apples_list" would contain list_id, name, type and price, while "apples_type" would contain type_id and name. so sample record would be 1, john's apples, 3 2, jane's apples, 1 3, joan's apples, 2 whiel the list would be: 1, Golden Delicious 2, Granny Smith 3, Macintosh is there a way i can guarentee that the apples_list.type will always be tied to the primary key of apples_type?
View Replies !
Connecting To Mysql Using Asp.net
I want to connect to mysql 4.1 db using asp.net.I havent done this before but according to book im using it says all i need is the database provider name (like the provider name for ms access is something like microsoft.jet.oledb....)-i used the myodbc before with asp(which didnt work but thats another story) but the book doesnt mention anything about odbc...yet in the mysql manual it talks about the using the myodbc to connect with asp and asp.net So the question i have is do i just use the same obdc driver i downloaded for use wih asp....or is the book right and if so does anyone have any idea what the mysql provider name is?
View Replies !
Connecting With A New User
I´m trying to login in my db but when I try to conect with one user created by: GRANT SELECT ON mdb1.* TO USER@"%" IDENTIFIED BY 'U' the conection don´t work out. ERROR 1045. Doe´s somebody knows why?
View Replies !
Remote Connecting
The admin on my work server won't give me access to the mysql control panel. So what I'm thinking is using my yahoo mysql database instead. What would I replace for localhost? $oConn = mysql_connect("localhost", "user", "pass"); Second question, would yahoo allow remote connects? Third question, will the queries run slowly when remote connecting?
View Replies !
Re-connecting Dreamweaver
I had to re-install everything. I was able to save all my site files from dreamweaver. I opened up my site and can't connect to mysql with my old connection string says the server url is not pointing to the folder in C: My question: since I have the old server files is there an ini file or something I can just paste over the new one to point to this folder or do I have to code it in? Does anyone know which file in mysql has the url connection?
View Replies !
Error Connecting To DB
I get an error when I try to connect to the sql database. Here's the code: $sql_connection = mysql_connect("$sql_server","$sql_username","$sql_password"); Here's the error: fatal error: Call to undefined function mysql_connect() in c:projectxxxxx If it helps, I am using PHP designer 2006 beta 4.
View Replies !
Connecting MySql To VBA
I am asked at work to connect MySql database to excel through VBA (macros)..how do i do this, does anyone knows a tutorial or somehitng like that, I have prety much created a code, but it does not through me any data back..
View Replies !
Connecting Remotely
I can connect from my local network using the computer name of the computer where the MySQL database is hosted in, but when I try connecting using my hostname (I created it with dyndns) I get error 2003.I'm pretty sure my router is forwarding port 3306 correctly because I configured it the same way as for port 80 for a webpage and that worked fine.
View Replies !
Connecting To My Database
I have set up a Database, and i'm trying to install "Vwar" on my website, it asks for my "Database Server" and username and password, my problem is, i don't know what my Database Server would be, i have pictures of what the sites look like here http://img.photobucket.com/albums/v457/Epicsoldier/Database.jpg http://img.photobucket.com/albums/v457/Epicsoldier/VwarProb.jpg
View Replies !
Connecting To Localhost Via PHP
I am facing problem in connecting to MySql from my PHP code. PHP : 5.x MySql : 5.x Apache : 2.x OS : WindowsXP I am running the program in the same system. i am able to access the mysql from the command prompt. not able to access through the program. the following is the code used for connecting mysql. <?php $db_name = "dlinks"; $db_user = "root"; $db_pass = "admin"; $db_host = "10.99.88.11"; $dbcon = mysql_connect('10.99.88.11','root', 'admin'); mysql_select_db('dlinks'); ?>
View Replies !
Connecting DMW With PHP/MySQL !!!
When attempting to test the connection to a MySQL database within a PHP site in Dreamweaver, the following error occurs: An unidentified error has occurred. I have installed Mysql 4.1 and php 5 and run dreamweaver MX with an apache web server. If i create a simple php info() page it pops up fine so the server is fine and so must php. I can log into my Mysql database and select tables etc, so that's fine. But i just can't get Dreamweaver to connect to the database. I get a 'unidentified error' message something to do with the selectDatabase.js.
View Replies !
Connecting From Applications
I am pretty new to MySQL, i work with Time and Attendance packages that require i create and connect to a SQL databases from the applications i use. the snag is; when i create a new database the only options i have are 1)create new Access DB 2)Create new SQL Server DB. If i select new SQL Server DB i cannot see my MySQL instance when i look for the SQL Server Name. if i just type the instance name in and put my root username and password it throws me an error that basically says SQL Server does not exist. my question is: is there any kind of integration into windows applications that look for a MSSQL instance? i.e. so when i look for the instance in my network it populates with all SQL Server instances and MYSQL instance will also be there in the list? i have downloaded the ODBC driver, but maybe i am not sure how to use it?
View Replies !
Connecting Two Tables
I would like to have a query which generate the result given below ... there are three type of date and time in the database expired, current and future ... the query retrieve the current datetime data. if any prefix doesnt have the current date (today's date) then its current date will be the date before today's date. like if today is Aug 25'08 and a prefix having multiple rates with the dates let say Aug 23'08 and Aug 10'08 then the active one is Aug 23'08 's prefix. Login in a partition with partition id 3 (we will use partition id the searching process) ....
View Replies !
Connecting PHP With MySQL
I wanna connect a php document with mySql. So i write the following code...: $link = mysql_connect("127.0.0.1:3306", "HostName", "Password"); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_close($link); I have tried this instead of 127.0.0.1:3306 with localhost but the result i get is: Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in D:ServerApache2htdocsPHPFILEsmyfirst.php on line 51 Could not connect: Client does not support authentication protocol requested by server; consider upgrading MySQL client I have MySQL 4.1 and i do not know what to do! Please help me i am in great need thank u. I would appreciate it if u mailed me also.
View Replies !
Connecting To MySQL From PHP
I'm newbie in the world PHP-MySql and I have a problem when I try to connect with my DB form a PHP script. With the instruction mysql_connect('localhost', user, password) I get the error: Fatal error: Call to undefined function mysql_connect in 'my phpscript'
View Replies !
Connecting Between Two IP's
I've done a little preliminary research on connecting to a remote host, but I need a clarification. I see there is MyODBC etc. but that sounds as though it is from a remote PC to a server. I'm trying to query a Mysql DB from one web server to another. ie the php files are on one IP/host and the database resides on another IP/host. Initally, I tried to connect using an IP. (This code example is just an IP that I pulled up at random. The actual one's that I use, will be those that I have legal and authorized use of for both hosts). $db_name = "public_DB"; $connection = mysql_connect("208.21.27.10", "public_DB", "Password") or die("Couldn't connect."); $db = mysql_select_db($db_name, $connection) or die("Couldn't select database."); just wondering if I'm chasing after something that may not be done or...if so, that may not be a good idea to do.
View Replies !
Connecting To Databse
i've made a databse called aprildea_tommer, in that databse there is a table called friends(which is a test and has names etc..)i'm trying to show the contents of that table on a .php file on my site, here's my code ............................ <html> <head><title>SQL Query Sender</title></head> <body> <?php $connection=mysql_connect("localhost","aprildea_tommer","joanna") or die("no connection to databse aprildea_tommer"); $db=mysql_select_db("friends",$connection) or die ("no connection to friends database in aprildea_test"); $query = "select * from friends"; $result = mysql_query($query) or die ("!error!") ?> </body></html>
View Replies !
Connecting On WoW Server
I just brought a server for a Private WoW server, and i have already have mysql for the database, however i cannot connect to the database. I have all the relevant dlls in the Windows dir and the php.ini file is ok. The file system goes as so: C: --inetpub ----www --windows D: --WoW ----server ------mysql
View Replies !
Connecting To MySql DB From Different PC
I just made a test with mySql on Windows NT. I created a table with different fields, and I made a Java program to connect with JDBC to that DB. It works if I connect from the same PC where mySql DB is. I used this Java sentence to connect: .....DriverManager.getConnection( "jdbc:mysql://localhost/...... And it made the query I want. But I would like that a PC in Internet could connect to that DB. I suppose I must put the IP of the mySql server instead of "localhost" on that sentence, but I got this error: java.sql.SQLException: Invalid authorization specification: A cess denied for user: 'a@cable87a004.usuarios.retecal.es' (Using password: YES) I think I should change something on Winmysqladmin at bind-address (my.ini Setup) ?...I have tried to uncomment bind-address and write the IP of the mySql server, but it doesnt work...
View Replies !
Connecting From Another Server Possible?
Is it possible to connect to a database from another server? I'm using these lines: mysql_connect ("localhost", "my_user", "my_pass") or die (); mysql_select_db ("my_db"); All I have to do is change "localhost" right? to...?
View Replies !
Connecting To The Server
how can you connect to the server (I am on win 2K pro) ? I create a new connection with MySQL Administrator Connection = myTest Username = papillon Password = fraise HostName = localhost Port = 3306 Type = MySQL I get the message Could not connect to the specified host MySQL Error nr 2003 i try a ping pong >>> Ping = Reply form 127.0.0.1 Time-0ms TTL = 128
View Replies !
Connecting To Localhost Through PHP
when i tried to connect to local host using this code: <?php $conn=mysql_connect("localhost", "root", "elephant"); echo "$conn"; ?> this message appeared to me: Warning: MySQL Connection Failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:apachehtdocs estmysql.php on line 2
View Replies !
Connecting 2 Colomns
i wana make two tables, when i wana delete a record in the first table, all the corresponding records in the second table will be deleted, assume that the relation between the two tables is one to many.
View Replies !
Connecting To A Outside Database
I have an account at hostultra, but they have no MySQl for free. I got two free database from freesql.org, but they do not provide hosting. You can only connect to thier database from another host. I don't know how to do that. This is the information that I recieved for my MySQL account: Database xtremegamer99 created The permissions have been set on xtremegamer99 You should now be able to connect to: www.freesql.org port 3306 as user XtremeGamer99 I have tried this, but it didn't work: <?php // Connect to the database server $connect= @mysql_connect('freesql.org:3306', 'XtremeGamer99', 'PASSWORD') or die ('Unable to connect to the MySQL database at this time.' ); // Select the database @mysql_select_db('xtremegamer99', $connect) or die('Unable to locate the cheats database at this time.' ); ?> It gives me the die() for mysql_connect.
View Replies !
Connecting To A MySQL DB With .NET
I was looking to create a VS.NET program that can connect to a MySQL database on a Linux server. I see that MySQL has some projects that integrate .NET with MySQL but my question is are those projects restricted to using MySQL on a Windows OS or can my program, on a Windows OS, connect remotely to MySQL, on a Linux OS?
View Replies !
Connecting To Value Instead Of Column
myTable1 n country_id city 1 3 Tokyo 2 1 New York 4 1 Chicago 5 2 Peking 6 3 Nagoya 7 4 Paris myTable2 id continent_id country 1 1 America 2 2 China 3 2 Japan 4 4 France myTable3 c continent 1 America 2 Asia 4 Europe myTable4 time param 10 : 10 c=4 10 : 12 c=2 10 : 30 n=4 10 : 35 c=1 10 : 37 n=5 10 : 50 c=2 10 : 54 c=2 10 : 55 n=1 10 : 58 c=2 11 : 15 n=7 11 : 20 c=1 I have data in my tables like the above. And I have a numeric variable which is connected to c in myTable3. Let's suppose the numeric variable is "1." The following code produces the following result. code select time from myTable4 where substring(param,3)=1 result 10 : 35 10 : 55 11 : 20 But I don't like to produce 10:55, because param value of 10:55 is n=1 instead of c=1. The following would-be code doesn't work correctly, but it will show what I want. code select time from myTable4 where <IF left(param,1) is c> substring(param,3)=1 <ELSEIF left(param,1) is n> select time from myTable1 inner join myTable2 on myTable1.country_id=myTable2.id inner join myTable3 on myTable2.continent_id=myTable3.c where myTable3.c=1 </IF> order by time target result 10 : 30 10 : 35 11 : 20 target result when the numeric variables=2 10 : 12 10 : 37 10 : 50 10 : 54 10 : 55 10 : 58 target result when the numeric variables=4 10 : 10 11 : 15 I hope you give me a precise solution. Should I use UNION? (I am using mySQL 4.0)
View Replies !
Connecting To A Database?!?!?!
Ive only ever developed locally on my machine and thats why i dont have a clue how to do this! Im trying to connect to a database online using mysql via the command line. I have a https address, a username and a password. How the hell do i connect? Ive searched the web but i cant find an answer! Also once im in i really need to make a backup of the database. Any chance anyone could tell me how to do this. I can do it through phpmyadmin but i dont have that where i am right now.
View Replies !
Connecting To A DB On A Different Host
Say, I have 2 shared hosting account. Hosting A(www.aaa.com / 202.111.111.11) and Hosting B(www.bbb.com/202.222.222.22). How do I connect to a dbase in Hosting B from Hosting A? Say my access host in Hosting B is called "localhost" by default. I am using PHP to do the connection. mysqli_connect("accesshost", "username", "password", "dbname"); What do I specify for "accesshost" in the mysqli_connect?
View Replies !
Connecting To MySQL With PHP
Originally Posted by tluther I am new to MySQL & PHP. I am following samples in book by Kevin Yank on how to connect to MySQL with PHP. I have installed Apache, MySQL 5.0 & PHP 5.2 and am attempting to run as local host. When following the lessions in the book everything was working ok until I tried to connect to MySQL. In the PHP script I am using localhost as the address, root as username and the same password I use when I open MySQL through the command line clinet. I have been able to create and modify a sample database but just can't get PHP to connect. Any suggestions would be appreciated. I will be glad to email you the script I am using to try to connect if you need it. This is the code I am using: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Our List of Jokes</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> <?php // Connect to the database server $dbcnx = @mysql_connect('localhost', 'root', 'mypasswd'); if (!$dbcnx) { exit('<p>Unable to connect to the ' . 'database server at this time.</p>'); } // Select the jokes database if (!@mysql_select_db('ijdb')) { exit('<p>Unable to locate the joke ' . 'database at this time.</p>'); } ?> <p>Here are all the jokes in our database/p> <blockquote> <?php // Request the text of all the jokes $result = @mysql_query('SELECT joketext FROM joke'); if (!$result) { exit('<p>Error performing query: ' . mysql_error() . '</p>'); } // Display the text of each joke in a paragraph while ($row = mysql_fetch_array($result)) { echo '<p>' . $row['joketext'] . '</p>' } ?> </blockquote> </body> </html>
View Replies !
Error Connecting To Db Server
I have a mysql 3.5 server installed on a suse linux 8.1, with address 10.0.0.100. Now I want to access that db from a W2K pc, address 10.0.0.200. I am able to ping 10.0.0.100, but I cannot connect to the db, and get error 2013. I have tried with MySQL Administrator 1.0 and also with ODBC. The db on linux has grant all on *.* to ''@'10.0.0.%' and also tried .... to root@10.0.0.200 and others seen on posted messages. I can access that db via php applications (eg phpMyAdmin).
View Replies !
Connecting To MYSQL Via MS Access
I have recently decided to start using MYSQL instead of MS Access 2003. After reading through numerous articles i have learnt that i can use access as a GUI for making changes etc to the MYSQL databases. My problem is that i am unable to set this up correctly. give me a set by set guide on how to do this or give me a link to a site or post that outlines how to do this. i have searched google without much luck at this point. I have attempted to use the odbc method but i do not know what to browse for when the wizard prompts me to browse. i have never use this method before.
View Replies !
|