Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] MySQL

 [1/3] from: jean::holzammer::faedv-n::bayern::de at: 28-Mar-2001 16:33


Hi, at the moment I think of get in contract with a new web hoster. He offers access to a mysql database. Some time ago an addon for rebol has been released providing a mysql: protocol. As far as I can see it offers all functions needed to create /drop databases/tables and inserting/selecting... records. I wonder if this is enough to communicate with the server without having other tools (MySQL server and clients are not yet available for the OS running on my desktop). Is there a kind of testing server on the net I could connect to without needing a password ? Installing a mysql (for linux/m68k) server on my client would not be an option (16 MB of ram is definitely not enough). comments welcome. Jean

 [2/3] from: jean:holzammer:faedv-n:bayern at: 28-Mar-2001 8:35


Hi, at the moment I think of get in contract with a new web hoster. He offers access to a mysql database. Some time ago an addon for rebol has been released providing a mysql: protocol. As far as I can see it offers all functions needed to create /drop databases/tables and inserting/selecting... records. I wonder if this is enough to communicate with the server without having other tools (MySQL server and clients are not yet available for the OS running on my desktop). Is there a kind of testing server on the net I could connect to without needing a password ? Installing a mysql (for linux/m68k) server on my client would not be an option (16 MB of ram is definitely not enough). comments welcome. Jean

 [3/3] from: ryan:christiansen:intellisol at: 28-Mar-2001 12:50


You should find a web hosting service that has MySQL and PHPMyAdmin installed. PHPMyAdmin lets you administer your databases through a web interface. Then you can use the REBOL mysql:// protocol to write CGI scripts for interacting with your MySQL database. I use Site5 for my personal web hosting and they are very reasonable and offer MySQL and PHPMyAdmin tools. http://www.site5.com Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-9940 http://www.intellisol.com Global Leader in People Performance Software _____________________________________ Confidentiality Notice This message may contain privileged and confidential information. If you think, for any reason, that this message may have been addressed to you in error, you must not disseminate, copy or take any action in reliance on it, and we would ask you to notify us immediately by return email to [ryan--christiansen--intellisol--com] "Holzammer, Jean" <[Jean--Holzammer--faedv-n]. To: "['rebol-list--rebol--com']" <[rebol-list--rebol--com]> bayern.de> cc: Sent by: Subject: [REBOL] MySQL [rebol-bounce--rebol--com] 03/27/2001 11:29 PM Please respond to rebol-list Hi, at the moment I think of get in contract with a new web hoster. He offers access to a mysql database. Some time ago an addon for rebol has been released providing a mysql: protocol. As far as I can see it offers all functions needed to create /drop databases/tables and inserting/selecting... records. I wonder if this is enough to communicate with the server without having other tools (MySQL server and clients are not yet available for the OS running on my desktop). Is there a kind of testing server on the net I could connect to without needing a password ? Installing a mysql (for linux/m68k) server on my client would not be an option (16 MB of ram is definitely not enough). comments welcome. Jean